RUKKENZH
Ask AI
Sections1C configuration objects
Financial Settlement Accounting Groups" Directory (УТ for Kazakhstan 3.4.5.21)
Article language:🇷🇺 RU🇰🇿 KK🇬🇧 EN🇨🇳 ZH
Article version:📘 For accountants⚙️ For technical specialists

Financial Settlement Accounting Groups" Directory (УТ for Kazakhstan 3.4.5.21)

Applies to: 1С:Управление торговлей для Казахстана, release 3.4.5.21 · by 1C-Sapa Group, 1C partner
СТ
Сапа Т.И. — 1C and accounting expert, practising trainer

1. Identification

Parameter Value
Object type Catalog
Name ГруппыФинансовогоУчетаРасчетов
Full name Catalog.ГруппыФинансовогоУчетаРасчетов
Synonym "Settlement Financial Accounting Groups"
Configuration Trade Management for Kazakhstan, 3.4.5.21
Where to find in 1C Section "Service subsystems" → "Settlement financial accounting group settings". Direct navigation link: e1cib/list/Справочник.ГруппыФинансовогоУчетаРасчетов

Purpose. The catalog is an analytical classifier that groups settlements of the same type with counterparties (accounts receivable from customers and accounts payable to suppliers) into groups for which the rules for reflection in regulated (financial) accounting are centrally set. The catalog item value is substituted into documents and contracts as the "Settlement financial accounting group" attribute and determines which accounting accounts will receive the amounts of receivables/payables, advances, and VAT when generating journal entries (in Kazakhstan — under the standard chart of accounts: 1210, 3310, 3130, etc.). This is a key element of the "settings → accounts" methodology: the end user works with meaningful groups, while the mapping to accounts is set separately in the accounting rules information register.

The catalog belongs to the reference and regulatory information (NSI) of the financial module and is usually maintained by an administrator/methodologist, not by an operator.


2. Header attributes and tabular sections

The catalog is simple (in most cases there is no hierarchy of predefined values in the standard delivery). It has no tabular sections.

Standard attributes:

Attribute Type Purpose
Код (Code) String Internal item code (auto-numbering)
Наименование (Description) String (up to 150) Meaningful group name (e.g. "Settlements with customers, tenge", "Settlements with suppliers, foreign currency")
ПометкаУдаления (Deletion mark) Boolean Deletion mark flag
Предопределённый (Predefined) A predefined default item may be used

Header attributes (typical for this type of object):

Attribute Type Purpose
Comment String Free-text explanation from the methodologist
Full description (if present) String Extended name for reports

Important: the accounting accounts themselves are not stored in the catalog item. The catalog is a dimension; the correspondence "group + organization (+ debt type/currency)" → accounting accounts is set in the related financial accounting settings information register. This allows different accounts to be set for the same group depending on the organization.


3. Forms

Form Purpose
List form (ФормаСписка) Viewing and selecting groups, marking for deletion, navigating to account settings
Item form (ФормаЭлемента) Creating/editing a group: description, comment
Selection form (ФормаВыбора) Selecting a group in the attributes of documents, contracts, agreements

If specific forms are not overridden in a particular delivery, the platform's auto-generated forms with the standard set of attributes are used.


4. Key module procedures

No object module program code (BSL) is present in the attached evidence — typical handlers for this type of 1C configuration object are given:

  • Manager module (МодульМенеджера):
    • ОбработкаПолученияДанныхВыбора (ChoiceDataGetProcessing) — filtering/restricting the list when selecting a group in documents.
    • Export functions for obtaining the "default" predefined item to substitute into new contracts/documents.
  • Object module (МодульОбъекта):
    • ОбработкаПроверкиЗаполнения (FillCheckProcessing) — checking that required attributes are filled in (description).
    • ПередЗаписью / ПриУстановкеНовогоКода (BeforeWrite / OnSetNewCode) — service logic for numbering and preventing deletion of items in use.
  • Form module:
    • ПриСозданииНаСервере (OnCreateAtServer) — configuring visibility/availability, conditional formatting of the list.

Requires verification for the specific 3.4.5.21 build: presence of an overridden object module and the exact set of manager export methods (the set of methods for NSI catalogs has changed across 3.4 editions).


5. Posting and movements

The catalog is an NSI object and does not generate movements/journal entries on its own (catalogs are not posted). It affects journal entries indirectly: the group value specified in a contract/document is mapped, when reflected in regulated accounting, to accounting accounts via the financial accounting rules register, and these accounts appear in the journal entries of payment, sales, receipt documents, etc.

Typical impact on journal entries (Kazakhstan chart of accounts):

Business transaction Debit Credit
Sale of goods to a customer (debt) 1210 "Short-term accounts receivable from customers" 6010 "Sales revenue"
VAT charged on sale (16% rate) 1210 3130 "VAT payable"
Cost of goods sold written off 7010 "Cost of sales" 1330 "Goods"
Payment received from customer 1030 "Cash on current accounts" 1210
Receipt of goods from a supplier 1330 3310 "Accounts payable to suppliers"
Payment to supplier 3310 1030

Here the specific accounts 1210 / 3310 (and advance sub-accounts) are substituted precisely based on the settlement financial accounting group: different groups make it possible to separate, for example, settlements in tenge and in foreign currency, or settlements with customers and with commission agents.

VAT calculation example (Kazakhstan, 2026): shipment for 1,000,000 ₸ excluding VAT → VAT 16% = 160,000 ₸; journal entry Dt 1210 Ct 3130 for 160,000 ₸; the document is reflected in the ESF (Electronic Invoice IS) and, upon movement of goods, in the SNT (goods consignment note). (The 16% rate is the 2026 norm; the previously applied 12% should not be used.)


Use as an attribute:

  • Counterparty contracts, agreements on sales/purchase terms — the "Settlement financial accounting group" attribute.
  • Settlement documents: "Sales of Goods and Services", "Receipt of Goods and Services", "Receipt/Write-off of Non-cash Funds", "Cash Receipt/Expense Order", "Debt Adjustment", "Offset of Mutual Claims".

Related configuration objects:

  • Information register "Settlement financial accounting settings / Accounting accounts for settlements with counterparties" — stores the correspondence "Group + Organization (+ debt type, currency)" → accounting accounts (1210, 3310, advance accounts, 3130).
  • Chart of accounts for accounting in Kazakhstan.
  • Catalogs "Organizations", "Counterparties", "Currencies".

Input based on. Input based on is not provided for this NSI catalog; items are created manually by the methodologist. Documents are not created based on the groups themselves.


7. Extension points

  • Configuration extension: adding attributes (e.g. a "foreign currency settlements" flag, a segment analytical attribute) without removing the object from support; subscribing to the BeforeWrite event to control the uniqueness of rules.
  • Additional attributes and information (properties subsystem) — a quick way to extend the classification without changing the metadata.
  • Overridable financial accounting modules — points for a non-standard algorithm for selecting accounts by group.
  • Accounting rules register — the main standard configuration point: changing the accounts for a group does not require configuration development.

Requires verification in 3.4.5.21: the exact name and structure of the information register holding settlement accounting accounts (in different 3.4 builds — "Accounting Accounts for Settlements with Counterparties" or a generalized financial accounting settings register).

Frequently asked questions

Where in 1C to find the reference and how to open it directly?
Section "Service subsystems" → "Groups of settlement financial accounting settings". Direct navigation link: e1cib/list/Справочник.ГруппыФинансовогоУчетаРасчетов.
Are accounting accounts stored in the reference item itself?
No. The reference is an analytical classifier (dimension). The correspondence "group + organization" → accounting accounts (1210, 3310, advance accounts, 3130 VAT) is set in the related information register of financial accounting settings. This allows setting different accounts for the same group across different organizations.
Does the reference generate postings?
No, references do not have posting capability. It affects postings indirectly: the group value from the contract/document is matched to accounting accounts, and these accounts are used in the movements of sales, receipt, and payment documents.
What 2026 RK figures to use in examples?
VAT 16%, MCI 4,325 ₸, MMW 85,000 ₸, basic IIT deduction 30 MCI/month (no more than 360 MCI/year), IIT 10%/15%, MPC 10%, MPCR 3.5%, VOSMI 2%, OSMI 3%, SC 5%, social tax 6%. Outdated values (VAT 12%, deduction 14 MCI, MCI 3,932) should not be applied.

Read also

Sources

Was this article helpful?
💼 Need help with 1C or accounting? Слава КВЦ — many years of 1C practice in Kazakhstan. Explore the annotated Tax Code of RK 2026 or ask in the BuhGPT chat — answers in seconds.