# 9A — Entity Seed Map Дата: 2026-03-29 Scope: 3 контрольных вопроса (НДС / РБП / Амортизация) ## Q1 — НДС (13/15 июля, мебель) ### Seed entities - Поступление товаров (документ, 13 июля) - Реализация товаров (документ, 15 июля) - Номенклатура/позиции мебели - Контрагент + договор - Счет-фактура - НДС-регистры - Проводки/движения по хозрасчетному регистру ### Required entities - `Document_ПоступлениеТоваровУслуг` - `Document_РеализацияТоваровУслуг` - Invoice-linked document refs - `AccumulationRegister_НДС*` records (purchase/sales/tax chain) - Book-layer records (книга покупок/продаж в терминах register linkage) - Posting/movement records for doc confirmation ### Expected transitions (обязательные) 1. `receipt_document -> invoice_link` 2. `sale_document -> invoice_link` 3. `invoice_link -> vat_register_entry` 4. `vat_register_entry -> book_entry` 5. `document -> posting` 6. `item_scope(receipt) -> item_scope(sale)` ### Смежный контур (не ядро claim) - Currency/warehouse/responsible fields. - Broad journal references без цепочки invoice/register/book. ## Q2 — РБП (31 июля, 5 000) ### Seed entities - Документ списания РБП за июль - Объект РБП - Движения по счету/регистрам РБП - Month-close записи - Остаток на конец июля ### Required entities - RBP write-off document record - RBP object card / object identifier - RBP movements (дебет/кредит/period bound) - Month-close linked entries - End-period residual per object ### Expected transitions (обязательные) 1. `rbp_writeoff_document -> rbp_object` 2. `rbp_object -> movement_records` 3. `movement_records -> month_close_entries` 4. `month_close_entries -> end_period_residual` 5. `end_period_residual -> normal_vs_tail_state` ### Смежный контур (не ядро claim) - Общие bank/payment journals без object-level RBP linkage. ## Q3 — Амортизация (31 июля, 2 471,52 / 2 465,28 / 849,83) ### Seed entities - Объекты ОС (expected set за июль) - Документы начисления амортизации - Проводки по амортизации - Периодные month-close записи - Суммовые anchors из вопроса ### Required entities - FA object identifiers (expected set) - Depreciation documents for July 2020 - Object-to-posting linkage - Posting accounts relevant to depreciation flow - Missed-object detector (object without depreciation row) ### Expected transitions (обязательные) 1. `fa_object -> depreciation_document` 2. `depreciation_document -> posting` 3. `posting -> account_scope(02/20/44 and linked)` 4. `expected_fa_set -> covered_fa_set` 5. `set_diff -> missing_object_risk` ### Смежный контур (не ядро claim) - Non-FA tax/personnel registers (например NDFL-related records), если не дают object-level FA proof. ## Seed/required summary | Question | Seed quality in current runtime | Required transitions fully reconstructable now | | --- | --- | --- | | Q1 VAT | medium-high | partial-high | | Q2 RBP | low-medium | low | | Q3 FA | medium | medium-low |