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

Directory "Parameters of Fixed Asset Production" — 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 ProductionParametersOfFixedAssets
Full Path Catalog.ProductionParametersOfFixedAssets / Catalogs.ProductionParametersOfFixedAssets
Synonym — (no separate synonym assigned; displayed in the interface as “Production Parameters of Fixed Assets”)
Configuration Accounting for Kazakhstan, edition 3.0, version 3.0.74.2
Subsystem Accounting for Fixed Assets (section “Non-Current Assets”)
Hierarchy Flat (no groups), no subordination

Purpose. The catalog stores the measurement parameters for the production output of fixed assets. It is a classifier of units in which the actual operation of depreciable property is measured when calculating depreciation by the method of writing off the cost proportionally to the volume of production (work). Typical values of elements: “Kilometers traveled” (for transport), “Engine hours” (for equipment), “Tons of product” (for production lines).

The catalog is used relatively rarely — during the initial setup of fixed asset accounting and when registering new objects that are depreciated based on output. Each element specifies the name of the parameter and, if necessary, links to the unit of measurement from the SOEN classifier.

Where to find in 1C: section “Non-Current Assets” → “Production Parameters of Fixed Assets”. Navigation link: e1cib/list/Catalog.ProductionParametersOfFixedAssets


2. Attributes and Table Parts

2.1 Header Attributes

Name Type Mandatory Purpose
UnitOfMeasurement Catalog.UnitOfMeasurementClassifier Optional (DontCheck) Reference to the unit of measurement of output from the SOEN classifier (system of unit measurement designations). Formalizes accounting and ensures the accuracy of depreciation calculations based on volume.

In addition to the user-defined attribute UnitOfMeasurement, the catalog contains standard system attributes of the platform:

  • Code — unique code of the catalog element (automatically filled);
  • Name — textual description of the output parameter (for example, “Kilometers traveled”, “Engine hours”, “Tons of product”);
  • DeletionMark — service mark for deletion;
  • Predefined / Reference — standard attributes of the platform.

Attributes Owner and Parent are not used: the catalog is not subordinate to another catalog and is not hierarchical.

2.2 Table Parts

Table parts are absent. The catalog has a simple flat structure with one user-defined attribute.


3. Forms

The catalog contains three standard forms:

Form Purpose
ElementForm Main form for creating and editing an individual catalog element. Key form for user interaction: input of the parameter name and selection of the unit of measurement.
ListForm Form for the list of all production parameters; used for viewing, searching, and bulk changing elements. Opens via navigation link from the “Non-Current Assets” section.
SelectionForm Form for selecting the production parameter when filling out other objects (documents and catalogs of fixed asset accounting) where the production parameter needs to be specified.

4. Key Module Procedures

The attached evidence does not include the program code of the forms and manager module. For a catalog of this type (simple classifier without business logic), a minimal set of handlers is typical; below are the standard points that are usually present or can be overridden. The presence of specific text requires verification in the configurator version 3.0.74.2.

Element form module (standard handlers):

  • OnCreateOnServer — form initialization, setting the availability of attributes, conditional formatting.
  • OnOpen — preparing the form for display.
  • BeforeWriteOnServer / OnWriteOnServer — checking for completion, additional control before writing the element.

List form module (standard handlers):

  • OnCreateOnServer — setting up the dynamic list, selections, and formatting.

Manager module (standard points):

  • ProcessingGetFieldRepresentations / ProcessingGetRepresentation — forming the representation of the element (usually by name).

For the classifier-catalog, there is no own logic for recording and processing — all business logic is implemented in the objects that reference this catalog (documents and registers of fixed asset depreciation).


5. Processing and Movements

The catalog is not a document and does not generate accounting entries and movements in registers. It is normative and reference information (NRI).

The catalog element participates in accounting indirectly — through fixed asset depreciation objects. The logic is as follows:

  1. When setting the method of calculating fixed asset depreciation “Proportionally to the volume of production (work)” for the fixed asset object, the production parameter (element of this catalog) and the expected volume of output for the entire useful life are specified.
  2. The document for registering actual output for the period records the actual volume (in units specified through UnitOfMeasurement).
  3. The amount of depreciation for the month is calculated as: Depreciation = (Initial (depreciable) cost ÷ Planned volume of output) × Actual volume of output for the month.

It is the document for calculating fixed asset depreciation (and not this catalog) that generates movements. According to the standard chart of accounts of the RK, the entry for depreciation calculation is:

Dr Cr Content
Expense accounting account (for example, 7010 “Cost of goods sold and services” or period expense account) 2420 “Depreciation of fixed assets” Depreciation calculation based on output

Note: the specific debit account depends on the purpose of the fixed asset and the settings for reflecting depreciation expenses; account 7010 is given as an example for production fixed assets. This catalog in these movements serves only as a source of the unit of measurement of volume and does not affect the correspondence of accounts and tax amounts (VAT 16%, PIT, OAP, etc. have no relation to this NRI).


  • Catalog.UnitOfMeasurementClassifier — source of the value for the attribute UnitOfMeasurement (units of SOEN).
  • Fixed Asset Accounting Objects (fixed asset catalog and depreciation setup documents) — consumers of the catalog: reference the production parameter when selecting the depreciation method “proportionally to the volume of production (work)”.
  • Documents for registering output / calculating fixed asset depreciation — use the production parameter to calculate the amount of depreciation.

Input based on is not provided for this catalog (typical behavior for NRI classifiers). Elements are created manually by the user in the list/element form.


7. Extension Points

For modifications without removing from support, the following mechanisms are recommended:

  • Configuration Extension — adding custom attributes (for example, conversion factor, production group), borrowing forms ElementForm / ListForm and adding handlers (&Insert, &Instead, &After).
  • Event Subscriptions — handling BeforeWrite / OnWrite of the catalog object for additional control of uniqueness of names or filling the unit of measurement.
  • Additional Attributes and Information — when the properties subsystem is enabled, characteristics can be added without changing the metadata structure.
  • Manager Module — overriding the formation of the element representation.

Points related to processing/movements are absent for this object, as the catalog does not generate movements; it is advisable to extend consumer objects (depreciation documents) rather than the classifier itself.

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

Does the directory "Parameters of Production of Fixed Assets" generate accounting entries?
No. This is a directory (reference information), not a document. Entries and movements are generated by documents for calculating depreciation of fixed assets; the directory only sets the unit of measurement for the production volume used in the calculation of the depreciation amount.
For which method of depreciation is this directory needed?
For the method "write-off of cost proportional to the volume of products (services)". The production parameter determines how the operation of fixed assets is measured: kilometers driven, engine hours, tons of products, etc.
Is the attribute "Unit of Measurement" mandatory?
No, the attribute is optional (DontCheck). It refers to the classifier of units of measurement (SOUEN) and serves to formalize accounting and ensure the correctness of depreciation calculations based on volume.
Where can the directory be found in the interface?
Section "Fixed Assets" → "Parameters of Production of Fixed Assets". Direct navigation link: e1cib/list/Directory.ParametersOfProductionOfFixedAssets.
How is depreciation calculated using the production parameter?
Depreciation for the month = (depreciable cost ÷ planned production volume) × actual production volume for the month. The calculation is performed by the document for calculating depreciation, while the directory sets the unit of measurement for the volume.

Read also

Источники

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