1. Identification
| Parameter | Value |
|---|---|
| Object Type | Catalog |
| Full Name | Catalog.EventsOfFixedAssets (Catalogs.EventsOfFixedAssets) |
| Synonym | — (no separate synonym defined; the interface uses the representation "Events with Fixed Assets") |
| Configuration | Accounting for Kazakhstan, edition 3.0.74.2 |
| Type | Auxiliary catalog-classifier |
| Purpose | Accounting and classification of events occurring with fixed assets (FA): commissioning, modernization, repair, relocation, write-off, etc. |
Purpose. The catalog stores a list of asset lifecycle events and links each event to its type. The values of the catalog are selected in fixed asset accounting documents as a classifying feature of the operation. The catalog does not participate in transactions and does not itself generate movements — it serves as a source of values for document attributes and reports on fixed assets.
Where to find in 1C:
- Interface: section "Fixed Assets" → "Events with Fixed Assets".
- Navigation link:
e1cib/list/Catalog.EventsOfFixedAssets
2. Attributes and Tables
2.1 Header Attributes
| Name | Type | Mandatory | Purpose |
|---|---|---|---|
| Name | String (standard attribute) | Standard | Name of the FA event displayed in lists and selection forms |
| Code | String/Number (standard attribute) | Standard | Unique code of the catalog item |
| Comment | String (xs:string) |
Not checked (DontCheck) |
Arbitrary text description of the event, additional explanations or clarifications regarding the FA event |
| EventTypeFA | Enumeration EventTypesFA (EnumRef.EventTypesFA) |
Not checked (DontCheck) |
Defines the category/type of the event with the fixed asset (modernization, repair, write-off, etc.). Links the catalog item with the typology of events in the system |
Standard attributes Name and Code are present as in any catalog and are visible in the item form.
2.2 Table Parts
Table parts are absent.
3. Forms
The catalog contains three standard forms:
| Form | Purpose |
|---|---|
| ItemForm | Main form for creating and editing a catalog item. Key form for the user: name, event type, and comment are set |
| SelectionForm | Form for selecting an item from the list when filling in attributes in fixed asset accounting documents |
| ListForm | Displays the complete list of FA events with the ability for bulk changes and navigation |
4. Key Module Procedures
No specific procedures for the forms and object module are recorded in the attached evidence. For a catalog-classifier of this type, standard platform handlers are typical, and specific application code is usually absent:
- Object Module
FillProcessing— fills in default attributes when creating a new item (for example, settingEventTypeFA).CheckFillProcessing— controls filling; for this object, attributes are markedDontCheck, so additional checks are generally not performed.BeforeWriting/OnWriting— service handlers for writing (if application logic is present).
- Item Form Module
OnCreateOnServer— initial setup of the form, field availability.OnOpen— final adjustments to the appearance of the form.
- List Form Module
OnCreateOnServer— setup of conditional formatting and filtering of the list.
Requires verification (version-specific): the presence/content of specific handlers in the object module of this build 3.0.74.2 — they may differ within release updates.
5. Posting and Movements
The catalog is not a document and is not posted — it does not generate its own movements in registers and postings.
Impact on accounting occurs indirectly, through fixed asset accounting documents, in which the catalog item is indicated as a classifying feature of the event. Standard posting logic is formed by the fixed asset documents according to the typical chart of accounts of the RK. Approximate accounting accounts of Kazakhstan involved in operations with FA and related turnovers (for context, not as movements of the catalog itself):
| Account | Purpose |
|---|---|
| 1210 | Short-term accounts receivable from customers |
| 1030 | Cash in current bank accounts |
| 1330 | Goods |
| 3310 | Short-term accounts payable to suppliers |
| 3130 | VAT payable |
| 6010 | Revenue from sales |
| 7010 | Cost of sales |
In operations of sale/write-off of FA, if they are subject to VAT, a rate of 16% (Kazakhstan, 2026) is applied, reflected in account 3130. All amounts are in tenge (₸).
The catalog "EventsOfFixedAssets" does not participate in these postings — it merely classifies the event in the source document.
6. Related Objects and Input on Basis
- Enumeration
EventTypesFA— typology of events referenced by the attributeEventTypeFA. - Fixed asset accounting documents (commissioning, modernization, relocation, write-off/disposal of FA) — use catalog items as the value of the event attribute.
- Reports on fixed assets — use the event as a feature for grouping/filtering.
Input on basis for this catalog is not provided by the standard configuration (the catalog is an auxiliary classifier, not a source document).
7. Extension Points
- Adding attributes through configuration extension — for example, additional analytical features of the event or links to regulatory documents.
- Overriding forms (
ItemForm,ListForm) in the extension to configure field availability, conditional formatting, additional commands. - Subscriptions to events
OnWriting/BeforeWritingof the catalog for integration with external fixed asset accounting mechanisms. - Additional values of enumeration
EventTypesFA(through extension or modification) for subsequent use in the attributeEventTypeFA. - Additional attributes and information (BSP mechanism "Properties") — if connected, allows expanding classification without changing metadata.
Specifics of Kazakhstan 2026, relevant to related operations with FA (for reference): VAT rate 16%, MRP 4,325 ₸, MZP 85,000 ₸; electronic documents — electronic invoice (ESF) and SNT. These parameters do not have a direct impact on the catalog itself.
