1. Identification
| Parameter | Value |
|---|---|
| Object Type | Catalog |
| Name | ReasonsForWriteOff |
| Full Name | Catalog.ReasonsForWriteOff |
| Synonym | — (no separate synonym assigned; displayed in the interface as “Reasons for Write-Off”) |
| Configuration | Accounting for Kazakhstan, edition 3.0 (3.0.74.2) |
| Hierarchy | None (linear classifier) |
| Owner | No (independent catalog) |
| Navigation Link | e1cib/list/Catalog.ReasonsForWriteOff |
Purpose. The catalog maintains a classifier of reasons for the write-off (disposal) of fixed assets from the organization's accounting. The elements are used by accountants and fixed asset accounting specialists when preparing write-off, disposal, and liquidation documents to indicate the justification for the operation (physical wear, moral obsolescence, sale, donation, shortage, etc.). A correctly specified reason affects the accurate reflection of the write-off in the accounting and tax records of the RK. The frequency of use is determined by the intensity of fixed asset movement in the organization.
Where to find in 1C: section “Fixed Assets” → “Reasons for Write-Off”. Direct link — navigation link e1cib/list/Catalog.ReasonsForWriteOff.
2. Attributes and Table Parts
2.1 Header Attributes
The catalog does not contain user-defined attributes aside from standard system fields.
| Name | Type | Mandatory | Purpose |
|---|---|---|---|
| Code | String | Mandatory | Unique code of the element for identification and sorting |
| Name | String | Mandatory | Text description of the reason for the write-off of fixed assets (e.g., “Physical Wear”, “Sale”) |
2.2 Table Parts
Table parts are absent.
2.3 Structure Summary
The catalog is a simple “flat” enumerative classifier: it contains only a code and a name, without additional characteristics, signs affecting entries, or links to accounts. All accounting logic for write-offs is implemented in documents that refer to the element of this catalog as analytics/justification.
3. Forms
The catalog contains three standard forms:
| Form | Purpose |
|---|---|
| ElementForm | Main form for creating and editing a separate write-off reason. Key form for entering Code and Name |
| ListForm | Display of the entire list of reasons with the ability for bulk changes, searching, and filtering |
| SelectForm | Selecting a reason from the list when filling out fixed asset disposal documents (opens from the document field) |
4. Key Module Procedures
No application BSL code is attached in evidence. For a catalog of this type (simple classifier without user-defined attributes), standard handlers are typical, which in the standard configuration are either empty or absent, and behavior is fully determined by the platform:
- ObjectModule.BeforeWrite / OnWrite — usually not overridden; if necessary, uniqueness control for names or prohibition of deletion of used elements is placed here.
- ObjectModule.FillProcessing — default filling during interactive creation; typically not used for this catalog.
- ElementForm.OnCreateOnServer / OnOpen — standard form initialization without specific logic.
- ListForm — standard behavior of a dynamic list.
Requires verification (version-specific): presence of a non-empty code in the object module and form modules of the specific build 3.0.74.2 — in the absence of evidence, checked in the configurator.
5. Posting and Movements
The catalog is a non-posting object and does not generate movements on its own. Entries and records in registers are created by fixed asset disposal documents, in which the catalog element acts as analytics/justification (attribute “Reason for Write-Off”).
The typical logic for reflecting fixed asset write-offs in the RK (chart of accounts “Accounting for Kazakhstan”), where the reason affects the choice of correspondence:
Write-off due to physical/moral wear (liquidation):
- Dr 2420 (accumulated depreciation) — Cr 2410 (initial cost) — for the amount of accumulated depreciation;
- Dr 7410 (expenses for asset disposal) — Cr 2410 — for the residual value.
Sale of fixed assets:
- Dr 1210 (short-term receivables from buyers) — Cr 6210 (income from asset disposal) — for the sale price;
- Dr 1210 — Cr 3130 (VAT payable) — VAT at the rate of 16% (RK rate for 2026);
- Dr 7410 — Cr 2410 — write-off of residual value;
- Dr 2420 — Cr 2410 — write-off of accumulated depreciation.
Payment from the buyer: Dr 1030 (cash in current accounts) — Cr 1210.
Example of VAT on the sale of fixed assets. Sale price excluding VAT 1,000,000 ₸ → VAT = 1,000,000 × 16% = 160,000 ₸, to be received from the buyer 1,160,000 ₸ (Cr 3130 — 160,000 ₸).
Registers. Disposal documents create entries in accounting registers (posting), information registers, and accumulation for fixed assets (depreciation parameters, fixed asset states, cost of fixed assets/tax accounting), and for sale transactions — movements for VAT accounting. The catalog itself is present in these movements only as a measurement/value attribute reflecting the reason.
6. Related Objects and Input Based On
- Consumer Documents — documents in the “Fixed Assets” section that formalize disposal: “Write-Off of Fixed Assets”, “Transfer of Fixed Assets” / “Sale of Fixed Assets”, “Liquidation of Fixed Assets”. In them, the catalog is substituted in the attribute “Reason for Write-Off”.
- Electronic Documents of the RK. When disposing of fixed assets through sale, electronic invoices (ESF) are generated (electronic invoice in the ESF IS) and, if necessary, accompanying invoices (SNT) (accompanying invoice for goods). The reason for the write-off does not directly affect the composition of the ESF/SNT but is related to the fact of the sale of fixed assets.
- Input Based On. For the classifier catalog, input based on is not provided; the element is selected within disposal documents.
7. Extension Points
- Configuration Extension. Adding attributes (e.g., “Affects Tax Accounting”, “Expense Account for Write-Off”, “Comment”) through extension without removing from support; however, standard documents will not automatically consider new attributes — their logic requires refinement.
- Additional Attributes and Information. Connecting the “Properties” mechanism (additional attributes/information) for classifying reasons without changing metadata.
- Event Subscriptions.
BeforeWrite/OnWriteof the object — uniqueness control for names, prohibition of deletion of used reasons, maintenance of service attributes. - Form Handlers. Extending
ElementForm/ListFormfor additional input checks and service commands. - Programmatic Access. Accessing elements through the catalog manager (
Catalogs.ReasonsForWriteOff) when refining document filling algorithms for disposals.
Requires verification (version-specific): the exact composition of disposal documents referring to the catalog and the presence of standard event subscriptions in the specific build 3.0.74.2 — clarified by the composition of the configuration metadata.
