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

Reference Guide "Cash Flow Items" (Accounting for Kazakhstan 3.0.74.2)

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

1. Identification

Parameter Value
Object Type Catalog
Full Name Catalog.MoneyMovementArticles
Navigation Link e1cib/list/Catalog.MoneyMovementArticles
Synonym Money movement articles
Hierarchical Yes (hierarchy of groups, attribute Parent)
Configuration Accounting for Kazakhstan, edition 3.0 (3.0.74.2)
Owners / Subordination No (top-level catalog)

Purpose. The catalog is designed for the classification and detailing of the enterprise's cash flows when reflecting cash and bank operations. It is used by accountants and finance professionals for analytical accounting of cash inflows and outflows by types of activities (operating, investing, financing). It is a mandatory measure when processing documents related to cash movements (cash orders, bank statements, advance reports) and serves as the basis for forming the Cash Flow Statement (CFS) using the indirect/direct method according to IFRS standards. It includes a versioning mechanism to track changes in the classifier.

Where to find in 1C: section "Cash" → "Money movement articles". Also available from payment document forms by selecting the attribute "CFS Article".


2. Attributes and Table Parts

2.1 Header Attributes

Name Type Mandatory Purpose
ActivitySegment Enumeration.ActivitySegments Mandatory (ShowError) Defines the type of activity for CFS purposes: operating, investing, or financing. Critical for forming the cash flow statement according to IFRS.
MovementType Enumeration.MoneyMovementTypes Optional Classifies the operation as cash inflow or outflow. Used for automatic determination of the cash flow sign.
MoneyMovement Catalog.MoneyMovements Optional Reference to detailed classification of movements. Provides multi-level analytics of cash flows.

Standard attributes: Code, Name, Parent (hierarchy), ThisIsGroup, DeletionMark, Predefined.

2.2 Table Parts

AdditionalAttributes

Storage of user-defined properties of catalog items, configurable through the "Properties" subsystem (BSP).

Name Type Purpose
Property PlanOfCharacteristicTypes.AdditionalAttributesAndInformation Reference to the definition of an additional attribute (e.g., "CFS Code for the bank")
Value Arbitrary Value of the additional attribute (type defined by property settings)
TextString String Text representation of the value for display in the interface

3. Forms

Form Purpose
ElementForm Main form for editing the catalog item (33 elements, 6 input fields). Key form for the user: here the name, activity segment, and movement type are specified.
GroupForm Editing the group of the catalog (13 elements, 3 input fields). Name and parent of the article group.
ListForm Viewing the list of articles with commands for bulk changes (68 elements): "ChangeSelected", "Fill".
SelectionForm Selecting an article from the list when filling in attributes in documents (59 elements, "Fill" button).
GroupSelectionForm Selecting a group from the hierarchy (23 elements) when moving/classifying.

4. Key Module Procedures

In evidence, software modules (BSL) are not attached. For this type of catalog in the standard configuration, standard handlers are used:

  • Element form module

    • OnCreateOnServer — connecting the "Properties" subsystem (PropertyManagement.OnCreateOnServer) for displaying additional attributes; setting field availability.
    • OnReadOnServer / BeforeWriteOnServer — servicing versioning and additional information.
    • Connect_BeforeExecutingCommand / Connect_ExecuteCommand — command handlers of the "Properties" subsystem.
  • Object module

    • FillingProcessing — filling in attributes when creating a new item (including default values for the activity segment).
    • FillingCheckProcessing — control of the mandatory attribute ActivitySegment (ShowError mode).
  • Manager module

    • FormGettingProcessing — selection of the required form (element/group/selection) depending on the context.

The catalog is not a registrar and does not generate its own entries — posting procedures are absent.


5. Posting and Movements

The catalog is not posted and does not create movements independently. It serves as analytics (subaccount/measure) in documents and registers of cash accounting. The value of the CFS article enters the movements when processing payment documents.

Where the article value goes:

  • Accumulation register "MoneyMovements" (managerial/regulatory turnover register of CFS) — as a measure determining the line of the CFS.
  • Entries of the accounting register "Cost Accounting" — as a subaccount value for cash accounts.

Typical entries of documents using the CFS article (chart of accounts of the RK):

  • Receipt of payment from the customer to the current account:
    • Dr 1030 "Cash on current bank accounts" — Cr 1210 "Short-term receivables from customers"; CFS article with movement type "Receipt", segment "Operating activity".
  • Payment to the supplier from the current account:
    • Dr 3310 "Short-term payables to suppliers" — Cr 1030; CFS article with movement type "Outflow", segment "Operating activity".
  • Payment of VAT to the budget:
    • Dr 3130 "VAT payable" — Cr 1030; outflow, operating activity. When selling at a VAT rate of 16% (RK rate for 2026).

For reflecting revenue and cost of goods sold, accounts 6010 "Revenue from sales" and 7010 "Cost of goods sold" are used; goods are accounted for on 1330 "Goods"; these entries are generated by sales documents, and the CFS article appears in payment documents related to debt repayment.

Electronic documents (ESF via IS ESF, SNT) are generated by sales/receipt documents and do not directly affect the CFS article, but the activity segment of the article is considered when analyzing cash flows for these operations.


Used as an attribute (CFS analytics) in documents:

  • Cash documents: CashReceipt (PCR), CashWithdrawal (CWR).
  • Bank documents: NonCashReceipt, NonCashWithdrawal, bank statement.
  • Others: AdvanceReport, documents for cash movement, acquiring operations.

Related catalogs and enumerations:

  • Enumeration.ActivitySegments, Enumeration.MoneyMovementTypes.
  • Catalog.MoneyMovements (detailed analytics).
  • PlanOfCharacteristicTypes.AdditionalAttributesAndInformation (additional properties).

Input on basis: for this catalog, standard input on basis is not provided. Items are created manually or transferred during updates/initial filling of the classifier; if necessary, they are filled from the settings of accounting policies and rules for forming the CFS.


7. Extension Points

  • Additional attributes and information (BSP "Properties" subsystem) — adding user-defined properties (e.g., "CFS Code for the bank", report line code) without changing the configuration.
  • Versioning of objects — accounting for the history of changes in the article classifier.
  • Configuration extensions (Extensions) — adding attributes, changing forms, connecting handlers FillingCheckProcessing/FillingProcessing without removing from support.
  • CFS rules — mapping articles to lines of the Cash Flow Statement in reporting settings (direct/indirect method).
  • Additional form handlers through Connect_* commands of the "Properties" subsystem.

Requires verification for a specific version: the exact composition of form control elements and the presence of predefined elements of the classifier may differ within the release 3.0.74.2 with enabled/disabled functional options (accounting by activity segments, management CFS).

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

Is it mandatory to fill in the "Activity Segment" when creating a cash flow article?
Yes. The ActivitySegment attribute is mandatory (ShowError mode) — without specifying the type of activity (main, investment, or financial), the element will not be saved. This dimension is critical for the correct construction of the Cash Flow Statement according to IFRS.
Does the directory itself generate accounting entries?
No. The directory does not generate entries and does not create movements. It serves as analytics (subaccount/dimension) in payment documents — cash orders, bank withdrawals/receipts, advance reports. The value of the article is included in the entries for cash accounts (for example, Dr 1030 – Cr 1210) and in the cash flow movement register when these documents are processed.
What VAT rate is used in payment entries for the RK in 2026?
16%. This is the applicable VAT rate in Kazakhstan for 2026. VAT payment to the budget is reflected in the entry Dr 3130 "VAT Payable" – Cr 1030 with the corresponding cash flow article (outflow, main activity).
How to expand the directory without changing the standard configuration?
Through the "Properties" subsystem (the table part AdditionalAttributes), user-defined attributes can be added, such as "ODDS Code for the bank". For more profound changes (new attributes, forms, handlers), the configuration extension mechanism is used, which allows remaining under support.

Read also

Источники

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