RUKKENZH
Задать вопрос AI
SectionsОбъекты конфигурации 1С
Document "Amortization Schedule Changes" - Technical Description
Язык статьи:🇷🇺 RU🇰🇿 KK🇬🇧 EN

Document "Amortization Schedule Changes" - Technical Description

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

1. Identification

Parameter Value
Object Type Document (Documents.ChangeOfDepreciationSchedules)
Name ChangeOfDepreciationSchedules
Synonym Change of depreciation schedules
Configuration Accounting for Kazakhstan, ed. 3.0 (3.0.74.2)
Interface Section “Fixed Assets” → “Change of Depreciation Schedules”
Navigation Link e1cib/list/Document.ChangeOfDepreciationSchedules

Purpose. The document is intended for mass changes to the parameters of annual depreciation schedules for fixed assets in accounting of the Republic of Kazakhstan. It is used by the accountant for fixed assets when changing depreciation methods, useful life periods, or when transitioning to new annual schedules (usually at the beginning of the tax/reporting year). The document registers the event of schedule change in the history of the fixed asset and generates new entries in the depreciation schedule register.

It is not used frequently — during the review of accounting policies, reorganization, or planned adjustments to accounting data for a group of fixed assets.

The document manages depreciation calculation parameters (schedule) and does not reflect depreciation accrual or generate accounting entries in expense accounts. The accrual itself is performed by a separate regulatory document for closing the month, which uses the schedule established by this document.


2. Header Attributes and Table Parts

2.1 Header Attributes

Attribute Purpose Mandatory
Organization The organization for which the depreciation schedule is being changed Mandatory
DepreciationSchedule The new annual depreciation schedule applied to the listed fixed assets from the date of the document Mandatory
FixedAssetEvent The event of changing the status of the fixed asset (event type from the fixed asset event directory). When filled, a record is fixed in the history of fixed asset events Optional
Date, Number Standard document attributes. The date determines when the new schedule comes into effect Date — mandatory
Responsible, Comment Service attributes Optional

If the attribute DepreciationSchedule or Organization is not filled — the platform will not allow the document to be processed and will issue an error “Field … is not filled”.

2.2 Table Part “Fixed Assets”

Column Purpose Mandatory
FixedAsset The fixed asset for which a new depreciation schedule is being established Mandatory
RowNumber Service row number (used when forming temporary processing tables) Filled by the system

Each row in the table part represents one fixed asset, for which a record of the new depreciation schedule will be created upon processing.


3. Forms

Form Purpose
DocumentForm Main input form: header (organization, schedule, event) and table part of fixed assets. Contains selection of fixed assets and standard processing commands
ListForm List of documents of the type. Supports group editing of attributes (for example, mass setting of FixedAssetEvent) through the standard group change mechanism
SelectionForm Selection of the document when entering based on / in selections from other objects (if available)

4. Key Module Procedures

Below are typical handlers for documents of this type (evidence for specific BSL lines is not attached; movement structure is from meta.evidence).

Form Module (DocumentForm)

  • OnCreateOnServer — form initialization, setting selection by organization, default values (current organization, date).
  • OrganizationOnChange — clearing/re-selection of fixed assets when changing the organization, updating available schedules.
  • FixedAssetRowOnChange / selection handlers — adding fixed assets by selection, including by partial name match (selection scenario for computers/machines of a certain brand).
  • CheckFillingHandler — control of filling mandatory fields (Organization, DepreciationSchedule, column FixedAsset).

Object Module

  • FillingHandler — filling attributes when entering based on.
  • ProcessingHandler — forming Refusal/movements; calling the manager module to obtain the processing structure.
  • ProcessingDeletionHandler — clearing sets of records in registers.

Manager Module (ManagerModule)

  • Forms the structure of ProcessingParameters with temporary tables:
    • document attributes (who, when, organization, selected schedule);
    • table part of fixed assets with row numbers;
    • combined table with attributes for each fixed asset.
  • The obtained structure is passed to specialized processing modules, which form sets of records in information registers based on it.

5. Processing and Movements

The document does not generate accounting entries in accounts — it changes the parameters of depreciation calculation in information registers.

5.1 InformationRegister.DepreciationSchedulesAccounting

An information register that stores the binding of fixed assets to the annual depreciation schedule. For each fixed asset from the table part, a record is created:

Dimension / Resource Value
Period Date of the document
Organization From the header
FixedAsset From the row of the table part
DepreciationSchedule New value from the header

From the date of the document, the new schedule is used by the depreciation calculation mechanism when closing the month.

5.2 InformationRegister.FixedAssetEvents

An events register that records the facts of changing the status of fixed assets. Records are formed only if the attribute FixedAssetEvent is filled. For each fixed asset, a record is created:

Field Value
Period / Date Date of the document
Organization From the header
FixedAsset From the row
Event FixedAssetEvent from the header
Document Link to the current underlying document

5.3 About Accounting Entries and VAT

This document does not create entries according to the chart of accounts of the RK. The impact is manifested indirectly — through subsequent depreciation accrual (regulatory operation for closing the month), which is reflected in the debit of expense accounts and the credit of the accumulated depreciation account of fixed assets.

For reference, when reflecting economic operations for fixed assets in the configuration, the standard chart of accounts of the RK is used: 1210 (short-term receivables from buyers), 1030 (money in current accounts), 3310 (payables to suppliers), 3130 (VAT payable), 6010 (revenue from sales), 7010 (cost of sales). The current VAT rate in Kazakhstan in 2026 is 16%. The document itself does not generate changes to these entries and VAT records.


6. Related Objects and Entry Based On

Relation Object Role
Data Source Directory.FixedAssets Objects for which the schedule is changed
Parameter Directory.DepreciationSchedules (annual schedules) Value of the schedule being set
Event Directory of fixed asset events (FixedAssetEvents) Value for the events register
Receiving Register InformationRegister.DepreciationSchedulesAccounting Stores the current schedule of fixed assets
Receiving Register InformationRegister.FixedAssetEvents History of fixed asset events
Consumer Regulatory document for depreciation accrual (closing the month) Uses the established schedule

Entry Based On. The document is usually entered manually from the “Fixed Assets” section. It can be filled by selecting fixed assets by name and group adding rows. Specific entry “based on” from receipt/acceptance documents is not required by standard logic, but filling the table part is possible through selection from the list of the organization’s fixed assets.

Typical Scenarios

  1. Creating a document to change the schedule for a group of fixed assets (transition to a new annual schedule from 01.01).
  2. Selecting fixed assets by partial name match.
  3. Changing the document date and recalculating the date the schedule comes into effect.
  4. Group editing of documents through the list form (mass change of FixedAssetEvent).
  5. Manual adjustment of schedules without processing — preparing data for subsequent mass changes.

7. Extension Points

  • Subscriptions to events of processing/recording the document — for adding custom movements (for example, to additional fixed asset analytics registers).
  • Configuration extension: adding header attributes (comment-justification, reference to the order), columns of the table part, additional checks in CheckFillingHandler.
  • Overridable manager-module modules — extending the structure of ProcessingParameters to pass additional data to processing modules.
  • Additional processing/commands (AddressListFixedAssets, etc.) — printed forms of the order to change the depreciation schedule.
  • Form handlers: reaction to changes in organization/schedule, automation of fixed asset selection by criteria (group, responsible person, location).

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

Does the document generate accounting entries?
No. The document modifies the parameters for calculating depreciation in the information registers (DepreciationSchedulesAccounting and, when filling in EventOS, EventOSOrganizations). It does not create entries according to the chart of accounts or records for VAT — the depreciation accrual is performed by the scheduled operation of closing the month, using the established schedule.
What fields are mandatory for processing?
In the header — Organization and DepreciationSchedule; in the table part "Fixed Assets" — the column FixedAsset in each row. If any of these are not filled in, the platform will not process the document and will display the error "Field … is not filled in". The attribute EventOS is optional.
From what moment does the new schedule take effect?
From the date of the document. This date becomes the recording period in the register DepreciationSchedulesAccounting, so adjusting the date (for example, from 01.01 to 15.01) shifts the moment the schedule comes into effect.
How to quickly add many fixed assets to the document?
Through the selection of fixed assets, including by partial matching of names (all computers, all machines of a certain brand). Group editing of the documents themselves from the list form is also supported — for example, mass setting of the attribute EventOS.

Read also

Источники

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