1. Identification
| Property | Value |
|---|---|
| Object Type | Report |
| Name | RegulatedReport913Form |
| Full Name | Reports.RegulatedReport913Form / Report.RegulatedReport913Form |
| Synonym | — (not specified in the configuration) |
| Configuration | Accounting for Kazakhstan, edition 3.0, version 3.0.74.2 |
| Class | Regulated (tax) report |
| Frequency | Quarterly |
Purpose. The report is intended for the formation and submission of tax reporting according to form 913 (“Report on paid amounts…”) to the tax authorities of the Republic of Kazakhstan. It is used by accountants and tax specialists for preparing quarterly reports. It supports several versions of forms (2023, 2024, 2025), ensuring compliance with the current legislative requirements for each period. Work is conducted through specialized forms with auto-filling of data from the accounting system, manual adjustment of indicators, export to XML for electronic submission via the taxpayer's cabinet, and printing on paper.
Where to find in 1C: section “Regulated Reporting” → “Regulated Report 913 Form”. Navigation link:
e1cib/list/Report.RegulatedReport913Form
2. Attributes and Table Parts
2.1 Header Attributes
| Name | Type | Mandatory | Purpose |
|---|---|---|---|
Taxpayer |
CatalogRef.Organizations |
DontCheck | The organization on behalf of which the report is generated; determines the data source for filling |
TaxCommittee |
CatalogRef.Counterparties |
DontCheck | The tax authority to which the report is submitted; used when forming the title page |
UnitOfMeasurement |
EnumRef.RoundingProcedures |
DontCheck | The procedure for rounding numerical indicators (units, thousands, millions) |
PrecisionOfUnitOfMeasurement |
xs:decimal |
DontCheck | Numerical value of rounding precision; related to the attribute UnitOfMeasurement |
SignatureDate |
xs:dateTime |
DontCheck | Date of signing the report by the head; displayed on the title page and used during export |
2.2 Table Parts
The object has no table parts. The report data is stored in internal structures of forms — in the form of a tabular document and specialized collections of indicators characteristic of regulated reports (attributes of the form type “ReportData”, collections of cells of the layout).
3. Forms
| Form Name | Purpose |
|---|---|
MainForm |
Key form — the starting entry point. Allows selecting an organization and period and opening the corresponding version of the report |
Form9132023Q1 |
Form for the reporting period from Q1 2023 (before format change) |
Form9132024Q1 |
Form for the reporting period from Q1 2024 |
Form9132025Q1 |
Form for the reporting period from Q1 2025 |
The versioning mechanism is standard: MainForm determines the current version (Form913…Q1) based on the selected period and opens it. When the format changes in legislation, a new form for the period is added, while old forms are preserved for re-filling reports of past periods.
Requires verification (version-wise): for the periods of 2026, a separate form
Form9132026Q1may be added in a specific release. In version 3.0.74.2, the current form isForm9132025Q1— please check the composition of forms of the established release.
4. Key Module Procedures
No separate BSL-evidence for the object modules is attached. For regulated reports of this type in 1C configurations, a standard set of handlers is implemented (in the object module and form modules):
OnResultComposition/Fill(handler for the “Fill” command) — gathering indicators from accounting data (accounting and accumulation registers) for the selected period and distributing them across the cells of the form layout for the period.OnCreationOnServer(period form module) — initialization of the tabular document-layout, setting the availability of cells (manually filled / calculated / protected), substituting header attributes.OnCellChange/ handlers for related cells — recalculation of dependent indicators and total rows during manual adjustment.ExportToFile/GenerateExportFile— generating XML according to the approved XSD format of tax return form 913 for loading into the taxpayer's cabinet.Print/GeneratePrintForm— outputting the tabular document for printing on paper.CheckFilling/ control ratios — checking the internal consistency of indicators before export.
Requires verification (version-wise): the exact names of procedures and the presence of auxiliary common modules (
RegulatedReporting…) depend on the release — please verify with the form moduleForm9132025Q1of the installed configuration.
5. Posting and Movements
The regulated report is not a document: it is not posted and does not generate accounting entries or movements in registers. The report only reads data from the accounting system for calculating indicators and stores the result in the report itself (in the structure of the form), as well as exports it to XML.
The data source for auto-filling is the balances and turnovers on the accounts of the standard chart of accounts of the RK and calculation registers. Indicators relevant to form 913 and tax reporting of the RK are calculated taking into account the norms of 2026:
| Norm (RK, 2026) | Value |
|---|---|
| VAT Rate | 16 % |
| MPR | 4,325 ₸ |
| Minimum Wage | 85,000 ₸ |
| Basic Tax Deduction for PIT | 30 MPR/month, but not more than 360 MPR/year |
| PIT | 10 % up to 8,500 MPR of annual income, 15 % above |
| OPV | 10 % (base ceiling — 50 MZP) |
| OPVR | 3.5 % |
| VOSMS | 2 % |
| OSMS | 3 % |
| Social Contributions | 5 % |
| Social Tax | 6 % |
The accounts involved when reading data from the standard chart of accounts of the RK (depending on the filled indicators): 1210 (short-term receivables from customers), 1030 (cash in current accounts), 1330 (goods), 3310 (payables to suppliers), 3130 (VAT payable), 6010 (revenue from sales), 7010 (cost of sales). The currency of the indicators is tenge (₸).
6. Related Objects and Input Based On
Catalog.Organizations— attributeTaxpayer, defines the organization of the report.Catalog.Counterparties— attributeTaxCommittee(tax authority).Enumeration.RoundingProcedures— attributeUnitOfMeasurement.- Accounting and accumulation registers of the configuration — data sources for auto-filling.
- Electronic documents of the RK — accounting data that enter the report are linked to the turnover of electronic invoices (ESF) and SNT.
Input based on for the regulated report is not provided — it is not a document. The report is initiated manually from the list of regulated reporting with the selection of the organization and period.
7. Extension Points
- New versions of the form — when the format changes, a new form for the period (
Form913YYYYQ1) is added and the corresponding selection branch inMainForm; old forms are preserved for re-filling past periods. - Updating numerical norms — updating rates and amounts (VAT, MPR/MZP, contribution and tax rates) in auto-filling algorithms and control ratios when legislation changes.
- Configuration expansion (BSL subscriptions) — overriding filling and export handlers without removing from support: subscription to events of period forms, refinement of the
Fillalgorithm and XML export format. - Additional reports/processings — external mechanisms for auto-filling or control of indicators, connected to the report without changing the standard configuration.
- XSD export format — adaptation point when a new edition of the electronic format of tax return form 913 is released in the ESF system/taxpayer's cabinet.
