RUKKENZH
Задать вопрос AI
SectionsОбъекты конфигурации 1С
Reference "Tax Accounting Groups FA" - Technical Description (Accounting for Kazakhstan 3.0.74.2)
Язык статьи:🇷🇺 RU🇰🇿 KK🇬🇧 EN🇨🇳 ZH
Версия статьи:📘 Для бухгалтера⚙️ Для тех-специалиста

Reference "Tax Accounting Groups FA" - Technical Description (Accounting for Kazakhstan 3.0.74.2)

Applies to: 1С:Бухгалтерия для Казахстана, release 3.0.74.2 · by 1C-Sapa Group, 1C partner
СТ
Сапа Т.И. — Эксперт по 1С и бухгалтерскому учёту, преподаватель-практик

1. Identification

Parameter Value
Object Type Catalog
Name TaxAccountingGroupsFA
Full Name Catalog.TaxAccountingGroupsFA (Catalogs.TaxAccountingGroupsFA)
Synonym not set (displayed by name/designation)
Configuration Accounting for Kazakhstan, edition 3.0.74.2
Hierarchy none (flat list)
Owner none (independent catalog-classifier)
Navigation Link e1cib/list/Catalog.TaxAccountingGroupsFA
Where to find Section "Tax Accounting" → "Tax Accounting Groups FA"

Purpose. The catalog classifies fixed assets (FA) — tangible assets and other depreciable property — for tax accounting purposes in accordance with the Tax Code of the RK. In the RK, depreciation of FA for corporate income tax (CIT) purposes is considered using the declining balance method based on the cost balance of groups with maximum depreciation rates, therefore, the correct assignment of an object to a tax group determines the maximum depreciation rate and the procedure for forming the cost balance of the subgroup. The catalog is a fundamental classifier used throughout the asset's life cycle: from commissioning to disposal. Regular use occurs when registering a new fixed asset and when reclassifying existing assets. Users include accountants and tax accounting specialists.


2. Attributes and Table Parts

2.1 Header Attributes

Name Type Mandatory Purpose
TypeOfAccountingInFAGroup Enumeration.TypesOfTaxAccountingInFAGroups Not checked Determines the type of tax accounting for the FA group; affects the procedure for calculating depreciation and applying tax rules to the group's assets
FullName String Not checked Full expanded name of the group for reporting forms and official documents

Standard attributes:

  • Code — natural key of the element, used to identify the group (in particular, the number of the tax group for FA).
  • Name — short name of the group used in selection lists and printed forms.

The mandatory nature of the attributes TypeOfAccountingInFAGroup and FullName at the metadata level is not established ("Not checked") — control of filling is performed programmatically in the form or through restrictions in the interface if necessary. Requires verification in the specific version if it is planned to rely on mandatory status at the form level.

2.2 Table Parts

Table parts are absent. The catalog has a flat structure — data is stored only in the header attributes.


3. Forms

Form Purpose
ElementForm Main editing form (group card). Fields: Name, FullName, Code, TypeOfAccountingInFAGroup
SelectionForm Form for selecting a group from a list when filling out documents and catalogs (for example, when specifying the tax group for a FA object). Supports search and filtering
ListForm Form for mass work with the catalog. Contains the command "EditSelected" for bulk editing of elements

4. Key Module Procedures

The attached evidence does not contain fragments of BSL (object/form module) indicating "path:string". Below are typical handlers characteristic of a classifier catalog of this structure. Specific implementations require verification in the modules of version 3.0.74.2.

Object Module (ObjectModule):

  • BeforeWriting(Refusal) — pre-write control: checking the filling of key attributes (TypeOfAccountingInFAGroup, FullName), prohibiting writing when mandatory data is not filled.
  • FillingProcessing(FillingData, FillingText, StandardProcessing) — filling in default attributes when creating a new element.

Element Form Module (ElementForm):

  • OnCreateOnServer(Refusal, StandardProcessing) — setting the availability/visibility of fields depending on TypeOfAccountingInFAGroup, establishing conditional formatting.
  • <Attribute>OnChange(Element) — handler for changing TypeOfAccountingInFAGroup, if necessary, resetting dependent settings of the form.

List Form Module (ListForm):

  • Handler for the command "EditSelected" — calling the typical mechanism for bulk changing attributes for marked elements of the catalog.

5. Posting and Movements

The catalog is not a document, is not posted, and does not independently generate accounting entries and movements in registers. It is a classifier-measurement: the catalog element is used as analytics/settings in fixed asset accounting objects and registers.

Actual movements are generated by fixed asset (FA) accounting documents (acceptance for accounting, depreciation calculation, disposal), which refer to the tax group to determine the maximum depreciation rate and the cost balance of the group. According to the typical logic of fixed asset accounting in the RK, the following accounts from the typical chart of accounts are used:

Account Purpose
1330 Goods (warehouse accounting of inventory items)
1210 Short-term accounts receivable from customers
1030 Cash on current bank accounts
3310 Short-term accounts payable to suppliers
3130 VAT payable (VAT rate in the RK from 2026 — 16%)
6010 Revenue from sales (including upon disposal of assets)
7010 Cost of sales

Accounts for fixed asset accounting and depreciation (subsection 2400 — fixed assets and accumulated depreciation) are set in FA accounting documents and in the information register of group/account correspondence, not in the catalog itself. The assignment to a tax group affects the amounts of tax depreciation (declining balance method based on the cost balance of the subgroup) considered in the calculation of CIT, but does not directly generate accounting entries from the catalog.

The electronic document management (electronic invoice (ESF) through the ESF information system, SNH) is not directly related to this catalog — these mechanisms pertain to the implementation/movement of inventory items and services, not to the classification of FA.


  • Enumeration.TypesOfTaxAccountingInFAGroups — type of the attribute TypeOfAccountingInFAGroup; defines options for tax accounting in the group.
  • Fixed asset / tangible asset accounting objects (FA catalogs and documents for commissioning, depreciation calculation, disposal) — use the catalog element as the value of the tax group for FA.
  • Information registers for tax accounting of FA (group correspondence, depreciation parameters, cost balances) — use the element as a measurement/analytics.
  • Reporting forms for fixed assets and appendices to the CIT declaration (forms 100.0х) — group assets by tax groups using Name / FullName.

Input on Basis. For the classifier catalog, input on basis and creation of documents based on it are generally not provided. The element is selected in the attributes of other objects, rather than serving as a basis for input. Verification is required if input on basis commands have been added in a specific version.


7. Extension Points

  • Additional attributes and information — through the "Properties" mechanism (characteristics plan), without changing the configuration.
  • Configuration extensions — adding attributes, forms, event handlers (BeforeWriting, OnCreateOnServer) and custom commands without removing from support.
  • Event subscriptions — on BeforeWriting/OnWriting of the catalog for additional control or data synchronization.
  • Overridable modules of the typical configuration — if there are corresponding procedures for configuring the behavior of the classifier.
  • Conditional formatting and bulk change — extension of the list form (in addition to the standard command "EditSelected") for mass servicing of elements.

When making modifications, maintain the semantics of TypeOfAccountingInFAGroup: the attribute affects the algorithms of tax depreciation, so changing its logic may impact the calculation of cost balances of FA groups and the amounts considered in the CIT calculation.

Частые вопросы

Does the reference "TaxAccountingGroupsFA" generate accounting entries?
No. This is a reference-classifier; it does not generate or create entries and movements in the registers. Entries are generated by fixed asset accounting documents (commissioning, depreciation, disposal), which use the reference element as a tax group to determine the maximum depreciation rate and the cost balance of the subgroup.
What does the attribute "AccountingTypeInGroupFA" affect?
It determines the type of tax accounting for the group of fixed assets and affects the procedure for calculating tax depreciation (declining balance method based on the cost balance of the group) and the application of the tax rules of the RK to the assets of this group. The attribute type is Enumeration.TaxAccountingTypesInGroupsFA.
Where to find the reference in the interface and via the navigation link?
In the interface: section "Tax Accounting" → "Tax Accounting Groups FA". Navigation link 1C: e1cib/list/Reference.TaxAccountingGroupsFA.
How to perform bulk editing of elements?
The list form includes the "EditSelected" command for group modification of the attributes of the marked elements. Additionally, configuration extensions and conditional formatting can be used to maintain the list.
Can I add my own fields without removing support?
Yes. Use the "Properties" mechanism (additional attributes and information) or configuration extension, where you can add attributes, forms, commands, and event handlers (BeforeSaving, OnCreatingOnServer) without changing the standard object.

Read also

Источники

Была ли статья полезна?
💼 Нужна помощь с 1С или учётом? Слава КВЦ — многолетняя практика в 1С в Казахстане. Изучите разложенный НК РК 2026 или спросите в чате BuhGPT — ответит за секунды.