RUKKENZH
Задать вопрос AI
SectionsОбъекты конфигурации 1С
Report "Regulated Report 913 Form" (Accounting for Kazakhstan 3.0.74.2)
Язык статьи:🇷🇺 RU🇰🇿 KK🇬🇧 EN🇨🇳 ZH
Версия статьи:📘 Для бухгалтера⚙️ Для тех-специалиста

Report "Regulated Report 913 Form" (Accounting for Kazakhstan 3.0.74.2)

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

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 Form9132026Q1 may be added in a specific release. In version 3.0.74.2, the current form is Form9132025Q1 — 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 module Form9132025Q1 of 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 ().

  • Catalog.Organizations — attribute Taxpayer, defines the organization of the report.
  • Catalog.Counterparties — attribute TaxCommittee (tax authority).
  • Enumeration.RoundingProcedures — attribute UnitOfMeasurement.
  • 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 in MainForm; 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 Fill algorithm 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.

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

Does the report "RegulatedReport913Form" generate accounting entries?
No. This is a regulated report, not a document: it does not generate or create movements in registers or entries. The report only reads data from the accounting system to calculate indicators and stores the result in the form itself, additionally exporting it to XML for electronic submission.
Why are there several forms with similar names in the report (Form9132023Q1, …2024Q1, …2025Q1)?
These are versions of the form for different reporting periods. When the format changes in legislation, a new form for the period is added, while the old ones are kept for re-filling reports from previous quarters. The MainForm for the selected period automatically determines and opens the required version.
What numerical norms should be applied for the periods of 2026?
Norms for the RK 2026: VAT 16%, MRP 4,325 ₸, MSP 85,000 ₸, basic deduction for PIT 30 MRP per month (not more than 360 MRP per year), PIT 10% up to 8,500 MRP of annual income and 15% above, OPE 10% (base ceiling 50 MSP), OPEI 3.5%, VOSMS 2%, OSMS 3%, CO 5%, social tax 6%. The values of MRP 3,932, deduction 14 MRP, and VAT 12% relate to past periods and are not applicable for 2026.
Does the report have table parts and input based on?
There are no table parts — data is stored in the internal structures of the form (table document and collections of indicators). Input based on is not provided, as the object is not a document; the report is manually launched from the section of regulated reporting with the selection of the organization and period.

Read also

Источники

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