RUKKENZH
Ask AI
Sections1C configuration objects
FinancialAccountingGroupsIncomeExpenses" reference (UT for Kazakhstan 3.4)
Article language:🇷🇺 RU🇰🇿 KK🇬🇧 EN🇨🇳 ZH

FinancialAccountingGroupsIncomeExpenses" reference (UT for Kazakhstan 3.4)

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 "Financial Accounting Settings Groups for Income/Expenses"
Configuration Trade Management for Kazakhstan, ed. 3.4.5.21
Country / accounting specifics Republic of Kazakhstan, 2026
Accounting currency tenge (₸)

Purpose. The catalog stores financial accounting settings groups for income and expenses — analytical keys that link operational documents (sales, receipts, write-offs, services rendered) with statutory/financial accounting parameters: income and expense accounts, income/expense items, business lines, and posting reflection rules. This is a classic "settings" catalog of the financial accounting subsystem: by itself it does not generate movements, but it is to its elements that items, item types, agreements, and organizations are "linked" so that when the period is closed and postings are generated, the system knows which accounting account (6010, 7010, etc.) and which item to assign the amount to.

Where to find it in 1C. Section "Service subsystems" → "Financial accounting settings groups for income/expenses". Navigation link: e1cib/list/Catalog.ГруппыФинансовогоУчетаДоходовРасходов.

The catalog belongs to service (settings) subsystems, so it is accessible in the interface to users with financial accounting administration rights and is not usually shown to a regular sales manager.


2. Attributes and Tabular Sections

The catalog is built according to the standard "financial accounting settings" scheme: header attributes define the group's identification, while account reflection parameters are moved out into separate information registers (reflection rules) linked to the catalog item. Below is the purpose of the fields.

2.1. Standard attributes

Attribute Type Purpose
Code String Internal item identifier.
Description String Name of the settings group, displayed in selection lists.
DeletionMark Boolean Flag marking the item for deletion.
Predefined Some settings groups may be supplied predefined for standard operations.

2.2. Header attributes

Attribute Type Purpose
Organization CatalogRef.Organizations Organization for which the setting applies (if the group is linked to an organization).
BusinessActivity / BusinessLine Reference Classification of income/expense by line for management accounting.
IncomeItem CatalogRef.IncomeItems Item under which income will be reflected in financial results reporting.
ExpenseItem CatalogRef.ExpenseItems Item for expenses (cost of sales, selling, other).
Comment String Free-text description of the group's purpose.

2.3. Tabular sections / related record sets

Account reflection rules in Trade Management for Kazakhstan are typically defined not by catalog columns, but by related information registers (e.g., "Income and Expense Accounting Accounts"), where the following are specified for each group:

Field Purpose Standard value for RK
Income account Account for income from sales 6010 "Income from sale of products and services"
Expense / cost of sales account Cost of sales write-off account 7010 "Cost of products and services sold"
VAT account Account for VAT on sales 3130 "VAT"
Analytics (sub-accounts) Item, item group, department

Requires verification in the specific build: the exact composition of tabular sections vs. moving rules to an information register may differ between 3.4.x branches — verify against the version 3.4.5.21 configurator.


3. Forms

Form Purpose
ListForm View and filter settings groups, navigate to an item, mark for deletion. Opened via e1cib/list/Catalog.ГруппыФинансовогоУчетаДоходовРасходов.
ItemForm Editing a single group: name, organization, income/expense items, accounting account assignment.
SelectionForm Called from other objects (items, item types, agreements) when the user selects a financial accounting group for the object.
GroupForm (if hierarchical) Editing a folder group, if the catalog is hierarchical.

4. Key Module Procedures

The attached evidence does not provide the module program code (BSL) — only the purpose facet is given. Therefore, below are the typical handlers for a catalog of this kind; when customizing, verify against the actual modules of build 3.4.5.21.

Object module (ObjectModule):

  • FillingProcessing(FillingData, ...) — pre-fills items/accounts when entering based on a source or by default.
  • FillCheckProcessing(Cancel, CheckedAttributes) — checks that the income/expense account and item are filled before posting the record.
  • BeforeWrite(Cancel) — validation of settings consistency (e.g., the income account must belong to the income class of the RK chart of accounts).

Manager module (ManagerModule):

  • GetFinancialAccountingGroup(...) / helper functions for selecting the setting for a document — return an item by organization/item/operation.
  • Procedures for filling printed/service data handlers.

Item form module:

  • OnCreateAtServer — configures field visibility depending on the organization's accounting policy.
  • OnChange handlers for "Organization", "IncomeItem", "ExpenseItem" attributes — synchronization of dependent fields and account availability.

5. Posting and Movements

The catalog is a settings object, is not a document, and does not generate its own register movements. Its items participate in the posting of other objects: when sales/receipt documents are posted and during period-close scheduled operations, the system uses the financial accounting group to determine the accounts and items for postings.

Typical postings to which the settings group is "connected" (RK chart of accounts, VAT rate 16%):

Sale of goods to a customer (document "Sales of goods and services"):

Dr Cr Description
1210 6010 Revenue (income from sales) reflected as short-term customer receivable
1210 3130 VAT payable accrued at 16% rate
7010 1330 Cost of goods sold written off

Receipt of goods from a supplier:

Dr Cr Description
1330 3310 Goods received into warehouse
1420 3310 Input VAT recorded (16%)

Payment / cash receipt:

Dr Cr Description
1030 1210 Payment received from customer to current account
3310 1030 Payment to supplier

VAT calculation example (RK 2026 rate = 16%). Shipment of goods worth 1,000,000 ₸ excluding VAT: VAT = 1,000,000 × 16% = 160,000 ₸; amount receivable from customer — 1,160,000 ₸ (Dr 1210 Cr 6010 — 1,000,000 ₸; Dr 1210 Cr 3130 — 160,000 ₸).

It is precisely the income account (6010) and expense/cost of sales account (7010) fields, set in the financial accounting group, that are substituted into these postings. Electronic documents are generated by separate mechanisms: ESF (electronic invoice in the ESF information system) and SNT (goods waybill) are issued for sales/transfer documents and use the same amounts and VAT rate.


6. Related Objects and Entry Based On

Reference the catalog (use the financial accounting group as an attribute/setting):

  • "Items" and "Item Types" catalogs — determination of income/expense accounts for a product/service.
  • "Customer/Supplier Agreements" — override of the setting per counterparty.
  • "Income Items", "Expense Items" — financial result analytics.
  • Sales, receipt, service rendering, write-off documents — read the setting when posted.
  • Information registers of the financial accounting subsystem ("Income and Expense Accounting Accounts").

Entry based on. Entry based on is not typical for a settings catalog; filling is usually done manually by the financial accounting administrator or via predefined supplied data. Reverse entry (creating documents based on the group) is not provided.


7. Extension Points

  • Configuration extensions (without removal from support): adding group attributes (e.g., an additional analytical attribute), subscribing to BeforeWrite/FillCheckProcessing events.
  • Overridable financial accounting modules: rules for selecting the group and accounts can be further configured in the common modules of the financial accounting subsystem.
  • Additional attributes and information (properties mechanism) — for industry-specific analytics without modifying metadata.
  • Accounting account information registers — the main standard point for configuring the "group → RK accounts" correspondence (6010/7010/3130, etc.) without code modification.
  • When RK tax parameters change for 2026 (VAT 16%, IIT, OPV, etc.), rate catalogs and accounting policy are configured, while the financial accounting group only routes amounts to the required accounts.

Requires verification: the presence of predefined items and the exact composition of information registers in build 3.4.5.21 — verify against the configurator.

Frequently asked questions

Does the "Groups of financial accounting of income/expenses" reference book generate postings on its own?
No. This is a setup reference book; it is not a document and does not create its own movements in the registers. Its elements are used when posting other documents (sales, receipt, period closing) to determine income/expense accounts (6010, 7010, 3130) and items for postings.
What VAT rate is used in the examples for Kazakhstan in 2026?
16%. For example, a shipment of 1,000,000 ₸ excluding VAT gives 160,000 ₸ of VAT (Dt 1210 Ct 3130) and 1,160,000 ₸ receivable from the buyer. The old value of 12% is no longer relevant for 2026.
Where can I find the reference book in the interface?
Section "Service subsystems" → "Groups of financial accounting settings for income/expenses". Direct navigation link: e1cib/list/Справочник.ГруппыФинансовогоУчетаДоходовРасходов.
Which accounts of the RK chart of accounts are typically set via the financial accounting group?
Income account — 6010 "Revenue from sales", cost of sales account — 7010, VAT account — 3130. Related postings involve 1210 (accounts receivable from customers), 1330 (goods), 3310 (accounts payable to suppliers), 1030 (funds in current accounts).

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.