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:
- 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.
- The document for registering actual output for the period records the actual volume (in units specified through
UnitOfMeasurement). - 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
7010is 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).
6. Related Objects and Input Based On
- 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/ListFormand adding handlers (&Insert,&Instead,&After). - Event Subscriptions — handling
BeforeWrite/OnWriteof 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.
