From a80302f35a01473487093bbc87f720bcef4c7f47 Mon Sep 17 00:00:00 2001 From: PotapovaA Date: Thu, 30 Jul 2026 19:31:00 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RealtimeTable/constants/FORM_4/AHR.js | 7318 ++++++++--------- .../RealtimeTable/constants/FORM_4/CAP.js | 207 +- .../RealtimeTable/constants/FORM_4/OPER.js | 291 +- .../RealtimeTable/constants/columnColors.js | 9 + 4 files changed, 3897 insertions(+), 3928 deletions(-) diff --git a/web/src/components/RealtimeTable/constants/FORM_4/AHR.js b/web/src/components/RealtimeTable/constants/FORM_4/AHR.js index 8126a7a..ef99373 100644 --- a/web/src/components/RealtimeTable/constants/FORM_4/AHR.js +++ b/web/src/components/RealtimeTable/constants/FORM_4/AHR.js @@ -1,3965 +1,3933 @@ - - import { - greenColumn, - whiteColumn, - orangeColumn, - yellowColumn, - redColumn, - blueColumn, - } from '../columnColors'; - export const config = { - "config":{ - "colors":{ - "data.header.section_code":{ - "color_type":greenColumn, - "accessorKey":"data.header.section_code" - }, - "data.header.name":{ - "color_type":greenColumn, - "accessorKey":"data.header.name" - }, - "data.header.justification":{ - "color_type":greenColumn, - "accessorKey":"data.header.justification" - }, - "data.plan.q1":{ - "color_type":greenColumn, - "accessorKey":"data.plan.q1" - }, - "data.plan.q2":{ - "color_type":greenColumn, - "accessorKey":"data.plan.q2" - }, - "data.plan.q3":{ - "color_type":greenColumn, - "accessorKey":"data.plan.q3" - }, - "data.plan.q4":{ - "color_type":greenColumn, - "accessorKey":"data.plan.q4" - }, - "data.plan.year":{ - "color_type":greenColumn, - "accessorKey":"data.plan.year" - }, - "data.plan.comment":{ - "color_type":greenColumn, - "accessorKey":"data.plan.comment" - }, - "data.contract_summary.total":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.total" - }, - "data.contract_summary.reference":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.reference" - }, - "data.contract_summary.counterparty":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.counterparty" - }, - "data.contract_summary.deadline":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.deadline" - }, - "data.contract_summary.comment":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.comment" - }, - "data.contract_summary.future_y1":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.future_y1" - }, - "data.contract_summary.future_y2":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.future_y2" - }, - "data.contract_summary.other_ssp":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.other_ssp" - }, - "data.contract_summary.centralized_flag":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.centralized_flag" - }, - "data.allocation.contract_ref":{ - "color_type":greenColumn, - "accessorKey":"data.allocation.contract_ref" - }, - "data.allocation.allocation_purpose":{ - "color_type":greenColumn, - "accessorKey":"data.allocation.allocation_purpose" - }, - "data.seq_dfip.q1":{ - "color_type":greenColumn, - "accessorKey":"data.seq_dfip.q1" - }, - "data.seq_dfip.q2":{ - "color_type":greenColumn, - "accessorKey":"data.seq_dfip.q2" - }, - "data.seq_dfip.q3":{ - "color_type":greenColumn, - "accessorKey":"data.seq_dfip.q3" - }, - "data.seq_dfip.q4":{ - "color_type":greenColumn, - "accessorKey":"data.seq_dfip.q4" - }, - "data.seq_dfip.year":{ - "color_type":greenColumn, - "accessorKey":"data.seq_dfip.year" +import { + greenColumn, + whiteColumn, + orangeColumn, + yellowColumn, + redColumn, + blueColumn, + tealColumn, +} from "../columnColors"; +export const config = { + config: { + colors: { + "data.header.section_code": { + color_type: greenColumn, + accessorKey: "data.header.section_code", + }, + "data.header.name": { + color_type: greenColumn, + accessorKey: "data.header.name", + }, + "data.header.justification": { + color_type: greenColumn, + accessorKey: "data.header.justification", + }, + "data.plan.q1": { + color_type: greenColumn, + accessorKey: "data.plan.q1", + }, + "data.plan.q2": { + color_type: greenColumn, + accessorKey: "data.plan.q2", + }, + "data.plan.q3": { + color_type: greenColumn, + accessorKey: "data.plan.q3", + }, + "data.plan.q4": { + color_type: greenColumn, + accessorKey: "data.plan.q4", + }, + "data.plan.year": { + color_type: greenColumn, + accessorKey: "data.plan.year", + }, + "data.plan.comment": { + color_type: greenColumn, + accessorKey: "data.plan.comment", + }, + "data.contract_summary.total": { + color_type: greenColumn, + accessorKey: "data.contract_summary.total", + }, + "data.contract_summary.reference": { + color_type: greenColumn, + accessorKey: "data.contract_summary.reference", + }, + "data.contract_summary.counterparty": { + color_type: greenColumn, + accessorKey: "data.contract_summary.counterparty", + }, + "data.contract_summary.deadline": { + color_type: greenColumn, + accessorKey: "data.contract_summary.deadline", + }, + "data.contract_summary.comment": { + color_type: greenColumn, + accessorKey: "data.contract_summary.comment", + }, + "data.contract_summary.future_y1": { + color_type: greenColumn, + accessorKey: "data.contract_summary.future_y1", + }, + "data.contract_summary.future_y2": { + color_type: greenColumn, + accessorKey: "data.contract_summary.future_y2", + }, + "data.contract_summary.other_ssp": { + color_type: greenColumn, + accessorKey: "data.contract_summary.other_ssp", + }, + "data.contract_summary.centralized_flag": { + color_type: greenColumn, + accessorKey: "data.contract_summary.centralized_flag", + }, + "data.allocation.contract_ref": { + color_type: greenColumn, + accessorKey: "data.allocation.contract_ref", + }, + "data.allocation.allocation_purpose": { + color_type: greenColumn, + accessorKey: "data.allocation.allocation_purpose", + }, + "data.seq_dfip.q1": { + color_type: greenColumn, + accessorKey: "data.seq_dfip.q1", + }, + "data.seq_dfip.q2": { + color_type: greenColumn, + accessorKey: "data.seq_dfip.q2", + }, + "data.seq_dfip.q3": { + color_type: greenColumn, + accessorKey: "data.seq_dfip.q3", + }, + "data.seq_dfip.q4": { + color_type: greenColumn, + accessorKey: "data.seq_dfip.q4", + }, + "data.seq_dfip.year": { + color_type: greenColumn, + accessorKey: "data.seq_dfip.year", }, - "data.seq_dfip.justification":{ - "color_type":greenColumn, - "accessorKey":"data.seq_dfip.justification" + "data.seq_dfip.justification": { + color_type: greenColumn, + accessorKey: "data.seq_dfip.justification", }, - "data.reserve.q1":{ - "color_type":greenColumn, - "accessorKey":"data.reserve.q1" + "data.reserve.q1": { + color_type: greenColumn, + accessorKey: "data.reserve.q1", }, - "data.reserve.q2":{ - "color_type":greenColumn, - "accessorKey":"data.reserve.q2" + "data.reserve.q2": { + color_type: greenColumn, + accessorKey: "data.reserve.q2", }, - "data.reserve.q3":{ - "color_type":greenColumn, - "accessorKey":"data.reserve.q3" + "data.reserve.q3": { + color_type: greenColumn, + accessorKey: "data.reserve.q3", }, - "data.reserve.q4":{ - "color_type":greenColumn, - "accessorKey":"data.reserve.q4" + "data.reserve.q4": { + color_type: greenColumn, + accessorKey: "data.reserve.q4", }, - "data.reserve.year":{ - "color_type":greenColumn, - "accessorKey":"data.reserve.year" + "data.reserve.year": { + color_type: greenColumn, + accessorKey: "data.reserve.year", }, - "data.reserve.justification":{ - "color_type":greenColumn, - "accessorKey":"data.reserve.justification" + "data.reserve.justification": { + color_type: greenColumn, + accessorKey: "data.reserve.justification", }, - "data.approved.q1":{ - "color_type":greenColumn, - "accessorKey":"data.approved.q1" + "data.approved.q1": { + color_type: greenColumn, + accessorKey: "data.approved.q1", }, - "data.approved.q2":{ - "color_type":greenColumn, - "accessorKey":"data.approved.q2" + "data.approved.q2": { + color_type: greenColumn, + accessorKey: "data.approved.q2", }, - "data.approved.q3":{ - "color_type":greenColumn, - "accessorKey":"data.approved.q3" + "data.approved.q3": { + color_type: greenColumn, + accessorKey: "data.approved.q3", }, - "data.approved.q4":{ - "color_type":greenColumn, - "accessorKey":"data.approved.q4" + "data.approved.q4": { + color_type: greenColumn, + accessorKey: "data.approved.q4", }, - "data.approved.year":{ - "color_type":greenColumn, - "accessorKey":"data.approved.year" + "data.approved.year": { + color_type: greenColumn, + accessorKey: "data.approved.year", }, - "data.collegial.approved":{ - "color_type":orangeColumn, - "accessorKey":"data.collegial.approved" + "data.collegial.approved": { + color_type: orangeColumn, + accessorKey: "data.collegial.approved", }, - "data.collegial.protocol":{ - "color_type":orangeColumn, - "accessorKey":"data.collegial.protocol" + "data.collegial.protocol": { + color_type: orangeColumn, + accessorKey: "data.collegial.protocol", }, - "field_kollegialnye_organy_field":{ - "color_type":orangeColumn, - "accessorKey":"field_kollegialnye_organy_field" + field_kollegialnye_organy_field: { + color_type: orangeColumn, + accessorKey: "field_kollegialnye_organy_field", }, - "data.collegial.note":{ - "color_type":orangeColumn, - "accessorKey":"data.collegial.note" + "data.collegial.note": { + color_type: orangeColumn, + accessorKey: "data.collegial.note", }, - "field_field_field":{ - "color_type":whiteColumn, - "accessorKey":"field_field_field" + field_field_field: { + color_type: whiteColumn, + accessorKey: "field_field_field", }, - "data.ckk.ceiling":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.ceiling" + "data.ckk.ceiling": { + color_type: orangeColumn, + accessorKey: "data.ckk.ceiling", }, - "data.ckk.q1":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.q1" + "data.ckk.q1": { + color_type: orangeColumn, + accessorKey: "data.ckk.q1", }, - "data.ckk.q2":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.q2" + "data.ckk.q2": { + color_type: orangeColumn, + accessorKey: "data.ckk.q2", }, - "data.ckk.q3":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.q3" + "data.ckk.q3": { + color_type: orangeColumn, + accessorKey: "data.ckk.q3", }, - "data.ckk.q4":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.q4" + "data.ckk.q4": { + color_type: orangeColumn, + accessorKey: "data.ckk.q4", }, - "data.ckk.rf_schedule":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.rf_schedule" + "data.ckk.rf_schedule": { + color_type: orangeColumn, + accessorKey: "data.ckk.rf_schedule", }, - "data.ckk.deadline":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.deadline" + "data.ckk.deadline": { + color_type: orangeColumn, + accessorKey: "data.ckk.deadline", }, - "data.ckk.proc_plan":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.proc_plan" + "data.ckk.proc_plan": { + color_type: orangeColumn, + accessorKey: "data.ckk.proc_plan", }, - "data.ckk.proc_method":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.proc_method" + "data.ckk.proc_method": { + color_type: orangeColumn, + accessorKey: "data.ckk.proc_method", }, - "data.ckk.comment":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.comment" + "data.ckk.comment": { + color_type: orangeColumn, + accessorKey: "data.ckk.comment", }, - "data.contract.counterparty":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.counterparty" + "data.contract.counterparty": { + color_type: orangeColumn, + accessorKey: "data.contract.counterparty", }, - "data.contract.reference":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.reference" + "data.contract.reference": { + color_type: orangeColumn, + accessorKey: "data.contract.reference", }, - "data.contract.addenda":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.addenda" + "data.contract.addenda": { + color_type: orangeColumn, + accessorKey: "data.contract.addenda", }, - "data.contract.subject":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.subject" + "data.contract.subject": { + color_type: orangeColumn, + accessorKey: "data.contract.subject", }, - "data.contract.currency":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.currency" + "data.contract.currency": { + color_type: orangeColumn, + accessorKey: "data.contract.currency", }, - "data.contract.ceiling":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.ceiling" + "data.contract.ceiling": { + color_type: orangeColumn, + accessorKey: "data.contract.ceiling", }, - "data.contract.q1":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.q1" + "data.contract.q1": { + color_type: orangeColumn, + accessorKey: "data.contract.q1", }, - "data.contract.q2":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.q2" + "data.contract.q2": { + color_type: orangeColumn, + accessorKey: "data.contract.q2", }, - "data.contract.q3":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.q3" + "data.contract.q3": { + color_type: orangeColumn, + accessorKey: "data.contract.q3", }, - "data.contract.q4":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.q4" + "data.contract.q4": { + color_type: orangeColumn, + accessorKey: "data.contract.q4", }, - "data.contract.rf_schedule":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.rf_schedule" + "data.contract.rf_schedule": { + color_type: orangeColumn, + accessorKey: "data.contract.rf_schedule", }, - "data.contract.vat_rate":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.vat_rate" + "data.contract.vat_rate": { + color_type: orangeColumn, + accessorKey: "data.contract.vat_rate", }, - "data.contract.exchange_rate":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.exchange_rate" + "data.contract.exchange_rate": { + color_type: orangeColumn, + accessorKey: "data.contract.exchange_rate", }, - "data.contract.amount_foreign":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.amount_foreign" + "data.contract.amount_foreign": { + color_type: orangeColumn, + accessorKey: "data.contract.amount_foreign", }, - "data.contract.deadline":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.deadline" + "data.contract.deadline": { + color_type: orangeColumn, + accessorKey: "data.contract.deadline", }, - "data.contract.scheme":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.scheme" + "data.contract.scheme": { + color_type: orangeColumn, + accessorKey: "data.contract.scheme", }, - "data.contract.act":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.act" + "data.contract.act": { + color_type: orangeColumn, + accessorKey: "data.contract.act", }, - "data.contract.comment":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.comment" + "data.contract.comment": { + color_type: orangeColumn, + accessorKey: "data.contract.comment", }, - "data.q1.adj_current":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.adj_current" + "data.q1.adj_current": { + color_type: yellowColumn, + accessorKey: "data.q1.adj_current", }, - "data.q1.adj_ssp":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.adj_ssp" + "data.q1.adj_ssp": { + color_type: yellowColumn, + accessorKey: "data.q1.adj_ssp", }, - "data.q1.adj_rf":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.adj_rf" + "data.q1.adj_rf": { + color_type: yellowColumn, + accessorKey: "data.q1.adj_rf", }, - "data.q1.adj_reserve":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.adj_reserve" + "data.q1.adj_reserve": { + color_type: yellowColumn, + accessorKey: "data.q1.adj_reserve", }, - "1_kvartal_2026_perenos_vo_2_kv_26_summa_bez_nds":{ - "color_type":whiteColumn, - "accessorKey":"1_kvartal_2026_perenos_vo_2_kv_26_summa_bez_nds" + "1_kvartal_2026_perenos_vo_2_kv_26_summa_bez_nds": { + color_type: redColumn, + accessorKey: "1_kvartal_2026_perenos_vo_2_kv_26_summa_bez_nds", }, - "data.q1.adj_comment":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.adj_comment" + "data.q1.adj_comment": { + color_type: yellowColumn, + accessorKey: "data.q1.adj_comment", }, - "data.q1.corrected_plan":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.corrected_plan" + "data.q1.corrected_plan": { + color_type: yellowColumn, + accessorKey: "data.q1.corrected_plan", }, - "1_kvartal_2026_field_field":{ - "color_type":whiteColumn, - "accessorKey":"1_kvartal_2026_field_field" + "1_kvartal_2026_field_field": { + color_type: whiteColumn, + accessorKey: "1_kvartal_2026_field_field", }, - "data.q1.pay_date":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.pay_date" + "data.q1.pay_date": { + color_type: tealColumn, + accessorKey: "data.q1.pay_date", }, - "data.q1.pay_amount":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.pay_amount" + "data.q1.pay_amount": { + color_type: tealColumn, + accessorKey: "data.q1.pay_amount", }, - "data.q1.pay_ho":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.pay_ho" + "data.q1.pay_ho": { + color_type: tealColumn, + accessorKey: "data.q1.pay_ho", }, - "data.q1.pay_rf":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.pay_rf" + "data.q1.pay_rf": { + color_type: tealColumn, + accessorKey: "data.q1.pay_rf", }, - "data.q1.pay_comment":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.pay_comment" + "data.q1.pay_comment": { + color_type: tealColumn, + accessorKey: "data.q1.pay_comment", }, - "data.q1.pay_act":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.pay_act" + "data.q1.pay_act": { + color_type: tealColumn, + accessorKey: "data.q1.pay_act", }, - "data.q1.booking":{ - "color_type":orangeColumn, - "accessorKey":"data.q1.booking" + "data.q1.booking": { + color_type: orangeColumn, + accessorKey: "data.q1.booking", }, - "data.q1.actual_m1":{ - "color_type":greenColumn, - "accessorKey":"data.q1.actual_m1" + "data.q1.actual_m1": { + color_type: greenColumn, + accessorKey: "data.q1.actual_m1", }, - "data.q1.actual_m2":{ - "color_type":greenColumn, - "accessorKey":"data.q1.actual_m2" + "data.q1.actual_m2": { + color_type: greenColumn, + accessorKey: "data.q1.actual_m2", }, - "data.q1.actual_m3":{ - "color_type":greenColumn, - "accessorKey":"data.q1.actual_m3" + "data.q1.actual_m3": { + color_type: greenColumn, + accessorKey: "data.q1.actual_m3", }, - "data.q1.actual_quarter":{ - "color_type":greenColumn, - "accessorKey":"data.q1.actual_quarter" + "data.q1.actual_quarter": { + color_type: greenColumn, + accessorKey: "data.q1.actual_quarter", }, - "data.q1.residual_after_booking":{ - "color_type":orangeColumn, - "accessorKey":"data.q1.residual_after_booking" + "data.q1.residual_after_booking": { + color_type: orangeColumn, + accessorKey: "data.q1.residual_after_booking", }, - "data.q1.residual_after_actual":{ - "color_type":greenColumn, - "accessorKey":"data.q1.residual_after_actual" + "data.q1.residual_after_actual": { + color_type: greenColumn, + accessorKey: "data.q1.residual_after_actual", }, - "data.q1.transfer_q2":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.transfer_q2" + "data.q1.transfer_q2": { + color_type: redColumn, + accessorKey: "data.q1.transfer_q2", }, - "data.q1.transfer_q3":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.transfer_q3" + "data.q1.transfer_q3": { + color_type: redColumn, + accessorKey: "data.q1.transfer_q3", }, - "data.q1.transfer_q4":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.transfer_q4" + "data.q1.transfer_q4": { + color_type: redColumn, + accessorKey: "data.q1.transfer_q4", }, - "data.q1.transfer_econ":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.transfer_econ" + "data.q1.transfer_econ": { + color_type: redColumn, + accessorKey: "data.q1.transfer_econ", }, - "data.q1.total":{ - "color_type":whiteColumn, - "accessorKey":"data.q1.total" + "data.q1.total": { + color_type: redColumn, + accessorKey: "data.q1.total", }, - "data.q2.target_change":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.target_change" + "data.q2.target_change": { + color_type: redColumn, + accessorKey: "data.q2.target_change", }, - "data.q2.base_correction":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.base_correction" + "data.q2.base_correction": { + color_type: redColumn, + accessorKey: "data.q2.base_correction", }, - "data.q2.revision_inc":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.revision_inc" + "data.q2.revision_inc": { + color_type: redColumn, + accessorKey: "data.q2.revision_inc", }, - "data.q2.revision_seq":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.revision_seq" + "data.q2.revision_seq": { + color_type: redColumn, + accessorKey: "data.q2.revision_seq", }, - "data.q2.revision_comment":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.revision_comment" + "data.q2.revision_comment": { + color_type: redColumn, + accessorKey: "data.q2.revision_comment", }, - "data.q2.new_plan":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.new_plan" + "data.q2.new_plan": { + color_type: yellowColumn, + accessorKey: "data.q2.new_plan", }, - "2_kvartal_2026_field_field":{ - "color_type":whiteColumn, - "accessorKey":"2_kvartal_2026_field_field" + "2_kvartal_2026_field_field": { + color_type: whiteColumn, + accessorKey: "2_kvartal_2026_field_field", }, - "data.q2.adj_current":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.adj_current" + "data.q2.adj_current": { + color_type: yellowColumn, + accessorKey: "data.q2.adj_current", }, - "data.q2.adj_ssp":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.adj_ssp" + "data.q2.adj_ssp": { + color_type: yellowColumn, + accessorKey: "data.q2.adj_ssp", }, - "data.q2.adj_rf":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.adj_rf" + "data.q2.adj_rf": { + color_type: yellowColumn, + accessorKey: "data.q2.adj_rf", }, - "data.q2.adj_reserve":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.adj_reserve" + "data.q2.adj_reserve": { + color_type: yellowColumn, + accessorKey: "data.q2.adj_reserve", }, - "2_kvartal_2026_perenos_v_3_kv_26_summa_bez_nds":{ - "color_type":whiteColumn, - "accessorKey":"2_kvartal_2026_perenos_v_3_kv_26_summa_bez_nds" + "2_kvartal_2026_perenos_v_3_kv_26_summa_bez_nds": { + color_type: redColumn, + accessorKey: "2_kvartal_2026_perenos_v_3_kv_26_summa_bez_nds", }, - "data.q2.corrected_plan":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.corrected_plan" + "data.q2.corrected_plan": { + color_type: yellowColumn, + accessorKey: "data.q2.corrected_plan", }, - "data.q2.pay_date":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.pay_date" + "data.q2.pay_date": { + color_type: tealColumn, + accessorKey: "data.q2.pay_date", }, - "data.q2.pay_amount":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.pay_amount" + "data.q2.pay_amount": { + color_type: tealColumn, + accessorKey: "data.q2.pay_amount", }, - "data.q2.pay_ho":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.pay_ho" + "data.q2.pay_ho": { + color_type: tealColumn, + accessorKey: "data.q2.pay_ho", }, - "data.q2.pay_rf":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.pay_rf" + "data.q2.pay_rf": { + color_type: tealColumn, + accessorKey: "data.q2.pay_rf", }, - "data.q2.pay_comment":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.pay_comment" + "data.q2.pay_comment": { + color_type: tealColumn, + accessorKey: "data.q2.pay_comment", }, - "data.q2.pay_act":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.pay_act" + "data.q2.pay_act": { + color_type: tealColumn, + accessorKey: "data.q2.pay_act", }, - "data.q2.booking":{ - "color_type":orangeColumn, - "accessorKey":"data.q2.booking" + "data.q2.booking": { + color_type: orangeColumn, + accessorKey: "data.q2.booking", }, - "data.q2.actual_m1":{ - "color_type":greenColumn, - "accessorKey":"data.q2.actual_m1" + "data.q2.actual_m1": { + color_type: greenColumn, + accessorKey: "data.q2.actual_m1", }, - "data.q2.actual_m2":{ - "color_type":greenColumn, - "accessorKey":"data.q2.actual_m2" + "data.q2.actual_m2": { + color_type: greenColumn, + accessorKey: "data.q2.actual_m2", }, - "data.q2.actual_m3":{ - "color_type":greenColumn, - "accessorKey":"data.q2.actual_m3" + "data.q2.actual_m3": { + color_type: greenColumn, + accessorKey: "data.q2.actual_m3", }, - "data.q2.actual_quarter":{ - "color_type":greenColumn, - "accessorKey":"data.q2.actual_quarter" + "data.q2.actual_quarter": { + color_type: greenColumn, + accessorKey: "data.q2.actual_quarter", }, - "data.q2.residual_after_booking":{ - "color_type":orangeColumn, - "accessorKey":"data.q2.residual_after_booking" + "data.q2.residual_after_booking": { + color_type: orangeColumn, + accessorKey: "data.q2.residual_after_booking", }, - "data.q2.residual_after_actual":{ - "color_type":greenColumn, - "accessorKey":"data.q2.residual_after_actual" + "data.q2.residual_after_actual": { + color_type: greenColumn, + accessorKey: "data.q2.residual_after_actual", }, - "data.q2.transfer_q3":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.transfer_q3" + "data.q2.transfer_q3": { + color_type: redColumn, + accessorKey: "data.q2.transfer_q3", }, - "data.q2.transfer_q4":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.transfer_q4" + "data.q2.transfer_q4": { + color_type: redColumn, + accessorKey: "data.q2.transfer_q4", }, - "data.q2.transfer_econ":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.transfer_econ" + "data.q2.transfer_econ": { + color_type: redColumn, + accessorKey: "data.q2.transfer_econ", }, - "data.q2.total":{ - "color_type":whiteColumn, - "accessorKey":"data.q2.total" + "data.q2.total": { + color_type: redColumn, + accessorKey: "data.q2.total", }, - "data.q3.target_change":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.target_change" + "data.q3.target_change": { + color_type: redColumn, + accessorKey: "data.q3.target_change", }, - "data.q3.base_correction":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.base_correction" + "data.q3.base_correction": { + color_type: redColumn, + accessorKey: "data.q3.base_correction", }, - "data.q3.revision_inc":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.revision_inc" + "data.q3.revision_inc": { + color_type: redColumn, + accessorKey: "data.q3.revision_inc", }, - "data.q3.revision_seq":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.revision_seq" + "data.q3.revision_seq": { + color_type: redColumn, + accessorKey: "data.q3.revision_seq", }, - "data.q3.revision_comment":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.revision_comment" + "data.q3.revision_comment": { + color_type: redColumn, + accessorKey: "data.q3.revision_comment", }, - "data.q3.new_plan":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.new_plan" + "data.q3.new_plan": { + color_type: yellowColumn, + accessorKey: "data.q3.new_plan", }, - "3_kvartal_2026_field_field":{ - "color_type":whiteColumn, - "accessorKey":"3_kvartal_2026_field_field" + "3_kvartal_2026_field_field": { + color_type: whiteColumn, + accessorKey: "3_kvartal_2026_field_field", }, - "data.q3.adj_current":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.adj_current" + "data.q3.adj_current": { + color_type: yellowColumn, + accessorKey: "data.q3.adj_current", }, - "data.q3.adj_ssp":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.adj_ssp" + "data.q3.adj_ssp": { + color_type: yellowColumn, + accessorKey: "data.q3.adj_ssp", }, - "data.q3.adj_rf":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.adj_rf" + "data.q3.adj_rf": { + color_type: yellowColumn, + accessorKey: "data.q3.adj_rf", }, - "data.q3.adj_reserve":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.adj_reserve" + "data.q3.adj_reserve": { + color_type: yellowColumn, + accessorKey: "data.q3.adj_reserve", }, - "3_kvartal_2026_perenos_v_4_kv_26_summa_bez_nds":{ - "color_type":whiteColumn, - "accessorKey":"3_kvartal_2026_perenos_v_4_kv_26_summa_bez_nds" + "3_kvartal_2026_perenos_v_4_kv_26_summa_bez_nds": { + color_type: redColumn, + accessorKey: "3_kvartal_2026_perenos_v_4_kv_26_summa_bez_nds", }, - "data.q3.corrected_plan":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.corrected_plan" + "data.q3.corrected_plan": { + color_type: yellowColumn, + accessorKey: "data.q3.corrected_plan", }, - "data.q3.pay_date":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.pay_date" + "data.q3.pay_date": { + color_type: tealColumn, + accessorKey: "data.q3.pay_date", }, - "data.q3.pay_amount":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.pay_amount" + "data.q3.pay_amount": { + color_type: tealColumn, + accessorKey: "data.q3.pay_amount", }, - "data.q3.pay_ho":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.pay_ho" + "data.q3.pay_ho": { + color_type: tealColumn, + accessorKey: "data.q3.pay_ho", }, - "data.q3.pay_rf":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.pay_rf" + "data.q3.pay_rf": { + color_type: tealColumn, + accessorKey: "data.q3.pay_rf", }, - "data.q3.pay_comment":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.pay_comment" + "data.q3.pay_comment": { + color_type: tealColumn, + accessorKey: "data.q3.pay_comment", }, - "data.q3.pay_act":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.pay_act" + "data.q3.pay_act": { + color_type: tealColumn, + accessorKey: "data.q3.pay_act", }, - "data.q3.booking":{ - "color_type":orangeColumn, - "accessorKey":"data.q3.booking" + "data.q3.booking": { + color_type: orangeColumn, + accessorKey: "data.q3.booking", }, - "data.q3.actual_m1":{ - "color_type":greenColumn, - "accessorKey":"data.q3.actual_m1" + "data.q3.actual_m1": { + color_type: greenColumn, + accessorKey: "data.q3.actual_m1", }, - "data.q3.actual_m2":{ - "color_type":greenColumn, - "accessorKey":"data.q3.actual_m2" + "data.q3.actual_m2": { + color_type: greenColumn, + accessorKey: "data.q3.actual_m2", }, - "data.q3.actual_m3":{ - "color_type":greenColumn, - "accessorKey":"data.q3.actual_m3" + "data.q3.actual_m3": { + color_type: greenColumn, + accessorKey: "data.q3.actual_m3", }, - "data.q3.actual_quarter":{ - "color_type":greenColumn, - "accessorKey":"data.q3.actual_quarter" + "data.q3.actual_quarter": { + color_type: greenColumn, + accessorKey: "data.q3.actual_quarter", }, - "data.q3.residual_after_booking":{ - "color_type":orangeColumn, - "accessorKey":"data.q3.residual_after_booking" + "data.q3.residual_after_booking": { + color_type: orangeColumn, + accessorKey: "data.q3.residual_after_booking", }, - "data.q3.residual_after_actual":{ - "color_type":greenColumn, - "accessorKey":"data.q3.residual_after_actual" + "data.q3.residual_after_actual": { + color_type: greenColumn, + accessorKey: "data.q3.residual_after_actual", }, - "data.q3.transfer_q4":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.transfer_q4" + "data.q3.transfer_q4": { + color_type: redColumn, + accessorKey: "data.q3.transfer_q4", }, - "data.q3.transfer_econ":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.transfer_econ" + "data.q3.transfer_econ": { + color_type: redColumn, + accessorKey: "data.q3.transfer_econ", }, - "data.q3.total":{ - "color_type":whiteColumn, - "accessorKey":"data.q3.total" + "data.q3.total": { + color_type: redColumn, + accessorKey: "data.q3.total", }, - "data.q4.target_change":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.target_change" + "data.q4.target_change": { + color_type: redColumn, + accessorKey: "data.q4.target_change", }, - "data.q4.base_correction":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.base_correction" + "data.q4.base_correction": { + color_type: redColumn, + accessorKey: "data.q4.base_correction", }, - "data.q4.revision_inc":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.revision_inc" + "data.q4.revision_inc": { + color_type: redColumn, + accessorKey: "data.q4.revision_inc", }, - "data.q4.revision_seq":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.revision_seq" + "data.q4.revision_seq": { + color_type: redColumn, + accessorKey: "data.q4.revision_seq", }, - "data.q4.revision_comment":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.revision_comment" + "data.q4.revision_comment": { + color_type: redColumn, + accessorKey: "data.q4.revision_comment", }, - "data.q4.new_plan":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.new_plan" + "data.q4.new_plan": { + color_type: yellowColumn, + accessorKey: "data.q4.new_plan", }, - "4_kvartal_2026_field_field":{ - "color_type":whiteColumn, - "accessorKey":"4_kvartal_2026_field_field" + "4_kvartal_2026_field_field": { + color_type: whiteColumn, + accessorKey: "4_kvartal_2026_field_field", }, - "data.q4.adj_current":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.adj_current" + "data.q4.adj_current": { + color_type: yellowColumn, + accessorKey: "data.q4.adj_current", }, - "data.q4.adj_ssp":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.adj_ssp" + "data.q4.adj_ssp": { + color_type: yellowColumn, + accessorKey: "data.q4.adj_ssp", }, - "data.q4.adj_rf":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.adj_rf" + "data.q4.adj_rf": { + color_type: yellowColumn, + accessorKey: "data.q4.adj_rf", }, - "data.q4.adj_reserve":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.adj_reserve" + "data.q4.adj_reserve": { + color_type: yellowColumn, + accessorKey: "data.q4.adj_reserve", }, - "data.q4.corrected_plan":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.corrected_plan" + "data.q4.corrected_plan": { + color_type: yellowColumn, + accessorKey: "data.q4.corrected_plan", }, - "data.q4.pay_date":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.pay_date" + "data.q4.pay_date": { + color_type: tealColumn, + accessorKey: "data.q4.pay_date", }, - "data.q4.pay_amount":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.pay_amount" + "data.q4.pay_amount": { + color_type: tealColumn, + accessorKey: "data.q4.pay_amount", }, - "data.q4.pay_ho":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.pay_ho" + "data.q4.pay_ho": { + color_type: tealColumn, + accessorKey: "data.q4.pay_ho", }, - "data.q4.pay_rf":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.pay_rf" + "data.q4.pay_rf": { + color_type: tealColumn, + accessorKey: "data.q4.pay_rf", }, - "data.q4.pay_comment":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.pay_comment" + "data.q4.pay_comment": { + color_type: tealColumn, + accessorKey: "data.q4.pay_comment", }, - "data.q4.pay_act":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.pay_act" + "data.q4.pay_act": { + color_type: tealColumn, + accessorKey: "data.q4.pay_act", }, - "data.q4.booking":{ - "color_type":orangeColumn, - "accessorKey":"data.q4.booking" + "data.q4.booking": { + color_type: orangeColumn, + accessorKey: "data.q4.booking", }, - "data.q4.actual_m1":{ - "color_type":greenColumn, - "accessorKey":"data.q4.actual_m1" + "data.q4.actual_m1": { + color_type: greenColumn, + accessorKey: "data.q4.actual_m1", }, - "data.q4.actual_m2":{ - "color_type":greenColumn, - "accessorKey":"data.q4.actual_m2" + "data.q4.actual_m2": { + color_type: greenColumn, + accessorKey: "data.q4.actual_m2", }, - "data.q4.actual_m3":{ - "color_type":greenColumn, - "accessorKey":"data.q4.actual_m3" + "data.q4.actual_m3": { + color_type: greenColumn, + accessorKey: "data.q4.actual_m3", }, - "data.q4.actual_quarter":{ - "color_type":greenColumn, - "accessorKey":"data.q4.actual_quarter" + "data.q4.actual_quarter": { + color_type: greenColumn, + accessorKey: "data.q4.actual_quarter", }, - "data.q4.actual_spod":{ - "color_type":greenColumn, - "accessorKey":"data.q4.actual_spod" + "data.q4.actual_spod": { + color_type: greenColumn, + accessorKey: "data.q4.actual_spod", }, - "data.q4.residual_after_booking":{ - "color_type":orangeColumn, - "accessorKey":"data.q4.residual_after_booking" + "data.q4.residual_after_booking": { + color_type: orangeColumn, + accessorKey: "data.q4.residual_after_booking", }, - "data.q4.residual_after_actual":{ - "color_type":greenColumn, - "accessorKey":"data.q4.residual_after_actual" + "data.q4.residual_after_actual": { + color_type: greenColumn, + accessorKey: "data.q4.residual_after_actual", }, - "4_kvartal_2026_zakrytie_4_go_kvartala_field":{ - "color_type":whiteColumn, - "accessorKey":"4_kvartal_2026_zakrytie_4_go_kvartala_field" + "4_kvartal_2026_zakrytie_4_go_kvartala_field": { + color_type: redColumn, + accessorKey: "4_kvartal_2026_zakrytie_4_go_kvartala_field", }, - "data.q4.transfer_econ":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.transfer_econ" + "data.q4.transfer_econ": { + color_type: redColumn, + accessorKey: "data.q4.transfer_econ", }, - "data.q4.total":{ - "color_type":whiteColumn, - "accessorKey":"data.q4.total" + "data.q4.total": { + color_type: redColumn, + accessorKey: "data.q4.total", }, - "field_fakt_1_kv_field":{ - "color_type":greenColumn, - "accessorKey":"field_fakt_1_kv_field" + field_fakt_1_kv_field: { + color_type: greenColumn, + accessorKey: "field_fakt_1_kv_field", }, - "field_fakt_2_kv_field":{ - "color_type":greenColumn, - "accessorKey":"field_fakt_2_kv_field" + field_fakt_2_kv_field: { + color_type: greenColumn, + accessorKey: "field_fakt_2_kv_field", }, - "field_fakt_3_kv_field":{ - "color_type":greenColumn, - "accessorKey":"field_fakt_3_kv_field" + field_fakt_3_kv_field: { + color_type: greenColumn, + accessorKey: "field_fakt_3_kv_field", }, - "field_fakt_4_kv_spod_field":{ - "color_type":greenColumn, - "accessorKey":"field_fakt_4_kv_spod_field" + field_fakt_4_kv_spod_field: { + color_type: greenColumn, + accessorKey: "field_fakt_4_kv_spod_field", + }, + "data.totals.fact_year": { + color_type: greenColumn, + accessorKey: "data.totals.fact_year", }, - "data.totals.fact_year":{ - "color_type":greenColumn, - "accessorKey":"data.totals.fact_year" - } }, - "columns":[ + columns: [ { - "header":"", - "accessorKey":"field", - "columns":[ + header: " ", + accessorKey: "field", + columns: [ { - "header":"Код статьи / подстатьи / позиции", - "accessorKey":"field_kod_stati_podstati_pozitsii", - "columns":[ + header: "Код статьи / подстатьи / позиции", + accessorKey: "field_kod_stati_podstati_pozitsii", + columns: [ { - "header":"", - "accessorKey":"data.header.section_code", - "columnLetter":"C", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "", + accessorKey: "data.header.section_code", + columnLetter: "C", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Наименование статьи", - "accessorKey":"field_naimenovanie_stati", - "columns":[ + header: "Наименование статьи", + accessorKey: "field_naimenovanie_stati", + columns: [ { - "header":"", - "accessorKey":"data.header.name", - "columnLetter":"D", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "", + accessorKey: "data.header.name", + columnLetter: "D", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Обоснование расхода", - "accessorKey":"field_obosnovanie_raskhoda", - "columns":[ + header: "Обоснование расхода", + accessorKey: "field_obosnovanie_raskhoda", + columns: [ { - "header":"", - "accessorKey":"data.header.justification", - "columnLetter":"E", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "", + accessorKey: "data.header.justification", + columnLetter: "E", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Планируемые ССП показатели сметы расходов", - "accessorKey":"planiruemye_ssp_pokazateli_smety_raskhodov", - "columns":[ + header: "Планируемые ССП показатели сметы расходов", + accessorKey: "planiruemye_ssp_pokazateli_smety_raskhodov", + columns: [ { - "header":"План 2026(тыс. руб.) с учетом складского НДС", - "accessorKey":"planiruemye_ssp_pokazateli_smety_raskhodov_plan_2026tys_rub_s_uchetom_skladskogo_nds", - "columns":[ + header: "План 2026(тыс. руб.) с учетом складского НДС", + accessorKey: + "planiruemye_ssp_pokazateli_smety_raskhodov_plan_2026tys_rub_s_uchetom_skladskogo_nds", + columns: [ { - "header":"1 кв. 26", - "accessorKey":"data.plan.q1", - "columnLetter":"F", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "1 кв. 26", + accessorKey: "data.plan.q1", + columnLetter: "F", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"2 кв. 26", - "accessorKey":"data.plan.q2", - "columnLetter":"G", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "2 кв. 26", + accessorKey: "data.plan.q2", + columnLetter: "G", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"3 кв. 26", - "accessorKey":"data.plan.q3", - "columnLetter":"H", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "3 кв. 26", + accessorKey: "data.plan.q3", + columnLetter: "H", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"4 кв. 26", - "accessorKey":"data.plan.q4", - "columnLetter":"I", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "4 кв. 26", + accessorKey: "data.plan.q4", + columnLetter: "I", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Год", - "accessorKey":"data.plan.year", - "columnLetter":"J", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Год", + accessorKey: "data.plan.year", + columnLetter: "J", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Комментарий", - "accessorKey":"data.plan.comment", - "columnLetter":"K", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "Комментарий", + accessorKey: "data.plan.comment", + columnLetter: "K", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Действующий договор", - "accessorKey":"planiruemye_ssp_pokazateli_smety_raskhodov_deystvuyuschiy_dogovor", - "columns":[ + header: "Действующий договор", + accessorKey: + "planiruemye_ssp_pokazateli_smety_raskhodov_deystvuyuschiy_dogovor", + columns: [ { - "header":"Сумма", - "accessorKey":"data.contract_summary.total", - "columnLetter":"L", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Сумма", + accessorKey: "data.contract_summary.total", + columnLetter: "L", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Реквизиты", - "accessorKey":"data.contract_summary.reference", - "columnLetter":"M", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Реквизиты", + accessorKey: "data.contract_summary.reference", + columnLetter: "M", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Контрагент", - "accessorKey":"data.contract_summary.counterparty", - "columnLetter":"N", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Контрагент", + accessorKey: "data.contract_summary.counterparty", + columnLetter: "N", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Срок", - "accessorKey":"data.contract_summary.deadline", - "columnLetter":"O", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Срок", + accessorKey: "data.contract_summary.deadline", + columnLetter: "O", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Комментарии", - "accessorKey":"data.contract_summary.comment", - "columnLetter":"P", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Комментарии", + accessorKey: "data.contract_summary.comment", + columnLetter: "P", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Платежив 2027 году", - "accessorKey":"data.contract_summary.future_y1", - "columnLetter":"Q", - "size":190, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Платежив 2027 году", + accessorKey: "data.contract_summary.future_y1", + columnLetter: "Q", + size: 190, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Платежив 2028 году", - "accessorKey":"data.contract_summary.future_y2", - "columnLetter":"R", - "size":190, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Платежив 2028 году", + accessorKey: "data.contract_summary.future_y2", + columnLetter: "R", + size: 190, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Сумма в других ССП", - "accessorKey":"data.contract_summary.other_ssp", - "columnLetter":"S", - "size":180, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Сумма в других ССП", + accessorKey: "data.contract_summary.other_ssp", + columnLetter: "S", + size: 180, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Признак централиз. договора", - "accessorKey":"data.contract_summary.centralized_flag", - "columnLetter":"T", - "size":270, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "Признак централиз. договора", + accessorKey: "data.contract_summary.centralized_flag", + columnLetter: "T", + size: 270, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#BFBFBF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#BFBFBF", + color: "#000000", + }, + }, }, { - "header":"Аллокация расходов", - "accessorKey":"allokatsiya_raskhodov", - "columns":[ + header: "Аллокация расходов", + accessorKey: "allokatsiya_raskhodov", + columns: [ { - "header":"ID договора", - "accessorKey":"allokatsiya_raskhodov_id_dogovora", - "columns":[ + header: "ID договора", + accessorKey: "allokatsiya_raskhodov_id_dogovora", + columns: [ { - "header":"", - "accessorKey":"data.allocation.contract_ref", - "columnLetter":"V", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "", + accessorKey: "data.allocation.contract_ref", + columnLetter: "V", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Назначение расхода фактической аллокации", - "accessorKey":"allokatsiya_raskhodov_naznachenie_raskhoda_fakticheskoy_allokatsii", - "columns":[ + header: "Назначение расхода фактической аллокации", + accessorKey: + "allokatsiya_raskhodov_naznachenie_raskhoda_fakticheskoy_allokatsii", + columns: [ { - "header":"", - "accessorKey":"data.allocation.allocation_purpose", - "columnLetter":"W", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "", + accessorKey: "data.allocation.allocation_purpose", + columnLetter: "W", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#BFBFBF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#BFBFBF", + color: "#000000", + }, + }, }, { - "header":"Секвестирование ДФиП сметы расходов", - "accessorKey":"sekvestirovanie_dfip_smety_raskhodov", - "columns":[ + header: "Секвестирование ДФиП сметы расходов", + accessorKey: "sekvestirovanie_dfip_smety_raskhodov", + columns: [ { - "header":"Корректировка сметы расходов", - "accessorKey":"sekvestirovanie_dfip_smety_raskhodov_korrektirovka_smety_raskhodov", - "columns":[ + header: "Корректировка сметы расходов", + accessorKey: + "sekvestirovanie_dfip_smety_raskhodov_korrektirovka_smety_raskhodov", + columns: [ { - "header":"1 кв. 26", - "accessorKey":"data.seq_dfip.q1", - "columnLetter":"Y", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "1 кв. 26", + accessorKey: "data.seq_dfip.q1", + columnLetter: "Y", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"2 кв. 26", - "accessorKey":"data.seq_dfip.q2", - "columnLetter":"Z", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "2 кв. 26", + accessorKey: "data.seq_dfip.q2", + columnLetter: "Z", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"3 кв. 26", - "accessorKey":"data.seq_dfip.q3", - "columnLetter":"AA", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "3 кв. 26", + accessorKey: "data.seq_dfip.q3", + columnLetter: "AA", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"4 кв. 26", - "accessorKey":"data.seq_dfip.q4", - "columnLetter":"AB", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "4 кв. 26", + accessorKey: "data.seq_dfip.q4", + columnLetter: "AB", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Год", - "accessorKey":"data.seq_dfip.year", - "columnLetter":"AC", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "Год", + accessorKey: "data.seq_dfip.year", + columnLetter: "AC", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Обоснование", - "accessorKey":"sekvestirovanie_dfip_smety_raskhodov_obosnovanie", - "columns":[ + header: "Обоснование", + accessorKey: "sekvestirovanie_dfip_smety_raskhodov_obosnovanie", + columns: [ { - "header":"", - "accessorKey":"data.seq_dfip.justification", - "columnLetter":"AD", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "", + accessorKey: "data.seq_dfip.justification", + columnLetter: "AD", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#BFBFBF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#BFBFBF", + color: "#000000", + }, + }, }, { - "header":"Отнесение в резерв", - "accessorKey":"otnesenie_v_rezerv", - "columns":[ + header: "Отнесение в резерв", + accessorKey: "otnesenie_v_rezerv", + columns: [ { - "header":"Резерв Головного офиса", - "accessorKey":"otnesenie_v_rezerv_rezerv_golovnogo_ofisa", - "columns":[ + header: "Резерв Головного офиса", + accessorKey: "otnesenie_v_rezerv_rezerv_golovnogo_ofisa", + columns: [ { - "header":"1 кв. 26", - "accessorKey":"data.reserve.q1", - "columnLetter":"AF", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "1 кв. 26", + accessorKey: "data.reserve.q1", + columnLetter: "AF", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"2 кв. 26", - "accessorKey":"data.reserve.q2", - "columnLetter":"AG", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "2 кв. 26", + accessorKey: "data.reserve.q2", + columnLetter: "AG", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"3 кв. 26", - "accessorKey":"data.reserve.q3", - "columnLetter":"AH", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "3 кв. 26", + accessorKey: "data.reserve.q3", + columnLetter: "AH", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"4 кв. 26", - "accessorKey":"data.reserve.q4", - "columnLetter":"AI", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "4 кв. 26", + accessorKey: "data.reserve.q4", + columnLetter: "AI", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Год", - "accessorKey":"data.reserve.year", - "columnLetter":"AJ", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "Год", + accessorKey: "data.reserve.year", + columnLetter: "AJ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Обоснование", - "accessorKey":"otnesenie_v_rezerv_obosnovanie", - "columns":[ + header: "Обоснование", + accessorKey: "otnesenie_v_rezerv_obosnovanie", + columns: [ { - "header":"", - "accessorKey":"data.reserve.justification", - "columnLetter":"AK", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "", + accessorKey: "data.reserve.justification", + columnLetter: "AK", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#BFBFBF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#BFBFBF", + color: "#000000", + }, + }, }, { - "header":"Итоговая смета расходов", - "accessorKey":"itogovaya_smeta_raskhodov", - "columns":[ + header: "Итоговая смета расходов", + accessorKey: "itogovaya_smeta_raskhodov", + columns: [ { - "header":"План 2026", - "accessorKey":"itogovaya_smeta_raskhodov_plan_2026", - "columns":[ + header: "План 2026", + accessorKey: "itogovaya_smeta_raskhodov_plan_2026", + columns: [ { - "header":"1 кв. 26", - "accessorKey":"data.approved.q1", - "columnLetter":"AM", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "1 кв. 26", + accessorKey: "data.approved.q1", + columnLetter: "AM", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"2 кв. 26", - "accessorKey":"data.approved.q2", - "columnLetter":"AN", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "2 кв. 26", + accessorKey: "data.approved.q2", + columnLetter: "AN", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"3 кв. 26", - "accessorKey":"data.approved.q3", - "columnLetter":"AO", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "3 кв. 26", + accessorKey: "data.approved.q3", + columnLetter: "AO", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"4 кв. 26", - "accessorKey":"data.approved.q4", - "columnLetter":"AP", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "4 кв. 26", + accessorKey: "data.approved.q4", + columnLetter: "AP", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Год", - "accessorKey":"data.approved.year", - "columnLetter":"AQ", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "Год", + accessorKey: "data.approved.year", + columnLetter: "AQ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#BFBFBF", - "color":"#000000" - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#BFBFBF", + color: "#000000", + }, + }, }, { - "header":"", - "accessorKey":"field_4", - "columns":[ + header: "", + accessorKey: "field_4", + columns: [ { - "header":"Коллегиальные органы", - "accessorKey":"field_kollegialnye_organy", - "columns":[ + header: "Коллегиальные органы", + accessorKey: "field_kollegialnye_organy", + columns: [ { - "header":"Сумма (без НДС)", - "accessorKey":"data.collegial.approved", - "columnLetter":"AS", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Сумма (без НДС)", + accessorKey: "data.collegial.approved", + columnLetter: "AS", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Реквизиты протокола (дата, номер)", - "accessorKey":"data.collegial.protocol", - "columnLetter":"AT", - "size":330, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Реквизиты протокола (дата, номер)", + accessorKey: "data.collegial.protocol", + columnLetter: "AT", + size: 330, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, - + { - "header":"Примечание", - "accessorKey":"data.collegial.note", - "columnLetter":"AV", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - - { - "header":"ЦКК", - "accessorKey":"field_tskk", - "columns":[ - { - "header":"Предельная ст-ть, тыс. руб. (без НДС)", - "accessorKey":"data.ckk.ceiling", - "columnLetter":"AX", - "size":370, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Примечание", + accessorKey: "data.collegial.note", + columnLetter: "AV", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, - { - "header":"Расходы 1 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.ckk.q1", - "columnLetter":"AY", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", }, - { - "header":"Расходы 2 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.ckk.q2", - "columnLetter":"AZ", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 3 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.ckk.q3", - "columnLetter":"BA", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 4 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.ckk.q4", - "columnLetter":"BB", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", - "accessorKey":"data.ckk.rf_schedule", - "columnLetter":"BC", - "size":370, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Срок поставки", - "accessorKey":"data.ckk.deadline", - "columnLetter":"BD", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"План закупок", - "accessorKey":"data.ckk.proc_plan", - "columnLetter":"BE", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Способ закупки", - "accessorKey":"data.ckk.proc_method", - "columnLetter":"BF", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"data.ckk.comment", - "columnLetter":"BG", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } + }, }, - { - "header":"Договор", - "accessorKey":"field_dogovor", - "columns":[ - { - "header":"Контрагент", - "accessorKey":"data.contract.counterparty", - "columnLetter":"BI", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Договор (реквизиты)", - "accessorKey":"data.contract.reference", - "columnLetter":"BJ", - "size":190, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Доп.соглашения, спецификации и пр. (реквизиты)", - "accessorKey":"data.contract.addenda", - "columnLetter":"BK", - "size":460, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Предмет", - "accessorKey":"data.contract.subject", - "columnLetter":"BL", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Валюта договора", - "accessorKey":"data.contract.currency", - "columnLetter":"BM", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Предельная ст-ть, тыс. руб. (без НДС)", - "accessorKey":"data.contract.ceiling", - "columnLetter":"BN", - "size":370, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Расходы 1 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.contract.q1", - "columnLetter":"BO", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 2 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.contract.q2", - "columnLetter":"BP", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 3 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.contract.q3", - "columnLetter":"BQ", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 4 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.contract.q4", - "columnLetter":"BR", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", - "accessorKey":"data.contract.rf_schedule", - "columnLetter":"BS", - "size":370, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Ставка НДС (%)", - "accessorKey":"data.contract.vat_rate", - "columnLetter":"BT", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Курс пересчета", - "accessorKey":"data.contract.exchange_rate", - "columnLetter":"BU", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Сумма (без НДС), вал (без НДС)", - "accessorKey":"data.contract.amount_foreign", - "columnLetter":"BV", - "size":300, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Срок", - "accessorKey":"data.contract.deadline", - "columnLetter":"BW", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Схема платежа", - "accessorKey":"data.contract.scheme", - "columnLetter":"BX", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"АКТ", - "accessorKey":"data.contract.act", - "columnLetter":"BY", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"data.contract.comment", - "columnLetter":"BZ", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"1 квартал 2026", - "accessorKey":"1_kvartal_2026", - "columns":[ - { - "header":"Текущие корректировки( = 0)", - "accessorKey":"1_kvartal_2026_tekuschie_korrektirovki_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.adj_current", - "columnLetter":"CB", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки с ССП / сметой развития", - "accessorKey":"1_kvartal_2026_korrektirovki_s_ssp_smetoy_razvitiya", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.adj_ssp", - "columnLetter":"CC", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки с РФ", - "accessorKey":"1_kvartal_2026_korrektirovki_s_rf", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.adj_rf", - "columnLetter":"CD", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки из резерва", - "accessorKey":"1_kvartal_2026_korrektirovki_iz_rezerva", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.adj_reserve", - "columnLetter":"CE", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - - { - "header":"Комментарий", - "accessorKey":"1_kvartal_2026_kommentariy", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.adj_comment", - "columnLetter":"CG", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Скорр. план 1 кв. 26", - "accessorKey":"1_kvartal_2026_skorr_plan_1_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.corrected_plan", - "columnLetter":"CH", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - - { - "header":"Платеж и предоставление акта", - "accessorKey":"1_kvartal_2026_platezh_i_predostavlenie_akta", - "columns":[ - { - "header":"Дата платежа", - "accessorKey":"data.q1.pay_date", - "columnLetter":"CJ", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.pay_amount", - "columnLetter":"CK", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"в т.ч. сумма (без НДС) ГО", - "accessorKey":"data.q1.pay_ho", - "columnLetter":"CL", - "size":250, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"в т.ч. сумма (без НДС) РФ", - "accessorKey":"data.q1.pay_rf", - "columnLetter":"CM", - "size":250, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"data.q1.pay_comment", - "columnLetter":"CN", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Предоставление акта (др. подтверждения)", - "accessorKey":"data.q1.pay_act", - "columnLetter":"CO", - "size":390, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#92CDDC", - "color":"#000000" - } - } - }, - { - "header":"Бронь 1 кв 26", - "accessorKey":"1_kvartal_2026_bron_1_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.booking", - "columnLetter":"CQ", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ Январь 26", - "accessorKey":"1_kvartal_2026_fakt_rsbu_yanvar_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.actual_m1", - "columnLetter":"CR", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ Февраль 26", - "accessorKey":"1_kvartal_2026_fakt_rsbu_fevral_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.actual_m2", - "columnLetter":"CS", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ Март 26", - "accessorKey":"1_kvartal_2026_fakt_rsbu_mart_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.actual_m3", - "columnLetter":"CT", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ 1 кв 26", - "accessorKey":"1_kvartal_2026_fakt_rsbu_1_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.actual_quarter", - "columnLetter":"CU", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Остаток после брони 1 кв. 26", - "accessorKey":"1_kvartal_2026_ostatok_posle_broni_1_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.residual_after_booking", - "columnLetter":"CV", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - { - "header":"Остаток после факта 1 кв. 26", - "accessorKey":"1_kvartal_2026_ostatok_posle_fakta_1_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q1.residual_after_actual", - "columnLetter":"CW", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Закрытие 1-го квартала", - "accessorKey":"1_kvartal_2026_zakrytie_1_go_kvartala", - "columns":[ - { - "header":"Перенос во 2 кв.26", - "accessorKey":"data.q1.transfer_q2", - "columnLetter":"CY", - "size":180, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"Перенос в 3 кв.26", - "accessorKey":"data.q1.transfer_q3", - "columnLetter":"CZ", - "size":170, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"Перенос в 4 кв.26", - "accessorKey":"data.q1.transfer_q4", - "columnLetter":"DA", - "size":170, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"Перенос в фонд экономии", - "accessorKey":"data.q1.transfer_econ", - "columnLetter":"DB", - "size":230, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"ВСЕГО", - "accessorKey":"data.q1.total", - "columnLetter":"DC", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"2 квартал 2026", - "accessorKey":"2_kvartal_2026", - "columns":[ - { - "header":"Изменение целевого назначения перенесенной экономии ( =0)", - "accessorKey":"2_kvartal_2026_izmenenie_tselevogo_naznacheniya_perenesennoy_ekonomii_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.target_change", - "columnLetter":"DE", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Корректировка статей базового плана ( =0)", - "accessorKey":"2_kvartal_2026_korrektirovka_statey_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.base_correction", - "columnLetter":"DF", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Увеличение базового плана( >0)", - "accessorKey":"2_kvartal_2026_uvelichenie_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.revision_inc", - "columnLetter":"DG", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Cеквестр базового плана( <0)", - "accessorKey":"2_kvartal_2026_cekvestr_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.revision_seq", - "columnLetter":"DH", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"2_kvartal_2026_kommentariy", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.revision_comment", - "columnLetter":"DI", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Новый план 2 кв 26", - "accessorKey":"2_kvartal_2026_novyy_plan_2_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.new_plan", - "columnLetter":"DJ", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - - { - "header":"Текущие корректировки( = 0)", - "accessorKey":"2_kvartal_2026_tekuschie_korrektirovki_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.adj_current", - "columnLetter":"DL", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки с ССП / сметой развития", - "accessorKey":"2_kvartal_2026_korrektirovki_s_ssp_smetoy_razvitiya", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.adj_ssp", - "columnLetter":"DM", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки с РФ", - "accessorKey":"2_kvartal_2026_korrektirovki_s_rf", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.adj_rf", - "columnLetter":"DN", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки из резерва", - "accessorKey":"2_kvartal_2026_korrektirovki_iz_rezerva", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.adj_reserve", - "columnLetter":"DO", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - - { - "header":"Скорр. план 2 кв. 26", - "accessorKey":"2_kvartal_2026_skorr_plan_2_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.corrected_plan", - "columnLetter":"DR", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Платеж и предоставление акта", - "accessorKey":"2_kvartal_2026_platezh_i_predostavlenie_akta", - "columns":[ - { - "header":"Дата платежа", - "accessorKey":"data.q2.pay_date", - "columnLetter":"DT", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.pay_amount", - "columnLetter":"DU", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"в т.ч. сумма (без НДС) ГО", - "accessorKey":"data.q2.pay_ho", - "columnLetter":"DV", - "size":250, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"в т.ч. сумма (без НДС) РФ", - "accessorKey":"data.q2.pay_rf", - "columnLetter":"DW", - "size":250, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"data.q2.pay_comment", - "columnLetter":"DX", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Предоставление акта (др. подтверждения)", - "accessorKey":"data.q2.pay_act", - "columnLetter":"DY", - "size":390, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#92CDDC", - "color":"#000000" - } - } - }, - { - "header":"Бронь 2 кв 26", - "accessorKey":"2_kvartal_2026_bron_2_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.booking", - "columnLetter":"EA", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ апрель 26", - "accessorKey":"2_kvartal_2026_fakt_rsbu_aprel_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.actual_m1", - "columnLetter":"EB", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ май 26", - "accessorKey":"2_kvartal_2026_fakt_rsbu_may_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.actual_m2", - "columnLetter":"EC", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ июнь 26", - "accessorKey":"2_kvartal_2026_fakt_rsbu_iyun_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.actual_m3", - "columnLetter":"ED", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ 2 кв 26", - "accessorKey":"2_kvartal_2026_fakt_rsbu_2_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.actual_quarter", - "columnLetter":"EE", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Остаток после брони 2 кв. 26", - "accessorKey":"2_kvartal_2026_ostatok_posle_broni_2_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.residual_after_booking", - "columnLetter":"EF", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - { - "header":"Остаток после факта 2 кв. 26", - "accessorKey":"2_kvartal_2026_ostatok_posle_fakta_2_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q2.residual_after_actual", - "columnLetter":"EG", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Закрытие 2-го квартала", - "accessorKey":"2_kvartal_2026_zakrytie_2_go_kvartala", - "columns":[ - { - "header":"Перенос в 3 кв.26", - "accessorKey":"data.q2.transfer_q3", - "columnLetter":"EI", - "size":170, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"Перенос в 4 кв.26", - "accessorKey":"data.q2.transfer_q4", - "columnLetter":"EJ", - "size":170, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"Перенос в фонд экономии", - "accessorKey":"data.q2.transfer_econ", - "columnLetter":"EK", - "size":230, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"ВСЕГО", - "accessorKey":"data.q2.total", - "columnLetter":"EL", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"3 квартал 2026", - "accessorKey":"3_kvartal_2026", - "columns":[ - { - "header":"Изменение целевого назначения перенесенной экономии ( =0)", - "accessorKey":"3_kvartal_2026_izmenenie_tselevogo_naznacheniya_perenesennoy_ekonomii_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.target_change", - "columnLetter":"EN", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Корректировка статей базового плана ( =0)", - "accessorKey":"3_kvartal_2026_korrektirovka_statey_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.base_correction", - "columnLetter":"EO", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Увеличение базового плана( >0)", - "accessorKey":"3_kvartal_2026_uvelichenie_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.revision_inc", - "columnLetter":"EP", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Cеквестр базового плана( <0)", - "accessorKey":"3_kvartal_2026_cekvestr_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.revision_seq", - "columnLetter":"EQ", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"3_kvartal_2026_kommentariy", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.revision_comment", - "columnLetter":"ER", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Новый план 3 кв 26", - "accessorKey":"3_kvartal_2026_novyy_plan_3_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.new_plan", - "columnLetter":"ES", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - - { - "header":"Текущие корректировки( = 0)", - "accessorKey":"3_kvartal_2026_tekuschie_korrektirovki_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.adj_current", - "columnLetter":"EU", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки с ССП / сметой развития", - "accessorKey":"3_kvartal_2026_korrektirovki_s_ssp_smetoy_razvitiya", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.adj_ssp", - "columnLetter":"EV", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки с РФ", - "accessorKey":"3_kvartal_2026_korrektirovki_s_rf", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.adj_rf", - "columnLetter":"EW", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки из резерва", - "accessorKey":"3_kvartal_2026_korrektirovki_iz_rezerva", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.adj_reserve", - "columnLetter":"EX", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - - { - "header":"Скорр. план 3 кв. 26", - "accessorKey":"3_kvartal_2026_skorr_plan_3_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.corrected_plan", - "columnLetter":"FA", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Платеж и предоставление акта", - "accessorKey":"3_kvartal_2026_platezh_i_predostavlenie_akta", - "columns":[ - { - "header":"Дата платежа", - "accessorKey":"data.q3.pay_date", - "columnLetter":"FC", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.pay_amount", - "columnLetter":"FD", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"в т.ч. сумма (без НДС) ГО", - "accessorKey":"data.q3.pay_ho", - "columnLetter":"FE", - "size":250, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"в т.ч. сумма (без НДС) РФ", - "accessorKey":"data.q3.pay_rf", - "columnLetter":"FF", - "size":250, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"data.q3.pay_comment", - "columnLetter":"FG", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Предоставление акта (др. подтверждения)", - "accessorKey":"data.q3.pay_act", - "columnLetter":"FH", - "size":390, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#92CDDC", - "color":"#000000" - } - } - }, - { - "header":"Бронь 3 кв 26", - "accessorKey":"3_kvartal_2026_bron_3_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.booking", - "columnLetter":"FJ", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ июль 26", - "accessorKey":"3_kvartal_2026_fakt_rsbu_iyul_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.actual_m1", - "columnLetter":"FK", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ август 26", - "accessorKey":"3_kvartal_2026_fakt_rsbu_avgust_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.actual_m2", - "columnLetter":"FL", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ сентябрь 26", - "accessorKey":"3_kvartal_2026_fakt_rsbu_sentyabr_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.actual_m3", - "columnLetter":"FM", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ 3 кв 26", - "accessorKey":"3_kvartal_2026_fakt_rsbu_3_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.actual_quarter", - "columnLetter":"FN", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Остаток после брони 3 кв. 26", - "accessorKey":"3_kvartal_2026_ostatok_posle_broni_3_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.residual_after_booking", - "columnLetter":"FO", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - { - "header":"Остаток после факта 3 кв. 26", - "accessorKey":"3_kvartal_2026_ostatok_posle_fakta_3_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q3.residual_after_actual", - "columnLetter":"FP", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Закрытие 3-го квартала", - "accessorKey":"3_kvartal_2026_zakrytie_3_go_kvartala", - "columns":[ - { - "header":"Перенос в 4 кв.26", - "accessorKey":"data.q3.transfer_q4", - "columnLetter":"FR", - "size":170, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"Перенос в фонд экономии", - "accessorKey":"data.q3.transfer_econ", - "columnLetter":"FS", - "size":230, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"ВСЕГО", - "accessorKey":"data.q3.total", - "columnLetter":"FT", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"4 квартал 2026", - "accessorKey":"4_kvartal_2026", - "columns":[ - { - "header":"Изменение целевого назначения перенесенной экономии ( =0)", - "accessorKey":"4_kvartal_2026_izmenenie_tselevogo_naznacheniya_perenesennoy_ekonomii_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.target_change", - "columnLetter":"FV", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Корректировка статей базового плана ( =0)", - "accessorKey":"4_kvartal_2026_korrektirovka_statey_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.base_correction", - "columnLetter":"FW", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Увеличение базового плана( >0)", - "accessorKey":"4_kvartal_2026_uvelichenie_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.revision_inc", - "columnLetter":"FX", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Cеквестр базового плана( <0)", - "accessorKey":"4_kvartal_2026_cekvestr_bazovogo_plana_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.revision_seq", - "columnLetter":"FY", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"4_kvartal_2026_kommentariy", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.revision_comment", - "columnLetter":"FZ", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#903C39", - "color":"#FFFFFF" - } - } - }, - { - "header":"Новый план 4 кв 26", - "accessorKey":"4_kvartal_2026_novyy_plan_4_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.new_plan", - "columnLetter":"GA", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - - { - "header":"Текущие корректировки( = 0)", - "accessorKey":"4_kvartal_2026_tekuschie_korrektirovki_0", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.adj_current", - "columnLetter":"GC", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки с ССП / сметой развития", - "accessorKey":"4_kvartal_2026_korrektirovki_s_ssp_smetoy_razvitiya", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.adj_ssp", - "columnLetter":"GD", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки с РФ", - "accessorKey":"4_kvartal_2026_korrektirovki_s_rf", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.adj_rf", - "columnLetter":"GE", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Корректировки из резерва", - "accessorKey":"4_kvartal_2026_korrektirovki_iz_rezerva", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.adj_reserve", - "columnLetter":"GF", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Скорр. план 4 кв. 26", - "accessorKey":"4_kvartal_2026_skorr_plan_4_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.corrected_plan", - "columnLetter":"GH", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Платеж и предоставление акта", - "accessorKey":"4_kvartal_2026_platezh_i_predostavlenie_akta", - "columns":[ - { - "header":"Дата платежа", - "accessorKey":"data.q4.pay_date", - "columnLetter":"GJ", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.pay_amount", - "columnLetter":"GK", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"в т.ч. сумма (без НДС) ГО", - "accessorKey":"data.q4.pay_ho", - "columnLetter":"GL", - "size":250, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"в т.ч. сумма (без НДС) РФ", - "accessorKey":"data.q4.pay_rf", - "columnLetter":"GM", - "size":250, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Комментарий", - "accessorKey":"data.q4.pay_comment", - "columnLetter":"GN", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Предоставление акта (др. подтверждения)", - "accessorKey":"data.q4.pay_act", - "columnLetter":"GO", - "size":390, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#92CDDC", - "color":"#000000" - } - } - }, - { - "header":"Бронь 4 кв 26", - "accessorKey":"4_kvartal_2026_bron_4_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.booking", - "columnLetter":"GQ", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ октябрь 26", - "accessorKey":"4_kvartal_2026_fakt_rsbu_oktyabr_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.actual_m1", - "columnLetter":"GR", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ ноябрь 26", - "accessorKey":"4_kvartal_2026_fakt_rsbu_noyabr_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.actual_m2", - "columnLetter":"GS", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ декабрь 26", - "accessorKey":"4_kvartal_2026_fakt_rsbu_dekabr_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.actual_m3", - "columnLetter":"GT", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт РСБУ 4 кв 26", - "accessorKey":"4_kvartal_2026_fakt_rsbu_4_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.actual_quarter", - "columnLetter":"GU", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Факт СПОД", - "accessorKey":"4_kvartal_2026_fakt_spod", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.actual_spod", - "columnLetter":"GV", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Остаток после брони 4 кв. 26", - "accessorKey":"4_kvartal_2026_ostatok_posle_broni_4_kv_26", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.residual_after_booking", - "columnLetter":"GW", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FABF8F", - "color":"#000000" - } - } - }, - { - "header":"Остаток после факта 4 кв. 26 и СПОДов", - "accessorKey":"4_kvartal_2026_ostatok_posle_fakta_4_kv_26_i_spodov", - "columns":[ - { - "header":"Сумма (без НДС)", - "accessorKey":"data.q4.residual_after_actual", - "columnLetter":"GX", - "size":150, - "filterFn":"contains" - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - }, - { - "header":"Закрытие 4-го квартала", - "accessorKey":"4_kvartal_2026_zakrytie_4_go_kvartala", - "columns":[ - - { - "header":"Перенос в фонд экономии", - "accessorKey":"data.q4.transfer_econ", - "columnLetter":"HA", - "size":230, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - }, - { - "header":"ВСЕГО", - "accessorKey":"data.q4.total", - "columnLetter":"HB", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#602826", - "color":"#000000" - } - } - } - ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"", - "accessorKey":"field_38", - "columns":[ { - "header":"Факт 2026", - "accessorKey":"field_fakt_2026", - "columns":[ + header: "ЦКК", + accessorKey: "field_tskk", + columns: [ { - "header":"", - "accessorKey":"data.totals.fact_year", - "columnLetter":"HI", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } + header: "Предельная ст-ть, тыс. руб. (без НДС)", + accessorKey: "data.ckk.ceiling", + columnLetter: "AX", + size: 370, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Расходы 1 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.ckk.q1", + columnLetter: "AY", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 2 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.ckk.q2", + columnLetter: "AZ", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 3 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.ckk.q3", + columnLetter: "BA", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 4 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.ckk.q4", + columnLetter: "BB", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", + accessorKey: "data.ckk.rf_schedule", + columnLetter: "BC", + size: 370, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Срок поставки", + accessorKey: "data.ckk.deadline", + columnLetter: "BD", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "План закупок", + accessorKey: "data.ckk.proc_plan", + columnLetter: "BE", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Способ закупки", + accessorKey: "data.ckk.proc_method", + columnLetter: "BF", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.ckk.comment", + columnLetter: "BG", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#C2D69B", - "color":"#000000" - } - } - } + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Договор", + accessorKey: "field_dogovor", + columns: [ + { + header: "Контрагент", + accessorKey: "data.contract.counterparty", + columnLetter: "BI", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Договор (реквизиты)", + accessorKey: "data.contract.reference", + columnLetter: "BJ", + size: 190, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Доп.соглашения, спецификации и пр. (реквизиты)", + accessorKey: "data.contract.addenda", + columnLetter: "BK", + size: 460, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предмет", + accessorKey: "data.contract.subject", + columnLetter: "BL", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Валюта договора", + accessorKey: "data.contract.currency", + columnLetter: "BM", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предельная ст-ть, тыс. руб. (без НДС)", + accessorKey: "data.contract.ceiling", + columnLetter: "BN", + size: 370, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Расходы 1 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.contract.q1", + columnLetter: "BO", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 2 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.contract.q2", + columnLetter: "BP", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 3 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.contract.q3", + columnLetter: "BQ", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 4 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.contract.q4", + columnLetter: "BR", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", + accessorKey: "data.contract.rf_schedule", + columnLetter: "BS", + size: 370, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Ставка НДС (%)", + accessorKey: "data.contract.vat_rate", + columnLetter: "BT", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Курс пересчета", + accessorKey: "data.contract.exchange_rate", + columnLetter: "BU", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Сумма (без НДС), вал (без НДС)", + accessorKey: "data.contract.amount_foreign", + columnLetter: "BV", + size: 300, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Срок", + accessorKey: "data.contract.deadline", + columnLetter: "BW", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Схема платежа", + accessorKey: "data.contract.scheme", + columnLetter: "BX", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "АКТ", + accessorKey: "data.contract.act", + columnLetter: "BY", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.contract.comment", + columnLetter: "BZ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, ], - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - } - ] - } -} \ No newline at end of file + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "1 квартал 2026", + accessorKey: "1_kvartal_2026", + columns: [ + { + header: "Текущие корректировки( = 0)", + accessorKey: "1_kvartal_2026_tekuschie_korrektirovki_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.adj_current", + columnLetter: "CB", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки с ССП / сметой развития", + accessorKey: "1_kvartal_2026_korrektirovki_s_ssp_smetoy_razvitiya", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.adj_ssp", + columnLetter: "CC", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки с РФ", + accessorKey: "1_kvartal_2026_korrektirovki_s_rf", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.adj_rf", + columnLetter: "CD", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки из резерва", + accessorKey: "1_kvartal_2026_korrektirovki_iz_rezerva", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.adj_reserve", + columnLetter: "CE", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + + { + header: "Комментарий", + accessorKey: "1_kvartal_2026_kommentariy", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.adj_comment", + columnLetter: "CG", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Скорр. план 1 кв. 26", + accessorKey: "1_kvartal_2026_skorr_plan_1_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.corrected_plan", + columnLetter: "CH", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + + { + header: "Платеж и предоставление акта", + accessorKey: "1_kvartal_2026_platezh_i_predostavlenie_akta", + columns: [ + { + header: "Дата платежа", + accessorKey: "data.q1.pay_date", + columnLetter: "CJ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.pay_amount", + columnLetter: "CK", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "в т.ч. сумма (без НДС) ГО", + accessorKey: "data.q1.pay_ho", + columnLetter: "CL", + size: 250, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "в т.ч. сумма (без НДС) РФ", + accessorKey: "data.q1.pay_rf", + columnLetter: "CM", + size: 250, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.q1.pay_comment", + columnLetter: "CN", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предоставление акта (др. подтверждения)", + accessorKey: "data.q1.pay_act", + columnLetter: "CO", + size: 390, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#92CDDC", + color: "#000000", + }, + }, + }, + { + header: "Бронь 1 кв 26", + accessorKey: "1_kvartal_2026_bron_1_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.booking", + columnLetter: "CQ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ Январь 26", + accessorKey: "1_kvartal_2026_fakt_rsbu_yanvar_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.actual_m1", + columnLetter: "CR", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ Февраль 26", + accessorKey: "1_kvartal_2026_fakt_rsbu_fevral_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.actual_m2", + columnLetter: "CS", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ Март 26", + accessorKey: "1_kvartal_2026_fakt_rsbu_mart_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.actual_m3", + columnLetter: "CT", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ 1 кв 26", + accessorKey: "1_kvartal_2026_fakt_rsbu_1_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.actual_quarter", + columnLetter: "CU", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Остаток после брони 1 кв. 26", + accessorKey: "1_kvartal_2026_ostatok_posle_broni_1_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.residual_after_booking", + columnLetter: "CV", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Остаток после факта 1 кв. 26", + accessorKey: "1_kvartal_2026_ostatok_posle_fakta_1_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q1.residual_after_actual", + columnLetter: "CW", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Закрытие 1-го квартала", + accessorKey: "1_kvartal_2026_zakrytie_1_go_kvartala", + columns: [ + { + header: "Перенос во 2 кв.26", + accessorKey: "data.q1.transfer_q2", + columnLetter: "CY", + size: 180, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "Перенос в 3 кв.26", + accessorKey: "data.q1.transfer_q3", + columnLetter: "CZ", + size: 170, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "Перенос в 4 кв.26", + accessorKey: "data.q1.transfer_q4", + columnLetter: "DA", + size: 170, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "Перенос в фонд экономии", + accessorKey: "data.q1.transfer_econ", + columnLetter: "DB", + size: 230, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "ВСЕГО", + accessorKey: "data.q1.total", + columnLetter: "DC", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "2 квартал 2026", + accessorKey: "2_kvartal_2026", + columns: [ + { + header: "Изменение целевого назначения перенесенной экономии ( =0)", + accessorKey: + "2_kvartal_2026_izmenenie_tselevogo_naznacheniya_perenesennoy_ekonomii_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.target_change", + columnLetter: "DE", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Корректировка статей базового плана ( =0)", + accessorKey: "2_kvartal_2026_korrektirovka_statey_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.base_correction", + columnLetter: "DF", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Увеличение базового плана( >0)", + accessorKey: "2_kvartal_2026_uvelichenie_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.revision_inc", + columnLetter: "DG", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Cеквестр базового плана( <0)", + accessorKey: "2_kvartal_2026_cekvestr_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.revision_seq", + columnLetter: "DH", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "2_kvartal_2026_kommentariy", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.revision_comment", + columnLetter: "DI", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Новый план 2 кв 26", + accessorKey: "2_kvartal_2026_novyy_plan_2_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.new_plan", + columnLetter: "DJ", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + + { + header: "Текущие корректировки( = 0)", + accessorKey: "2_kvartal_2026_tekuschie_korrektirovki_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.adj_current", + columnLetter: "DL", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки с ССП / сметой развития", + accessorKey: "2_kvartal_2026_korrektirovki_s_ssp_smetoy_razvitiya", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.adj_ssp", + columnLetter: "DM", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки с РФ", + accessorKey: "2_kvartal_2026_korrektirovki_s_rf", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.adj_rf", + columnLetter: "DN", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки из резерва", + accessorKey: "2_kvartal_2026_korrektirovki_iz_rezerva", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.adj_reserve", + columnLetter: "DO", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + + { + header: "Скорр. план 2 кв. 26", + accessorKey: "2_kvartal_2026_skorr_plan_2_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.corrected_plan", + columnLetter: "DR", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Платеж и предоставление акта", + accessorKey: "2_kvartal_2026_platezh_i_predostavlenie_akta", + columns: [ + { + header: "Дата платежа", + accessorKey: "data.q2.pay_date", + columnLetter: "DT", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.pay_amount", + columnLetter: "DU", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "в т.ч. сумма (без НДС) ГО", + accessorKey: "data.q2.pay_ho", + columnLetter: "DV", + size: 250, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "в т.ч. сумма (без НДС) РФ", + accessorKey: "data.q2.pay_rf", + columnLetter: "DW", + size: 250, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.q2.pay_comment", + columnLetter: "DX", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предоставление акта (др. подтверждения)", + accessorKey: "data.q2.pay_act", + columnLetter: "DY", + size: 390, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#92CDDC", + color: "#000000", + }, + }, + }, + { + header: "Бронь 2 кв 26", + accessorKey: "2_kvartal_2026_bron_2_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.booking", + columnLetter: "EA", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ апрель 26", + accessorKey: "2_kvartal_2026_fakt_rsbu_aprel_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.actual_m1", + columnLetter: "EB", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ май 26", + accessorKey: "2_kvartal_2026_fakt_rsbu_may_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.actual_m2", + columnLetter: "EC", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ июнь 26", + accessorKey: "2_kvartal_2026_fakt_rsbu_iyun_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.actual_m3", + columnLetter: "ED", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ 2 кв 26", + accessorKey: "2_kvartal_2026_fakt_rsbu_2_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.actual_quarter", + columnLetter: "EE", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Остаток после брони 2 кв. 26", + accessorKey: "2_kvartal_2026_ostatok_posle_broni_2_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.residual_after_booking", + columnLetter: "EF", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Остаток после факта 2 кв. 26", + accessorKey: "2_kvartal_2026_ostatok_posle_fakta_2_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q2.residual_after_actual", + columnLetter: "EG", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Закрытие 2-го квартала", + accessorKey: "2_kvartal_2026_zakrytie_2_go_kvartala", + columns: [ + { + header: "Перенос в 3 кв.26", + accessorKey: "data.q2.transfer_q3", + columnLetter: "EI", + size: 170, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "Перенос в 4 кв.26", + accessorKey: "data.q2.transfer_q4", + columnLetter: "EJ", + size: 170, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "Перенос в фонд экономии", + accessorKey: "data.q2.transfer_econ", + columnLetter: "EK", + size: 230, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "ВСЕГО", + accessorKey: "data.q2.total", + columnLetter: "EL", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "3 квартал 2026", + accessorKey: "3_kvartal_2026", + columns: [ + { + header: "Изменение целевого назначения перенесенной экономии ( =0)", + accessorKey: + "3_kvartal_2026_izmenenie_tselevogo_naznacheniya_perenesennoy_ekonomii_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.target_change", + columnLetter: "EN", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Корректировка статей базового плана ( =0)", + accessorKey: "3_kvartal_2026_korrektirovka_statey_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.base_correction", + columnLetter: "EO", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Увеличение базового плана( >0)", + accessorKey: "3_kvartal_2026_uvelichenie_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.revision_inc", + columnLetter: "EP", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Cеквестр базового плана( <0)", + accessorKey: "3_kvartal_2026_cekvestr_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.revision_seq", + columnLetter: "EQ", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "3_kvartal_2026_kommentariy", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.revision_comment", + columnLetter: "ER", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Новый план 3 кв 26", + accessorKey: "3_kvartal_2026_novyy_plan_3_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.new_plan", + columnLetter: "ES", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + + { + header: "Текущие корректировки( = 0)", + accessorKey: "3_kvartal_2026_tekuschie_korrektirovki_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.adj_current", + columnLetter: "EU", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки с ССП / сметой развития", + accessorKey: "3_kvartal_2026_korrektirovki_s_ssp_smetoy_razvitiya", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.adj_ssp", + columnLetter: "EV", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки с РФ", + accessorKey: "3_kvartal_2026_korrektirovki_s_rf", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.adj_rf", + columnLetter: "EW", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки из резерва", + accessorKey: "3_kvartal_2026_korrektirovki_iz_rezerva", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.adj_reserve", + columnLetter: "EX", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + + { + header: "Скорр. план 3 кв. 26", + accessorKey: "3_kvartal_2026_skorr_plan_3_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.corrected_plan", + columnLetter: "FA", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Платеж и предоставление акта", + accessorKey: "3_kvartal_2026_platezh_i_predostavlenie_akta", + columns: [ + { + header: "Дата платежа", + accessorKey: "data.q3.pay_date", + columnLetter: "FC", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.pay_amount", + columnLetter: "FD", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "в т.ч. сумма (без НДС) ГО", + accessorKey: "data.q3.pay_ho", + columnLetter: "FE", + size: 250, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "в т.ч. сумма (без НДС) РФ", + accessorKey: "data.q3.pay_rf", + columnLetter: "FF", + size: 250, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.q3.pay_comment", + columnLetter: "FG", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предоставление акта (др. подтверждения)", + accessorKey: "data.q3.pay_act", + columnLetter: "FH", + size: 390, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#92CDDC", + color: "#000000", + }, + }, + }, + { + header: "Бронь 3 кв 26", + accessorKey: "3_kvartal_2026_bron_3_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.booking", + columnLetter: "FJ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ июль 26", + accessorKey: "3_kvartal_2026_fakt_rsbu_iyul_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.actual_m1", + columnLetter: "FK", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ август 26", + accessorKey: "3_kvartal_2026_fakt_rsbu_avgust_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.actual_m2", + columnLetter: "FL", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ сентябрь 26", + accessorKey: "3_kvartal_2026_fakt_rsbu_sentyabr_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.actual_m3", + columnLetter: "FM", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ 3 кв 26", + accessorKey: "3_kvartal_2026_fakt_rsbu_3_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.actual_quarter", + columnLetter: "FN", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Остаток после брони 3 кв. 26", + accessorKey: "3_kvartal_2026_ostatok_posle_broni_3_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.residual_after_booking", + columnLetter: "FO", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Остаток после факта 3 кв. 26", + accessorKey: "3_kvartal_2026_ostatok_posle_fakta_3_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q3.residual_after_actual", + columnLetter: "FP", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Закрытие 3-го квартала", + accessorKey: "3_kvartal_2026_zakrytie_3_go_kvartala", + columns: [ + { + header: "Перенос в 4 кв.26", + accessorKey: "data.q3.transfer_q4", + columnLetter: "FR", + size: 170, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "Перенос в фонд экономии", + accessorKey: "data.q3.transfer_econ", + columnLetter: "FS", + size: 230, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "ВСЕГО", + accessorKey: "data.q3.total", + columnLetter: "FT", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "4 квартал 2026", + accessorKey: "4_kvartal_2026", + columns: [ + { + header: "Изменение целевого назначения перенесенной экономии ( =0)", + accessorKey: + "4_kvartal_2026_izmenenie_tselevogo_naznacheniya_perenesennoy_ekonomii_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.target_change", + columnLetter: "FV", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Корректировка статей базового плана ( =0)", + accessorKey: "4_kvartal_2026_korrektirovka_statey_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.base_correction", + columnLetter: "FW", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Увеличение базового плана( >0)", + accessorKey: "4_kvartal_2026_uvelichenie_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.revision_inc", + columnLetter: "FX", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Cеквестр базового плана( <0)", + accessorKey: "4_kvartal_2026_cekvestr_bazovogo_plana_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.revision_seq", + columnLetter: "FY", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "4_kvartal_2026_kommentariy", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.revision_comment", + columnLetter: "FZ", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#903C39", + color: "#FFFFFF", + }, + }, + }, + { + header: "Новый план 4 кв 26", + accessorKey: "4_kvartal_2026_novyy_plan_4_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.new_plan", + columnLetter: "GA", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + + { + header: "Текущие корректировки( = 0)", + accessorKey: "4_kvartal_2026_tekuschie_korrektirovki_0", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.adj_current", + columnLetter: "GC", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки с ССП / сметой развития", + accessorKey: "4_kvartal_2026_korrektirovki_s_ssp_smetoy_razvitiya", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.adj_ssp", + columnLetter: "GD", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки с РФ", + accessorKey: "4_kvartal_2026_korrektirovki_s_rf", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.adj_rf", + columnLetter: "GE", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Корректировки из резерва", + accessorKey: "4_kvartal_2026_korrektirovki_iz_rezerva", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.adj_reserve", + columnLetter: "GF", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Скорр. план 4 кв. 26", + accessorKey: "4_kvartal_2026_skorr_plan_4_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.corrected_plan", + columnLetter: "GH", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFF99", + color: "#000000", + }, + }, + }, + { + header: "Платеж и предоставление акта", + accessorKey: "4_kvartal_2026_platezh_i_predostavlenie_akta", + columns: [ + { + header: "Дата платежа", + accessorKey: "data.q4.pay_date", + columnLetter: "GJ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.pay_amount", + columnLetter: "GK", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "в т.ч. сумма (без НДС) ГО", + accessorKey: "data.q4.pay_ho", + columnLetter: "GL", + size: 250, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "в т.ч. сумма (без НДС) РФ", + accessorKey: "data.q4.pay_rf", + columnLetter: "GM", + size: 250, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.q4.pay_comment", + columnLetter: "GN", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предоставление акта (др. подтверждения)", + accessorKey: "data.q4.pay_act", + columnLetter: "GO", + size: 390, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#92CDDC", + color: "#000000", + }, + }, + }, + { + header: "Бронь 4 кв 26", + accessorKey: "4_kvartal_2026_bron_4_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.booking", + columnLetter: "GQ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ октябрь 26", + accessorKey: "4_kvartal_2026_fakt_rsbu_oktyabr_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.actual_m1", + columnLetter: "GR", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ ноябрь 26", + accessorKey: "4_kvartal_2026_fakt_rsbu_noyabr_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.actual_m2", + columnLetter: "GS", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ декабрь 26", + accessorKey: "4_kvartal_2026_fakt_rsbu_dekabr_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.actual_m3", + columnLetter: "GT", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт РСБУ 4 кв 26", + accessorKey: "4_kvartal_2026_fakt_rsbu_4_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.actual_quarter", + columnLetter: "GU", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Факт СПОД", + accessorKey: "4_kvartal_2026_fakt_spod", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.actual_spod", + columnLetter: "GV", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Остаток после брони 4 кв. 26", + accessorKey: "4_kvartal_2026_ostatok_posle_broni_4_kv_26", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.residual_after_booking", + columnLetter: "GW", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Остаток после факта 4 кв. 26 и СПОДов", + accessorKey: "4_kvartal_2026_ostatok_posle_fakta_4_kv_26_i_spodov", + columns: [ + { + header: "Сумма (без НДС)", + accessorKey: "data.q4.residual_after_actual", + columnLetter: "GX", + size: 150, + filterFn: "contains", + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#C2D69B", + color: "#000000", + }, + }, + }, + { + header: "Закрытие 4-го квартала", + accessorKey: "4_kvartal_2026_zakrytie_4_go_kvartala", + columns: [ + { + header: "Перенос в фонд экономии", + accessorKey: "data.q4.transfer_econ", + columnLetter: "HA", + size: 230, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + { + header: "ВСЕГО", + accessorKey: "data.q4.total", + columnLetter: "HB", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#602826", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + }, +}; diff --git a/web/src/components/RealtimeTable/constants/FORM_4/CAP.js b/web/src/components/RealtimeTable/constants/FORM_4/CAP.js index 2b3b875..becbc8f 100644 --- a/web/src/components/RealtimeTable/constants/FORM_4/CAP.js +++ b/web/src/components/RealtimeTable/constants/FORM_4/CAP.js @@ -5,6 +5,7 @@ import { yellowColumn, redColumn, blueColumn, + tealColumn, } from "../columnColors"; export const config = { config: { @@ -290,31 +291,31 @@ export const config = { accessorKey: "data.contract.comment", }, "data.q1.adj_current": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_current", }, "data.q1.adj_ssp": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_ssp", }, "data.q1.adj_rf": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_rf", }, "data.q1.adj_reserve": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_reserve", }, "1_kvartal_2026_perenos_vo_2_kv_26_summa_bez_nds": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "1_kvartal_2026_perenos_vo_2_kv_26_summa_bez_nds", }, "data.q1.adj_comment": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_comment", }, "data.q1.corrected_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.corrected_plan", }, "1_kvartal_2026_field_field": { @@ -322,27 +323,27 @@ export const config = { accessorKey: "1_kvartal_2026_field_field", }, "data.q1.pay_date": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_date", }, "data.q1.pay_amount": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_amount", }, "data.q1.pay_ho": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_ho", }, "data.q1.pay_rf": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_rf", }, "data.q1.pay_comment": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_comment", }, "data.q1.pay_act": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_act", }, "data.q1.booking": { @@ -374,47 +375,47 @@ export const config = { accessorKey: "data.q1.residual_after_actual", }, "data.q1.transfer_q2": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.transfer_q2", }, "data.q1.transfer_q3": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.transfer_q3", }, "data.q1.transfer_q4": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.transfer_q4", }, "data.q1.transfer_econ": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.transfer_econ", }, "data.q1.total": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.total", }, "data.q2.target_change": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.target_change", }, "data.q2.base_correction": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.base_correction", }, "data.q2.revision_inc": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.revision_inc", }, "data.q2.revision_seq": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.revision_seq", }, "data.q2.revision_comment": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.revision_comment", }, "data.q2.new_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.new_plan", }, "2_kvartal_2026_field_field": { @@ -422,51 +423,51 @@ export const config = { accessorKey: "2_kvartal_2026_field_field", }, "data.q2.adj_current": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.adj_current", }, "data.q2.adj_ssp": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.adj_ssp", }, "data.q2.adj_rf": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.adj_rf", }, "data.q2.adj_reserve": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.adj_reserve", }, "2_kvartal_2026_perenos_v_3_kv_26_summa_bez_nds": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "2_kvartal_2026_perenos_v_3_kv_26_summa_bez_nds", }, "data.q2.corrected_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.corrected_plan", }, "data.q2.pay_date": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_date", }, "data.q2.pay_amount": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_amount", }, "data.q2.pay_ho": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_ho", }, "data.q2.pay_rf": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_rf", }, "data.q2.pay_comment": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_comment", }, "data.q2.pay_act": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_act", }, "data.q2.booking": { @@ -498,43 +499,43 @@ export const config = { accessorKey: "data.q2.residual_after_actual", }, "data.q2.transfer_q3": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.transfer_q3", }, "data.q2.transfer_q4": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.transfer_q4", }, "data.q2.transfer_econ": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.transfer_econ", }, "data.q2.total": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.total", }, "data.q3.target_change": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.target_change", }, "data.q3.base_correction": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.base_correction", }, "data.q3.revision_inc": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.revision_inc", }, "data.q3.revision_seq": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.revision_seq", }, "data.q3.revision_comment": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.revision_comment", }, "data.q3.new_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.new_plan", }, "3_kvartal_2026_field_field": { @@ -542,51 +543,51 @@ export const config = { accessorKey: "3_kvartal_2026_field_field", }, "data.q3.adj_current": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.adj_current", }, "data.q3.adj_ssp": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.adj_ssp", }, "data.q3.adj_rf": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.adj_rf", }, "data.q3.adj_reserve": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.adj_reserve", }, "3_kvartal_2026_perenos_v_4_kv_26_summa_bez_nds": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "3_kvartal_2026_perenos_v_4_kv_26_summa_bez_nds", }, "data.q3.corrected_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.corrected_plan", }, "data.q3.pay_date": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_date", }, "data.q3.pay_amount": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_amount", }, "data.q3.pay_ho": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_ho", }, "data.q3.pay_rf": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_rf", }, "data.q3.pay_comment": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_comment", }, "data.q3.pay_act": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_act", }, "data.q3.booking": { @@ -618,39 +619,39 @@ export const config = { accessorKey: "data.q3.residual_after_actual", }, "data.q3.transfer_q4": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.transfer_q4", }, "data.q3.transfer_econ": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.transfer_econ", }, "data.q3.total": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.total", }, "data.q4.target_change": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.target_change", }, "data.q4.base_correction": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.base_correction", }, "data.q4.revision_inc": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.revision_inc", }, "data.q4.revision_seq": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.revision_seq", }, "data.q4.revision_comment": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.revision_comment", }, "data.q4.new_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.new_plan", }, "4_kvartal_2026_field_field": { @@ -658,47 +659,47 @@ export const config = { accessorKey: "4_kvartal_2026_field_field", }, "data.q4.adj_current": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.adj_current", }, "data.q4.adj_ssp": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.adj_ssp", }, "data.q4.adj_rf": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.adj_rf", }, "data.q4.adj_reserve": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.adj_reserve", }, "data.q4.corrected_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.corrected_plan", }, "data.q4.pay_date": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_date", }, "data.q4.pay_amount": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_amount", }, "data.q4.pay_ho": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_ho", }, "data.q4.pay_rf": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_rf", }, "data.q4.pay_comment": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_comment", }, "data.q4.pay_act": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_act", }, "data.q4.booking": { @@ -734,15 +735,15 @@ export const config = { accessorKey: "data.q4.residual_after_actual", }, "4_kvartal_2026_zakrytie_4_go_kvartala_field": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "4_kvartal_2026_zakrytie_4_go_kvartala_field", }, "data.q4.transfer_econ": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.transfer_econ", }, "data.q4.total": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.total", }, field_fakt_1_kv_field: { @@ -1945,7 +1946,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -1964,7 +1965,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -1983,7 +1984,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2002,7 +2003,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2022,7 +2023,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2046,7 +2047,6 @@ export const config = { }, }, }, - { header: "Платеж и предоставление акта", accessorKey: "1_kvartal_2026_platezh_i_predostavlenie_akta", @@ -2486,7 +2486,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "2_kvartal_2026_tekuschie_korrektirovki_0", @@ -2507,7 +2506,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2526,7 +2525,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2545,7 +2544,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2564,7 +2563,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2584,7 +2583,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3015,7 +3014,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "3_kvartal_2026_tekuschie_korrektirovki_0", @@ -3036,7 +3034,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3055,7 +3053,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3074,7 +3072,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3093,7 +3091,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3113,7 +3111,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3531,7 +3529,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "4_kvartal_2026_tekuschie_korrektirovki_0", @@ -3552,7 +3549,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3571,7 +3568,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3590,7 +3587,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3609,7 +3606,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3628,7 +3625,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, diff --git a/web/src/components/RealtimeTable/constants/FORM_4/OPER.js b/web/src/components/RealtimeTable/constants/FORM_4/OPER.js index d8d135f..8d33d49 100644 --- a/web/src/components/RealtimeTable/constants/FORM_4/OPER.js +++ b/web/src/components/RealtimeTable/constants/FORM_4/OPER.js @@ -5,156 +5,157 @@ import { yellowColumn, redColumn, blueColumn, + tealColumn, } from "../columnColors"; export const config = { config: { colors: { "data.header.section_code": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.header.section_code", }, "data.header.name": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.header.name", }, "data.header.justification": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.header.justification", }, "data.plan.q1": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.plan.q1", }, "data.plan.q2": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.plan.q2", }, "data.plan.q3": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.plan.q3", }, "data.plan.q4": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.plan.q4", }, "data.plan.year": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.plan.year", }, "data.plan.comment": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.plan.comment", }, "data.contract_summary.amount": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.amount", }, "data.contract_summary.reference": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.reference", }, "data.contract_summary.counterparty": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.counterparty", }, "data.contract_summary.deadline": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.deadline", }, "data.contract_summary.comment": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.comment", }, "data.contract_summary.future_payments_y1": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.future_payments_y1", }, "data.contract_summary.future_payments_y2": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.future_payments_y2", }, "data.contract_summary.other_ssp_amount": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.other_ssp_amount", }, "data.contract_summary.centralized_flag": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.contract_summary.centralized_flag", }, "data.allocation.contract_ref": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.allocation.contract_ref", }, "data.allocation.allocation_purpose": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.allocation.allocation_purpose", }, "data.seq_dfip.q1": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.seq_dfip.q1", }, "data.seq_dfip.q2": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.seq_dfip.q2", }, "data.seq_dfip.q3": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.seq_dfip.q3", }, "data.seq_dfip.q4": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.seq_dfip.q4", }, "data.seq_dfip.year": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.seq_dfip.year", }, "data.seq_dfip.justification": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.seq_dfip.justification", }, "data.reserve.q1": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.reserve.q1", }, "data.reserve.q2": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.reserve.q2", }, "data.reserve.q3": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.reserve.q3", }, "data.reserve.q4": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.reserve.q4", }, "data.reserve.year": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.reserve.year", }, "data.reserve.justification": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.reserve.justification", }, "data.approved.q1": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.approved.q1", }, "data.approved.q2": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.approved.q2", }, "data.approved.q3": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.approved.q3", }, "data.approved.q4": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.approved.q4", }, "data.approved.year": { - color_type: whiteColumn, + color_type: blueColumn, accessorKey: "data.approved.year", }, "data.collegial.amount": { @@ -290,31 +291,31 @@ export const config = { accessorKey: "data.contract.comment", }, "data.q1.adj_current": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_current", }, "data.q1.adj_ssp": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_ssp", }, "data.q1.adj_rf": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_rf", }, "data.q1.adj_reserve": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_reserve", }, "1_kvartal_2026_perenos_vo_2_kv_26_summa_bez_nds": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "1_kvartal_2026_perenos_vo_2_kv_26_summa_bez_nds", }, "data.q1.adj_comment": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.adj_comment", }, "data.q1.corrected_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q1.corrected_plan", }, "1_kvartal_2026_field_field": { @@ -322,27 +323,27 @@ export const config = { accessorKey: "1_kvartal_2026_field_field", }, "data.q1.pay_date": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_date", }, "data.q1.pay_amount": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_amount", }, "data.q1.pay_ho": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_ho", }, "data.q1.pay_rf": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_rf", }, "data.q1.pay_comment": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_comment", }, "data.q1.pay_act": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q1.pay_act", }, "data.q1.booking": { @@ -374,47 +375,47 @@ export const config = { accessorKey: "data.q1.residual_after_actual", }, "data.q1.transfer_q2": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.transfer_q2", }, "data.q1.transfer_q3": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.transfer_q3", }, "data.q1.transfer_q4": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.transfer_q4", }, "data.q1.transfer_econ": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.transfer_econ", }, "data.q1.total": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q1.total", }, "data.q2.target_change": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.target_change", }, "data.q2.base_correction": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.base_correction", }, "data.q2.revision_inc": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.revision_inc", }, "data.q2.revision_seq": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.revision_seq", }, "data.q2.revision_comment": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.revision_comment", }, "data.q2.new_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.new_plan", }, "2_kvartal_2026_field_field": { @@ -422,51 +423,51 @@ export const config = { accessorKey: "2_kvartal_2026_field_field", }, "data.q2.adj_current": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.adj_current", }, "data.q2.adj_ssp": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.adj_ssp", }, "data.q2.adj_rf": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.adj_rf", }, "data.q2.adj_reserve": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.adj_reserve", }, "2_kvartal_2026_perenos_v_3_kv_26_summa_bez_nds": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "2_kvartal_2026_perenos_v_3_kv_26_summa_bez_nds", }, "data.q2.corrected_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q2.corrected_plan", }, "data.q2.pay_date": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_date", }, "data.q2.pay_amount": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_amount", }, "data.q2.pay_ho": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_ho", }, "data.q2.pay_rf": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_rf", }, "data.q2.pay_comment": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_comment", }, "data.q2.pay_act": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q2.pay_act", }, "data.q2.booking": { @@ -498,43 +499,43 @@ export const config = { accessorKey: "data.q2.residual_after_actual", }, "data.q2.transfer_q3": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.transfer_q3", }, "data.q2.transfer_q4": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.transfer_q4", }, "data.q2.transfer_econ": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.transfer_econ", }, "data.q2.total": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q2.total", }, "data.q3.target_change": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.target_change", }, "data.q3.base_correction": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.base_correction", }, "data.q3.revision_inc": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.revision_inc", }, "data.q3.revision_seq": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.revision_seq", }, "data.q3.revision_comment": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.revision_comment", }, "data.q3.new_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.new_plan", }, "3_kvartal_2026_field_field": { @@ -542,51 +543,51 @@ export const config = { accessorKey: "3_kvartal_2026_field_field", }, "data.q3.adj_current": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.adj_current", }, "data.q3.adj_ssp": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.adj_ssp", }, "data.q3.adj_rf": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.adj_rf", }, "data.q3.adj_reserve": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.adj_reserve", }, "3_kvartal_2026_perenos_v_4_kv_26_summa_bez_nds": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "3_kvartal_2026_perenos_v_4_kv_26_summa_bez_nds", }, "data.q3.corrected_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q3.corrected_plan", }, "data.q3.pay_date": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_date", }, "data.q3.pay_amount": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_amount", }, "data.q3.pay_ho": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_ho", }, "data.q3.pay_rf": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_rf", }, "data.q3.pay_comment": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_comment", }, "data.q3.pay_act": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q3.pay_act", }, "data.q3.booking": { @@ -618,39 +619,39 @@ export const config = { accessorKey: "data.q3.residual_after_actual", }, "data.q3.transfer_q4": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.transfer_q4", }, "data.q3.transfer_econ": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.transfer_econ", }, "data.q3.total": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q3.total", }, "data.q4.target_change": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.target_change", }, "data.q4.base_correction": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.base_correction", }, "data.q4.revision_inc": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.revision_inc", }, "data.q4.revision_seq": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.revision_seq", }, "data.q4.revision_comment": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.revision_comment", }, "data.q4.new_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.new_plan", }, "4_kvartal_2026_field_field": { @@ -658,47 +659,47 @@ export const config = { accessorKey: "4_kvartal_2026_field_field", }, "data.q4.adj_current": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.adj_current", }, "data.q4.adj_ssp": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.adj_ssp", }, "data.q4.adj_rf": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.adj_rf", }, "data.q4.adj_reserve": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.adj_reserve", }, "data.q4.corrected_plan": { - color_type: whiteColumn, + color_type: yellowColumn, accessorKey: "data.q4.corrected_plan", }, "data.q4.pay_date": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_date", }, "data.q4.pay_amount": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_amount", }, "data.q4.pay_ho": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_ho", }, "data.q4.pay_rf": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_rf", }, "data.q4.pay_comment": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_comment", }, "data.q4.pay_act": { - color_type: whiteColumn, + color_type: tealColumn, accessorKey: "data.q4.pay_act", }, "data.q4.booking": { @@ -734,15 +735,15 @@ export const config = { accessorKey: "data.q4.residual_after_actual", }, "4_kvartal_2026_zakrytie_4_go_kvartala_field": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "4_kvartal_2026_zakrytie_4_go_kvartala_field", }, "data.q4.transfer_econ": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.transfer_econ", }, "data.q4.total": { - color_type: whiteColumn, + color_type: redColumn, accessorKey: "data.q4.total", }, field_fakt_1_kv_field: { @@ -1502,7 +1503,7 @@ export const config = { }, }, }, - + { header: "Примечание", accessorKey: "data.collegial.note", @@ -1524,7 +1525,6 @@ export const config = { }, }, }, - { header: "ЦКК", accessorKey: "field_tskk", @@ -1945,7 +1945,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -1964,7 +1964,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -1983,7 +1983,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2002,12 +2002,12 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, }, - + { header: "Комментарий", accessorKey: "1_kvartal_2026_kommentariy", @@ -2022,7 +2022,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2046,7 +2046,6 @@ export const config = { }, }, }, - { header: "Платеж и предоставление акта", accessorKey: "1_kvartal_2026_platezh_i_predostavlenie_akta", @@ -2486,7 +2485,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "2_kvartal_2026_tekuschie_korrektirovki_0", @@ -2507,7 +2505,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2526,7 +2524,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2545,7 +2543,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2564,12 +2562,12 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, }, - + { header: "Скорр. план 2 кв. 26", accessorKey: "2_kvartal_2026_skorr_plan_2_kv_26", @@ -2584,7 +2582,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3015,7 +3013,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "3_kvartal_2026_tekuschie_korrektirovki_0", @@ -3036,7 +3033,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3055,7 +3052,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3074,7 +3071,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3093,12 +3090,12 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, }, - + { header: "Скорр. план 3 кв. 26", accessorKey: "3_kvartal_2026_skorr_plan_3_kv_26", @@ -3113,7 +3110,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3531,7 +3528,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "4_kvartal_2026_tekuschie_korrektirovki_0", @@ -3552,7 +3548,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3571,7 +3567,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3590,7 +3586,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3609,7 +3605,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3628,7 +3624,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3885,7 +3881,6 @@ export const config = { header: "Закрытие 4-го квартала", accessorKey: "4_kvartal_2026_zakrytie_4_go_kvartala", columns: [ - { header: "Перенос в фонд экономии", accessorKey: "data.q4.transfer_econ", diff --git a/web/src/components/RealtimeTable/constants/columnColors.js b/web/src/components/RealtimeTable/constants/columnColors.js index 5213135..85250d6 100644 --- a/web/src/components/RealtimeTable/constants/columnColors.js +++ b/web/src/components/RealtimeTable/constants/columnColors.js @@ -43,6 +43,15 @@ export const blueColumn = { COLOR: "#000000", }; +export const tealColumn = { + ROOT: "#92CDDC", // самый темный + GROUP: "#B6DDE8", // средний + ITEM: "rgb(211, 228, 248)", // самый светлый + SUB_ITEM: "#FFFFFF", + INPUT: "#FFFFFF", + COLOR: "#000000", +}; + export const yellowColumn = { ROOT: "#FFFF66", GROUP: "#FFFF99", From 94d5a338b56362625d36e4405bae6a60b449e6e6 Mon Sep 17 00:00:00 2001 From: PotapovaA Date: Thu, 30 Jul 2026 19:40:02 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=BC?= =?UTF-8?q?=D0=B0=D0=BF=D0=BF=D0=B8=D0=BD=D0=B3=20=D0=B4=D0=BB=D1=8F=202?= =?UTF-8?q?=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RealtimeTable/constants/FORM_2/CAP.js | 1470 ++++++++--------- .../RealtimeTable/constants/FORM_2/OPER.js | 1460 ++++++++-------- 2 files changed, 1411 insertions(+), 1519 deletions(-) diff --git a/web/src/components/RealtimeTable/constants/FORM_2/CAP.js b/web/src/components/RealtimeTable/constants/FORM_2/CAP.js index 7d1c3c7..296fce4 100644 --- a/web/src/components/RealtimeTable/constants/FORM_2/CAP.js +++ b/web/src/components/RealtimeTable/constants/FORM_2/CAP.js @@ -9,9 +9,9 @@ import { export const config = { config: { colors: { - "data.header.section": { + "data.header.section_code": { color_type: orangeColumn, - accessorKey: "data.header.section", + accessorKey: "data.header.section_code", }, "data.header.item_id": { color_type: orangeColumn, @@ -29,6 +29,134 @@ export const config = { color_type: orangeColumn, accessorKey: "data.header.internal_order", }, + "data.collegial.approved": { + color_type: orangeColumn, + accessorKey: "data.collegial.approved", + }, + "data.collegial.protocol": { + color_type: orangeColumn, + accessorKey: "data.collegial.protocol", + }, + net_kolonki_kollegialnye_organy_field: { + color_type: orangeColumn, + accessorKey: "net_kolonki_kollegialnye_organy_field", + }, + "data.collegial.note": { + color_type: orangeColumn, + accessorKey: "data.collegial.note", + }, + "data.ckk.ceiling": { + color_type: orangeColumn, + accessorKey: "data.ckk.ceiling", + }, + "data.booking.y2026.q1": { + color_type: orangeColumn, + accessorKey: "data.booking.y2026.q1", + }, + "data.booking.y2026.q2": { + color_type: orangeColumn, + accessorKey: "data.booking.y2026.q2", + }, + "data.booking.y2026.q3": { + color_type: orangeColumn, + accessorKey: "data.booking.y2026.q3", + }, + "data.booking.y2026.q4": { + color_type: orangeColumn, + accessorKey: "data.booking.y2026.q4", + }, + "data.ckk.rf_schedule": { + color_type: orangeColumn, + accessorKey: "data.ckk.rf_schedule", + }, + "data.ckk.deadline": { + color_type: orangeColumn, + accessorKey: "data.ckk.deadline", + }, + "data.ckk.proc_plan": { + color_type: orangeColumn, + accessorKey: "data.ckk.proc_plan", + }, + "data.ckk.proc_method": { + color_type: orangeColumn, + accessorKey: "data.ckk.proc_method", + }, + "data.ckk.comment": { + color_type: orangeColumn, + accessorKey: "data.ckk.comment", + }, + "data.contract.counterparty": { + color_type: orangeColumn, + accessorKey: "data.contract.counterparty", + }, + "data.contract.reference": { + color_type: orangeColumn, + accessorKey: "data.contract.reference", + }, + "data.contract.addenda": { + color_type: orangeColumn, + accessorKey: "data.contract.addenda", + }, + "data.contract.subject": { + color_type: orangeColumn, + accessorKey: "data.contract.subject", + }, + "data.contract.currency": { + color_type: orangeColumn, + accessorKey: "data.contract.currency", + }, + "data.contract.ceiling": { + color_type: orangeColumn, + accessorKey: "data.contract.ceiling", + }, + "data.contract.q1": { + color_type: orangeColumn, + accessorKey: "data.contract.q1", + }, + "data.contract.q2": { + color_type: orangeColumn, + accessorKey: "data.contract.q2", + }, + "data.contract.q3": { + color_type: orangeColumn, + accessorKey: "data.contract.q3", + }, + "data.contract.q4": { + color_type: orangeColumn, + accessorKey: "data.contract.q4", + }, + "data.contract.rf_schedule": { + color_type: orangeColumn, + accessorKey: "data.contract.rf_schedule", + }, + "data.contract.vat_rate": { + color_type: orangeColumn, + accessorKey: "data.contract.vat_rate", + }, + "data.contract.exchange_rate": { + color_type: orangeColumn, + accessorKey: "data.contract.exchange_rate", + }, + "data.contract.amount_foreign": { + color_type: orangeColumn, + accessorKey: "data.contract.amount_foreign", + }, + "data.contract.deadline": { + color_type: orangeColumn, + accessorKey: "data.contract.deadline", + }, + "data.contract.scheme": { + color_type: orangeColumn, + accessorKey: "data.contract.scheme", + }, + "data.contract.act": { + color_type: orangeColumn, + accessorKey: "data.contract.act", + }, + "data.contract.comment": { + color_type: orangeColumn, + accessorKey: "data.contract.comment", + }, "data.plan.q1": { color_type: orangeColumn, accessorKey: "data.plan.q1", @@ -81,61 +209,61 @@ export const config = { color_type: orangeColumn, accessorKey: "data.contract_summary.other_ssp", }, - "data.allocation.order": { + "data.allocation.contract_ref": { color_type: orangeColumn, - accessorKey: "data.allocation.order", + accessorKey: "data.allocation.contract_ref", }, - "data.allocation.property": { + "data.allocation.purpose": { color_type: orangeColumn, - accessorKey: "data.allocation.property", + accessorKey: "data.allocation.purpose", }, - "data.sequestration.q1": { + "data.seq_dfip.q1": { color_type: orangeColumn, - accessorKey: "data.sequestration.q1", + accessorKey: "data.seq_dfip.q1", }, - "data.sequestration.q2": { + "data.seq_dfip.q2": { color_type: orangeColumn, - accessorKey: "data.sequestration.q2", + accessorKey: "data.seq_dfip.q2", }, - "data.sequestration.q3": { + "data.seq_dfip.q3": { color_type: orangeColumn, - accessorKey: "data.sequestration.q3", + accessorKey: "data.seq_dfip.q3", }, - "data.sequestration.q4": { + "data.seq_dfip.q4": { color_type: orangeColumn, - accessorKey: "data.sequestration.q4", + accessorKey: "data.seq_dfip.q4", }, - "data.sequestration.year": { + "data.seq_dfip.year": { color_type: orangeColumn, - accessorKey: "data.sequestration.year", + accessorKey: "data.seq_dfip.year", }, - "data.sequestration.justification": { + "data.seq_dfip.justification": { color_type: orangeColumn, - accessorKey: "data.sequestration.justification", + accessorKey: "data.seq_dfip.justification", }, - "data.reserve.q1": { + "data.seq_ssp.q1": { color_type: orangeColumn, - accessorKey: "data.reserve.q1", + accessorKey: "data.seq_ssp.q1", }, - "data.reserve.q2": { + "data.seq_ssp.q2": { color_type: orangeColumn, - accessorKey: "data.reserve.q2", + accessorKey: "data.seq_ssp.q2", }, - "data.reserve.q3": { + "data.seq_ssp.q3": { color_type: orangeColumn, - accessorKey: "data.reserve.q3", + accessorKey: "data.seq_ssp.q3", }, - "data.reserve.q4": { + "data.seq_ssp.q4": { color_type: orangeColumn, - accessorKey: "data.reserve.q4", + accessorKey: "data.seq_ssp.q4", }, - "data.reserve.year": { + "data.seq_ssp.year": { color_type: orangeColumn, - accessorKey: "data.reserve.year", + accessorKey: "data.seq_ssp.year", }, - "data.reserve.justification": { + "data.seq_ssp.justification": { color_type: orangeColumn, - accessorKey: "data.reserve.justification", + accessorKey: "data.seq_ssp.justification", }, "data.approved.q1": { color_type: orangeColumn, @@ -157,134 +285,6 @@ export const config = { color_type: orangeColumn, accessorKey: "data.approved.year", }, - "data.collegial.approved": { - color_type: orangeColumn, - accessorKey: "data.collegial.approved", - }, - "data.collegial.protocol": { - color_type: orangeColumn, - accessorKey: "data.collegial.protocol", - }, - field_kollegialnye_organy_field: { - color_type: orangeColumn, - accessorKey: "field_kollegialnye_organy_field", - }, - "data.collegial.note": { - color_type: orangeColumn, - accessorKey: "data.collegial.note", - }, - "data.ckk.ceiling": { - color_type: orangeColumn, - accessorKey: "data.ckk.ceiling", - }, - "data.ckk.q1": { - color_type: orangeColumn, - accessorKey: "data.ckk.q1", - }, - "data.ckk.q2": { - color_type: orangeColumn, - accessorKey: "data.ckk.q2", - }, - "data.ckk.q3": { - color_type: orangeColumn, - accessorKey: "data.ckk.q3", - }, - "data.ckk.q4": { - color_type: orangeColumn, - accessorKey: "data.ckk.q4", - }, - "data.ckk.rf_schedule": { - color_type: orangeColumn, - accessorKey: "data.ckk.rf_schedule", - }, - "data.ckk.deadline": { - color_type: orangeColumn, - accessorKey: "data.ckk.deadline", - }, - "data.ckk.proc_plan": { - color_type: orangeColumn, - accessorKey: "data.ckk.proc_plan", - }, - "data.ckk.proc_method": { - color_type: orangeColumn, - accessorKey: "data.ckk.proc_method", - }, - "data.ckk.comment": { - color_type: orangeColumn, - accessorKey: "data.ckk.comment", - }, - "data.contract_detail.counterparty": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.counterparty", - }, - "data.contract_detail.reference": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.reference", - }, - "data.contract_detail.addenda": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.addenda", - }, - "data.contract_detail.subject": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.subject", - }, - "data.contract_detail.currency": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.currency", - }, - "data.contract_detail.ceiling": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.ceiling", - }, - "data.contract_detail.q1": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.q1", - }, - "data.contract_detail.q2": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.q2", - }, - "data.contract_detail.q3": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.q3", - }, - "data.contract_detail.q4": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.q4", - }, - "data.contract_detail.rf_schedule": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.rf_schedule", - }, - "data.contract_detail.vat_rate": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.vat_rate", - }, - "data.contract_detail.exchange_rate": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.exchange_rate", - }, - "data.contract_detail.amount_foreign": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.amount_foreign", - }, - "data.contract_detail.deadline": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.deadline", - }, - "data.contract_detail.payment_scheme": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.payment_scheme", - }, - "data.contract_detail.act": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.act", - }, - "data.contract_detail.comment": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.comment", - }, "data.q1.adj_current": { color_type: yellowColumn, accessorKey: "data.q1.adj_current", @@ -366,13 +366,13 @@ export const config = { color_type: greenColumn, accessorKey: "data.q1.actual_quarter", }, - "data.q1.rem_booking": { + "data.q1.residual_after_booking": { color_type: orangeColumn, - accessorKey: "data.q1.rem_booking", + accessorKey: "data.q1.residual_after_booking", }, - "data.q1.rem_actual": { + "data.q1.residual_after_actual": { color_type: greenColumn, - accessorKey: "data.q1.rem_actual", + accessorKey: "data.q1.residual_after_actual", }, "data.q1.transfer_q2": { color_type: redColumn, @@ -386,33 +386,33 @@ export const config = { color_type: redColumn, accessorKey: "data.q1.transfer_q4", }, - "data.q1.economy": { + "data.q1.transfer_econ": { color_type: redColumn, - accessorKey: "data.q1.economy", + accessorKey: "data.q1.transfer_econ", }, "data.q1.total": { color_type: redColumn, accessorKey: "data.q1.total", }, - "data.q2.rev_eco": { + "data.q2.target_change": { color_type: redColumn, - accessorKey: "data.q2.rev_eco", + accessorKey: "data.q2.target_change", }, - "data.q2.rev_item": { + "data.q2.base_correction": { color_type: redColumn, - accessorKey: "data.q2.rev_item", + accessorKey: "data.q2.base_correction", }, - "data.q2.rev_inc": { + "data.q2.revision_inc": { color_type: redColumn, - accessorKey: "data.q2.rev_inc", + accessorKey: "data.q2.revision_inc", }, - "data.q2.rev_seq": { + "data.q2.revision_seq": { color_type: redColumn, - accessorKey: "data.q2.rev_seq", + accessorKey: "data.q2.revision_seq", }, - "data.q2.rev_comment": { + "data.q2.revision_comment": { color_type: redColumn, - accessorKey: "data.q2.rev_comment", + accessorKey: "data.q2.revision_comment", }, "data.q2.new_plan": { color_type: yellowColumn, @@ -495,13 +495,13 @@ export const config = { color_type: greenColumn, accessorKey: "data.q2.actual_quarter", }, - "data.q2.rem_booking": { + "data.q2.residual_after_booking": { color_type: orangeColumn, - accessorKey: "data.q2.rem_booking", + accessorKey: "data.q2.residual_after_booking", }, - "data.q2.rem_actual": { + "data.q2.residual_after_actual": { color_type: greenColumn, - accessorKey: "data.q2.rem_actual", + accessorKey: "data.q2.residual_after_actual", }, "data.q2.transfer_q3": { color_type: redColumn, @@ -511,33 +511,33 @@ export const config = { color_type: redColumn, accessorKey: "data.q2.transfer_q4", }, - "data.q2.economy": { + "data.q2.transfer_econ": { color_type: redColumn, - accessorKey: "data.q2.economy", + accessorKey: "data.q2.transfer_econ", }, "data.q2.total": { color_type: redColumn, accessorKey: "data.q2.total", }, - "data.q3.rev_eco": { + "data.q3.target_change": { color_type: redColumn, - accessorKey: "data.q3.rev_eco", + accessorKey: "data.q3.target_change", }, - "data.q3.rev_item": { + "data.q3.base_correction": { color_type: redColumn, - accessorKey: "data.q3.rev_item", + accessorKey: "data.q3.base_correction", }, - "data.q3.rev_inc": { + "data.q3.revision_inc": { color_type: redColumn, - accessorKey: "data.q3.rev_inc", + accessorKey: "data.q3.revision_inc", }, - "data.q3.rev_seq": { + "data.q3.revision_seq": { color_type: redColumn, - accessorKey: "data.q3.rev_seq", + accessorKey: "data.q3.revision_seq", }, - "data.q3.rev_comment": { + "data.q3.revision_comment": { color_type: redColumn, - accessorKey: "data.q3.rev_comment", + accessorKey: "data.q3.revision_comment", }, "data.q3.new_plan": { color_type: yellowColumn, @@ -620,45 +620,45 @@ export const config = { color_type: greenColumn, accessorKey: "data.q3.actual_quarter", }, - "data.q3.rem_booking": { + "data.q3.residual_after_booking": { color_type: orangeColumn, - accessorKey: "data.q3.rem_booking", + accessorKey: "data.q3.residual_after_booking", }, - "data.q3.rem_actual": { + "data.q3.residual_after_actual": { color_type: greenColumn, - accessorKey: "data.q3.rem_actual", + accessorKey: "data.q3.residual_after_actual", }, "data.q3.transfer_q4": { color_type: redColumn, accessorKey: "data.q3.transfer_q4", }, - "data.q3.economy": { + "data.q3.transfer_econ": { color_type: redColumn, - accessorKey: "data.q3.economy", + accessorKey: "data.q3.transfer_econ", }, "data.q3.total": { color_type: redColumn, accessorKey: "data.q3.total", }, - "data.q4.rev_eco": { + "data.q4.target_change": { color_type: redColumn, - accessorKey: "data.q4.rev_eco", + accessorKey: "data.q4.target_change", }, - "data.q4.rev_item": { + "data.q4.base_correction": { color_type: redColumn, - accessorKey: "data.q4.rev_item", + accessorKey: "data.q4.base_correction", }, - "data.q4.rev_inc": { + "data.q4.revision_inc": { color_type: redColumn, - accessorKey: "data.q4.rev_inc", + accessorKey: "data.q4.revision_inc", }, - "data.q4.rev_seq": { + "data.q4.revision_seq": { color_type: redColumn, - accessorKey: "data.q4.rev_seq", + accessorKey: "data.q4.revision_seq", }, - "data.q4.rev_comment": { + "data.q4.revision_comment": { color_type: redColumn, - accessorKey: "data.q4.rev_comment", + accessorKey: "data.q4.revision_comment", }, "data.q4.adj_comment": { color_type: yellowColumn, @@ -744,21 +744,21 @@ export const config = { color_type: whiteColumn, accessorKey: "data.q4.actual_spod", }, - "data.q4.rem_booking": { + "data.q4.residual_after_booking": { color_type: orangeColumn, - accessorKey: "data.q4.rem_booking", + accessorKey: "data.q4.residual_after_booking", }, - "data.q4.rem_actual": { + "data.q4.residual_after_actual": { color_type: greenColumn, - accessorKey: "data.q4.rem_actual", + accessorKey: "data.q4.residual_after_actual", }, "4_kvartal_2026_zakrytie_4_go_kvartala_field": { color_type: redColumn, accessorKey: "4_kvartal_2026_zakrytie_4_go_kvartala_field", }, - "data.q4.economy": { + "data.q4.transfer_econ": { color_type: redColumn, - accessorKey: "data.q4.economy", + accessorKey: "data.q4.transfer_econ", }, "data.q4.total": { color_type: redColumn, @@ -775,16 +775,16 @@ export const config = { }, columns: [ { - header: " ", - accessorKey: "field", + header: null, + accessorKey: "net_kolonki", columns: [ { header: "Код раздела", - accessorKey: "field_kod_razdela", + accessorKey: "net_kolonki_kod_razdela", columns: [ { header: "", - accessorKey: "data.header.section", + accessorKey: "data.header.section_code", columnLetter: "C", size: 150, filterFn: "contains", @@ -793,7 +793,7 @@ export const config = { }, { header: "ID статьи", - accessorKey: "field_id_stati", + accessorKey: "net_kolonki_id_stati", columns: [ { header: "", @@ -806,7 +806,7 @@ export const config = { }, { header: "ID группы номенклатуры", - accessorKey: "field_id_gruppy_nomenklatury", + accessorKey: "net_kolonki_id_gruppy_nomenklatury", columns: [ { header: "", @@ -819,7 +819,7 @@ export const config = { }, { header: "Наименование", - accessorKey: "field_naimenovanie", + accessorKey: "net_kolonki_naimenovanie", columns: [ { header: "", @@ -832,7 +832,7 @@ export const config = { }, { header: "Внутренний заказ", - accessorKey: "field_vnutrenniy_zakaz", + accessorKey: "net_kolonki_vnutrenniy_zakaz", columns: [ { header: "", @@ -843,6 +843,446 @@ export const config = { }, ], }, + { + header: "Коллегиальные органы", + accessorKey: "net_kolonki_kollegialnye_organy", + columns: [ + { + header: "Сумма (с учетом НДC)", + accessorKey: "data.collegial.approved", + columnLetter: "AS", + size: 200, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Реквизиты протокола (дата, номер)", + accessorKey: "data.collegial.protocol", + columnLetter: "AT", + size: 330, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + + { + header: "Примечание", + accessorKey: "data.collegial.note", + columnLetter: "AV", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "ЦКК", + accessorKey: "net_kolonki_tskk", + columns: [ + { + header: "Предельная ст-ть, тыс. руб. (с учетом НДC)", + accessorKey: "data.ckk.ceiling", + columnLetter: "AX", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Расходы 1 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.booking.y2026.q1", + columnLetter: "AY", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 2 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.booking.y2026.q2", + columnLetter: "AZ", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 3 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.booking.y2026.q3", + columnLetter: "BA", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 4 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.booking.y2026.q4", + columnLetter: "BB", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", + accessorKey: "data.ckk.rf_schedule", + columnLetter: "BC", + size: 370, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Срок поставки", + accessorKey: "data.ckk.deadline", + columnLetter: "BD", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "План закупок", + accessorKey: "data.ckk.proc_plan", + columnLetter: "BE", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Способ закупки", + accessorKey: "data.ckk.proc_method", + columnLetter: "BF", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.ckk.comment", + columnLetter: "BG", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Договор", + accessorKey: "net_kolonki_dogovor", + columns: [ + { + header: "Контрагент", + accessorKey: "data.contract.counterparty", + columnLetter: "BI", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Договор (реквизиты)", + accessorKey: "data.contract.reference", + columnLetter: "BJ", + size: 190, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Доп.соглашения, спецификации и пр. (реквизиты)", + accessorKey: "data.contract.addenda", + columnLetter: "BK", + size: 460, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предмет", + accessorKey: "data.contract.subject", + columnLetter: "BL", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Валюта договора", + accessorKey: "data.contract.currency", + columnLetter: "BM", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предельная ст-ть, тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.ceiling", + columnLetter: "BN", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Расходы 1 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.q1", + columnLetter: "BO", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 2 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.q2", + columnLetter: "BP", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 3 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.q3", + columnLetter: "BQ", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 4 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.q4", + columnLetter: "BR", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", + accessorKey: "data.contract.rf_schedule", + columnLetter: "BS", + size: 370, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Ставка НДС (%)", + accessorKey: "data.contract.vat_rate", + columnLetter: "BT", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Курс пересчета", + accessorKey: "data.contract.exchange_rate", + columnLetter: "BU", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Сумма (с учетом НДC), вал (с учетом НДC)", + accessorKey: "data.contract.amount_foreign", + columnLetter: "BV", + size: 400, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Срок", + accessorKey: "data.contract.deadline", + columnLetter: "BW", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Схема платежа", + accessorKey: "data.contract.scheme", + columnLetter: "BX", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "АКТ", + accessorKey: "data.contract.act", + columnLetter: "BY", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.contract.comment", + columnLetter: "BZ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, ], muiTableHeadCellProps: { sx: { @@ -1067,7 +1507,7 @@ export const config = { columns: [ { header: "", - accessorKey: "data.allocation.order", + accessorKey: "data.allocation.contract_ref", columnLetter: "V", size: 150, filterFn: "contains", @@ -1081,7 +1521,7 @@ export const config = { columns: [ { header: "", - accessorKey: "data.allocation.property", + accessorKey: "data.allocation.purpose", columnLetter: "W", size: 150, filterFn: "contains", @@ -1106,7 +1546,7 @@ export const config = { columns: [ { header: "1 кв. 26", - accessorKey: "data.sequestration.q1", + accessorKey: "data.seq_dfip.q1", columnLetter: "Y", size: 150, filterFn: "contains", @@ -1119,7 +1559,7 @@ export const config = { }, { header: "2 кв. 26", - accessorKey: "data.sequestration.q2", + accessorKey: "data.seq_dfip.q2", columnLetter: "Z", size: 150, filterFn: "contains", @@ -1132,7 +1572,7 @@ export const config = { }, { header: "3 кв. 26", - accessorKey: "data.sequestration.q3", + accessorKey: "data.seq_dfip.q3", columnLetter: "AA", size: 150, filterFn: "contains", @@ -1145,7 +1585,7 @@ export const config = { }, { header: "4 кв. 26", - accessorKey: "data.sequestration.q4", + accessorKey: "data.seq_dfip.q4", columnLetter: "AB", size: 150, filterFn: "contains", @@ -1158,7 +1598,7 @@ export const config = { }, { header: "Год", - accessorKey: "data.sequestration.year", + accessorKey: "data.seq_dfip.year", columnLetter: "AC", size: 150, filterFn: "contains", @@ -1183,7 +1623,7 @@ export const config = { columns: [ { header: "", - accessorKey: "data.sequestration.justification", + accessorKey: "data.seq_dfip.justification", columnLetter: "AD", size: 150, filterFn: "contains", @@ -1214,7 +1654,7 @@ export const config = { columns: [ { header: "1 кв. 26", - accessorKey: "data.reserve.q1", + accessorKey: "data.seq_ssp.q1", columnLetter: "AF", size: 150, filterFn: "contains", @@ -1227,7 +1667,7 @@ export const config = { }, { header: "2 кв. 26", - accessorKey: "data.reserve.q2", + accessorKey: "data.seq_ssp.q2", columnLetter: "AG", size: 150, filterFn: "contains", @@ -1240,7 +1680,7 @@ export const config = { }, { header: "3 кв. 26", - accessorKey: "data.reserve.q3", + accessorKey: "data.seq_ssp.q3", columnLetter: "AH", size: 150, filterFn: "contains", @@ -1253,7 +1693,7 @@ export const config = { }, { header: "4 кв. 26", - accessorKey: "data.reserve.q4", + accessorKey: "data.seq_ssp.q4", columnLetter: "AI", size: 150, filterFn: "contains", @@ -1266,7 +1706,7 @@ export const config = { }, { header: "Год", - accessorKey: "data.reserve.year", + accessorKey: "data.seq_ssp.year", columnLetter: "AJ", size: 150, filterFn: "contains", @@ -1291,7 +1731,7 @@ export const config = { columns: [ { header: "", - accessorKey: "data.reserve.justification", + accessorKey: "data.seq_ssp.justification", columnLetter: "AK", size: 150, filterFn: "contains", @@ -1401,482 +1841,6 @@ export const config = { }, }, }, - { - header: " ", - accessorKey: "field_6", - columns: [ - { - header: "Коллегиальные органы", - accessorKey: "field_kollegialnye_organy", - columns: [ - { - header: "Сумма (с учетом НДC)", - accessorKey: "data.collegial.approved", - columnLetter: "AS", - size: 200, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Реквизиты протокола (дата, номер)", - accessorKey: "data.collegial.protocol", - columnLetter: "AT", - size: 330, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - - { - header: "Примечание", - accessorKey: "data.collegial.note", - columnLetter: "AV", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FABF8F", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: " ", - accessorKey: "field_10", - columns: [ - { - header: "ЦКК", - accessorKey: "field_tskk", - columns: [ - { - header: "Предельная ст-ть, тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.ceiling", - columnLetter: "AX", - size: 420, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Расходы 1 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.q1", - columnLetter: "AY", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 2 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.q2", - columnLetter: "AZ", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 3 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.q3", - columnLetter: "BA", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 4 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.q4", - columnLetter: "BB", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", - accessorKey: "data.ckk.rf_schedule", - columnLetter: "BC", - size: 370, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Срок поставки", - accessorKey: "data.ckk.deadline", - columnLetter: "BD", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "План закупок", - accessorKey: "data.ckk.proc_plan", - columnLetter: "BE", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Способ закупки", - accessorKey: "data.ckk.proc_method", - columnLetter: "BF", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Комментарий", - accessorKey: "data.ckk.comment", - columnLetter: "BG", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FABF8F", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: " ", - accessorKey: "field_20", - columns: [ - { - header: "Договор", - accessorKey: "field_dogovor", - columns: [ - { - header: "Контрагент", - accessorKey: "data.contract_detail.counterparty", - columnLetter: "BI", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Договор (реквизиты)", - accessorKey: "data.contract_detail.reference", - columnLetter: "BJ", - size: 190, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Доп.соглашения, спецификации и пр. (реквизиты)", - accessorKey: "data.contract_detail.addenda", - columnLetter: "BK", - size: 460, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Предмет", - accessorKey: "data.contract_detail.subject", - columnLetter: "BL", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Валюта договора", - accessorKey: "data.contract_detail.currency", - columnLetter: "BM", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Предельная ст-ть, тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.ceiling", - columnLetter: "BN", - size: 420, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Расходы 1 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.q1", - columnLetter: "BO", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 2 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.q2", - columnLetter: "BP", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 3 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.q3", - columnLetter: "BQ", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 4 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.q4", - columnLetter: "BR", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", - accessorKey: "data.contract_detail.rf_schedule", - columnLetter: "BS", - size: 370, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Ставка НДС (%)", - accessorKey: "data.contract_detail.vat_rate", - columnLetter: "BT", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Курс пересчета", - accessorKey: "data.contract_detail.exchange_rate", - columnLetter: "BU", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Сумма (с учетом НДC), вал (с учетом НДC)", - accessorKey: "data.contract_detail.amount_foreign", - columnLetter: "BV", - size: 400, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Срок", - accessorKey: "data.contract_detail.deadline", - columnLetter: "BW", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Схема платежа", - accessorKey: "data.contract_detail.payment_scheme", - columnLetter: "BX", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "АКТ", - accessorKey: "data.contract_detail.act", - columnLetter: "BY", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Комментарий", - accessorKey: "data.contract_detail.comment", - columnLetter: "BZ", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FABF8F", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, { header: "1 квартал 2026", accessorKey: "1_kvartal_2026", @@ -2201,7 +2165,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q1.rem_booking", + accessorKey: "data.q1.residual_after_booking", columnLetter: "CV", size: 310, filterFn: "contains", @@ -2220,7 +2184,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q1.rem_actual", + accessorKey: "data.q1.residual_after_actual", columnLetter: "CW", size: 310, filterFn: "contains", @@ -2278,7 +2242,7 @@ export const config = { }, { header: "Перенос в фонд экономии", - accessorKey: "data.q1.economy", + accessorKey: "data.q1.transfer_econ", columnLetter: "DB", size: 230, filterFn: "contains", @@ -2329,7 +2293,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_eco", + accessorKey: "data.q2.target_change", columnLetter: "DE", size: 310, filterFn: "contains", @@ -2354,7 +2318,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_item", + accessorKey: "data.q2.base_correction", columnLetter: "DF", size: 310, filterFn: "contains", @@ -2373,7 +2337,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_inc", + accessorKey: "data.q2.revision_inc", columnLetter: "DG", size: 310, filterFn: "contains", @@ -2392,7 +2356,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_seq", + accessorKey: "data.q2.revision_seq", columnLetter: "DH", size: 310, filterFn: "contains", @@ -2411,7 +2375,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_comment", + accessorKey: "data.q2.revision_comment", columnLetter: "DI", size: 310, filterFn: "contains", @@ -2744,7 +2708,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rem_booking", + accessorKey: "data.q2.residual_after_booking", columnLetter: "EF", size: 310, filterFn: "contains", @@ -2763,7 +2727,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rem_actual", + accessorKey: "data.q2.residual_after_actual", columnLetter: "EG", size: 310, filterFn: "contains", @@ -2808,7 +2772,7 @@ export const config = { }, { header: "Перенос в фонд экономии", - accessorKey: "data.q2.economy", + accessorKey: "data.q2.transfer_econ", columnLetter: "EK", size: 230, filterFn: "contains", @@ -2859,7 +2823,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_eco", + accessorKey: "data.q3.target_change", columnLetter: "EN", size: 310, filterFn: "contains", @@ -2884,7 +2848,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_item", + accessorKey: "data.q3.base_correction", columnLetter: "EO", size: 310, filterFn: "contains", @@ -2903,7 +2867,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_inc", + accessorKey: "data.q3.revision_inc", columnLetter: "EP", size: 310, filterFn: "contains", @@ -2922,7 +2886,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_seq", + accessorKey: "data.q3.revision_seq", columnLetter: "EQ", size: 310, filterFn: "contains", @@ -2941,7 +2905,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_comment", + accessorKey: "data.q3.revision_comment", columnLetter: "ER", size: 310, filterFn: "contains", @@ -3274,7 +3238,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rem_booking", + accessorKey: "data.q3.residual_after_booking", columnLetter: "FO", size: 310, filterFn: "contains", @@ -3293,7 +3257,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rem_actual", + accessorKey: "data.q3.residual_after_actual", columnLetter: "FP", size: 310, filterFn: "contains", @@ -3325,7 +3289,7 @@ export const config = { }, { header: "Перенос в фонд экономии", - accessorKey: "data.q3.economy", + accessorKey: "data.q3.transfer_econ", columnLetter: "FS", size: 230, filterFn: "contains", @@ -3376,7 +3340,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_eco", + accessorKey: "data.q4.target_change", columnLetter: "FV", size: 310, filterFn: "contains", @@ -3401,7 +3365,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_item", + accessorKey: "data.q4.base_correction", columnLetter: "FW", size: 310, filterFn: "contains", @@ -3420,7 +3384,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_inc", + accessorKey: "data.q4.revision_inc", columnLetter: "FX", size: 310, filterFn: "contains", @@ -3439,7 +3403,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_seq", + accessorKey: "data.q4.revision_seq", columnLetter: "FY", size: 310, filterFn: "contains", @@ -3458,7 +3422,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_comment", + accessorKey: "data.q4.revision_comment", columnLetter: "FZ", size: 310, filterFn: "contains", @@ -3816,7 +3780,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rem_booking", + accessorKey: "data.q4.residual_after_booking", columnLetter: "GW", size: 310, filterFn: "contains", @@ -3835,7 +3799,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rem_actual", + accessorKey: "data.q4.residual_after_actual", columnLetter: "GX", size: 310, filterFn: "contains", @@ -3854,7 +3818,7 @@ export const config = { columns: [ { header: "Перенос в фонд экономии", - accessorKey: "data.q4.economy", + accessorKey: "data.q4.transfer_econ", columnLetter: "HA", size: 230, filterFn: "contains", @@ -3895,12 +3859,12 @@ export const config = { }, }, { - header: " ", - accessorKey: "88", + header: "", + accessorKey: "field", columns: [ { header: "Факт 26", - accessorKey: "88_fakt_26", + accessorKey: "field_fakt_26", columns: [ { header: "", @@ -3908,12 +3872,6 @@ export const config = { columnLetter: "HE", size: 150, filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#C2D69B", - color: "#000000", - }, - }, }, ], muiTableHeadCellProps: { @@ -3923,21 +3881,9 @@ export const config = { }, }, }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: " ", - accessorKey: "77", - columns: [ { header: "Сумма оплаты", - accessorKey: "77_summa_oplaty", + accessorKey: "field_summa_oplaty", columns: [ { header: "", @@ -3945,12 +3891,6 @@ export const config = { columnLetter: "HG", size: 150, filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#95B3D7", - color: "#000000", - }, - }, }, ], muiTableHeadCellProps: { diff --git a/web/src/components/RealtimeTable/constants/FORM_2/OPER.js b/web/src/components/RealtimeTable/constants/FORM_2/OPER.js index 2f68548..34923c7 100644 --- a/web/src/components/RealtimeTable/constants/FORM_2/OPER.js +++ b/web/src/components/RealtimeTable/constants/FORM_2/OPER.js @@ -9,9 +9,9 @@ import { export const config = { config: { colors: { - "data.header.section": { + "data.header.section_code": { color_type: blueColumn, - accessorKey: "data.header.section", + accessorKey: "data.header.section_code", }, "data.header.item_id": { color_type: blueColumn, @@ -29,6 +29,134 @@ export const config = { color_type: blueColumn, accessorKey: "data.header.internal_order", }, + "data.collegial.approved": { + color_type: orangeColumn, + accessorKey: "data.collegial.approved", + }, + "data.collegial.protocol": { + color_type: orangeColumn, + accessorKey: "data.collegial.protocol", + }, + net_kolonki_kollegialnye_organy_field: { + color_type: orangeColumn, + accessorKey: "net_kolonki_kollegialnye_organy_field", + }, + "data.collegial.note": { + color_type: orangeColumn, + accessorKey: "data.collegial.note", + }, + "data.ckk.ceiling": { + color_type: orangeColumn, + accessorKey: "data.ckk.ceiling", + }, + "data.booking.y2026.q1": { + color_type: orangeColumn, + accessorKey: "data.booking.y2026.q1", + }, + "data.booking.y2026.q2": { + color_type: orangeColumn, + accessorKey: "data.booking.y2026.q2", + }, + "data.booking.y2026.q3": { + color_type: orangeColumn, + accessorKey: "data.booking.y2026.q3", + }, + "data.booking.y2026.q4": { + color_type: orangeColumn, + accessorKey: "data.booking.y2026.q4", + }, + "data.ckk.rf_schedule": { + color_type: orangeColumn, + accessorKey: "data.ckk.rf_schedule", + }, + "data.ckk.deadline": { + color_type: orangeColumn, + accessorKey: "data.ckk.deadline", + }, + "data.ckk.proc_plan": { + color_type: orangeColumn, + accessorKey: "data.ckk.proc_plan", + }, + "data.ckk.proc_method": { + color_type: orangeColumn, + accessorKey: "data.ckk.proc_method", + }, + "data.ckk.comment": { + color_type: orangeColumn, + accessorKey: "data.ckk.comment", + }, + "data.contract.counterparty": { + color_type: orangeColumn, + accessorKey: "data.contract.counterparty", + }, + "data.contract.reference": { + color_type: orangeColumn, + accessorKey: "data.contract.reference", + }, + "data.contract.addenda": { + color_type: orangeColumn, + accessorKey: "data.contract.addenda", + }, + "data.contract.subject": { + color_type: orangeColumn, + accessorKey: "data.contract.subject", + }, + "data.contract.currency": { + color_type: orangeColumn, + accessorKey: "data.contract.currency", + }, + "data.contract.ceiling": { + color_type: orangeColumn, + accessorKey: "data.contract.ceiling", + }, + "data.contract.q1": { + color_type: orangeColumn, + accessorKey: "data.contract.q1", + }, + "data.contract.q2": { + color_type: orangeColumn, + accessorKey: "data.contract.q2", + }, + "data.contract.q3": { + color_type: orangeColumn, + accessorKey: "data.contract.q3", + }, + "data.contract.q4": { + color_type: orangeColumn, + accessorKey: "data.contract.q4", + }, + "data.contract.rf_schedule": { + color_type: orangeColumn, + accessorKey: "data.contract.rf_schedule", + }, + "data.contract.vat_rate": { + color_type: orangeColumn, + accessorKey: "data.contract.vat_rate", + }, + "data.contract.exchange_rate": { + color_type: orangeColumn, + accessorKey: "data.contract.exchange_rate", + }, + "data.contract.amount_foreign": { + color_type: orangeColumn, + accessorKey: "data.contract.amount_foreign", + }, + "data.contract.deadline": { + color_type: orangeColumn, + accessorKey: "data.contract.deadline", + }, + "data.contract.scheme": { + color_type: orangeColumn, + accessorKey: "data.contract.scheme", + }, + "data.contract.act": { + color_type: orangeColumn, + accessorKey: "data.contract.act", + }, + "data.contract.comment": { + color_type: orangeColumn, + accessorKey: "data.contract.comment", + }, "data.plan.q1": { color_type: blueColumn, accessorKey: "data.plan.q1", @@ -81,61 +209,61 @@ export const config = { color_type: blueColumn, accessorKey: "data.contract_summary.other_ssp", }, - "data.allocation.order": { + "data.allocation.contract_ref": { color_type: blueColumn, - accessorKey: "data.allocation.order", + accessorKey: "data.allocation.contract_ref", }, - "data.allocation.property": { + "data.allocation.purpose": { color_type: blueColumn, - accessorKey: "data.allocation.property", + accessorKey: "data.allocation.purpose", }, - "data.sequestration.q1": { + "data.seq_dfip.q1": { color_type: blueColumn, - accessorKey: "data.sequestration.q1", + accessorKey: "data.seq_dfip.q1", }, - "data.sequestration.q2": { + "data.seq_dfip.q2": { color_type: blueColumn, - accessorKey: "data.sequestration.q2", + accessorKey: "data.seq_dfip.q2", }, - "data.sequestration.q3": { + "data.seq_dfip.q3": { color_type: blueColumn, - accessorKey: "data.sequestration.q3", + accessorKey: "data.seq_dfip.q3", }, - "data.sequestration.q4": { + "data.seq_dfip.q4": { color_type: blueColumn, - accessorKey: "data.sequestration.q4", + accessorKey: "data.seq_dfip.q4", }, - "data.sequestration.year": { + "data.seq_dfip.year": { color_type: blueColumn, - accessorKey: "data.sequestration.year", + accessorKey: "data.seq_dfip.year", }, - "data.sequestration.justification": { + "data.seq_dfip.justification": { color_type: blueColumn, - accessorKey: "data.sequestration.justification", + accessorKey: "data.seq_dfip.justification", }, - "data.reserve.q1": { + "data.seq_ssp.q1": { color_type: blueColumn, - accessorKey: "data.reserve.q1", + accessorKey: "data.seq_ssp.q1", }, - "data.reserve.q2": { + "data.seq_ssp.q2": { color_type: blueColumn, - accessorKey: "data.reserve.q2", + accessorKey: "data.seq_ssp.q2", }, - "data.reserve.q3": { + "data.seq_ssp.q3": { color_type: blueColumn, - accessorKey: "data.reserve.q3", + accessorKey: "data.seq_ssp.q3", }, - "data.reserve.q4": { + "data.seq_ssp.q4": { color_type: blueColumn, - accessorKey: "data.reserve.q4", + accessorKey: "data.seq_ssp.q4", }, - "data.reserve.year": { + "data.seq_ssp.year": { color_type: blueColumn, - accessorKey: "data.reserve.year", + accessorKey: "data.seq_ssp.year", }, - "data.reserve.justification": { + "data.seq_ssp.justification": { color_type: blueColumn, - accessorKey: "data.reserve.justification", + accessorKey: "data.seq_ssp.justification", }, "data.approved.q1": { color_type: blueColumn, @@ -157,134 +285,6 @@ export const config = { color_type: blueColumn, accessorKey: "data.approved.year", }, - "data.collegial.approved": { - color_type: orangeColumn, - accessorKey: "data.collegial.approved", - }, - "data.collegial.protocol": { - color_type: orangeColumn, - accessorKey: "data.collegial.protocol", - }, - field_kollegialnye_organy_field: { - color_type: orangeColumn, - accessorKey: "field_kollegialnye_organy_field", - }, - "data.collegial.note": { - color_type: orangeColumn, - accessorKey: "data.collegial.note", - }, - "data.ckk.ceiling": { - color_type: orangeColumn, - accessorKey: "data.ckk.ceiling", - }, - "data.ckk.q1": { - color_type: orangeColumn, - accessorKey: "data.ckk.q1", - }, - "data.ckk.q2": { - color_type: orangeColumn, - accessorKey: "data.ckk.q2", - }, - "data.ckk.q3": { - color_type: orangeColumn, - accessorKey: "data.ckk.q3", - }, - "data.ckk.q4": { - color_type: orangeColumn, - accessorKey: "data.ckk.q4", - }, - "data.ckk.rf_schedule": { - color_type: orangeColumn, - accessorKey: "data.ckk.rf_schedule", - }, - "data.ckk.deadline": { - color_type: orangeColumn, - accessorKey: "data.ckk.deadline", - }, - "data.ckk.proc_plan": { - color_type: orangeColumn, - accessorKey: "data.ckk.proc_plan", - }, - "data.ckk.proc_method": { - color_type: orangeColumn, - accessorKey: "data.ckk.proc_method", - }, - "data.ckk.comment": { - color_type: orangeColumn, - accessorKey: "data.ckk.comment", - }, - "data.contract_detail.counterparty": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.counterparty", - }, - "data.contract_detail.reference": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.reference", - }, - "data.contract_detail.addenda": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.addenda", - }, - "data.contract_detail.subject": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.subject", - }, - "data.contract_detail.currency": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.currency", - }, - "data.contract_detail.ceiling": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.ceiling", - }, - "data.contract_detail.q1": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.q1", - }, - "data.contract_detail.q2": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.q2", - }, - "data.contract_detail.q3": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.q3", - }, - "data.contract_detail.q4": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.q4", - }, - "data.contract_detail.rf_schedule": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.rf_schedule", - }, - "data.contract_detail.vat_rate": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.vat_rate", - }, - "data.contract_detail.exchange_rate": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.exchange_rate", - }, - "data.contract_detail.amount_foreign": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.amount_foreign", - }, - "data.contract_detail.deadline": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.deadline", - }, - "data.contract_detail.payment_scheme": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.payment_scheme", - }, - "data.contract_detail.act": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.act", - }, - "data.contract_detail.comment": { - color_type: orangeColumn, - accessorKey: "data.contract_detail.comment", - }, "data.q1.adj_current": { color_type: yellowColumn, accessorKey: "data.q1.adj_current", @@ -366,13 +366,13 @@ export const config = { color_type: greenColumn, accessorKey: "data.q1.actual_quarter", }, - "data.q1.rem_booking": { + "data.q1.residual_after_booking": { color_type: orangeColumn, - accessorKey: "data.q1.rem_booking", + accessorKey: "data.q1.residual_after_booking", }, - "data.q1.rem_actual": { + "data.q1.residual_after_actual": { color_type: greenColumn, - accessorKey: "data.q1.rem_actual", + accessorKey: "data.q1.residual_after_actual", }, "data.q1.transfer_q2": { color_type: redColumn, @@ -386,33 +386,33 @@ export const config = { color_type: redColumn, accessorKey: "data.q1.transfer_q4", }, - "data.q1.economy": { + "data.q1.transfer_econ": { color_type: redColumn, - accessorKey: "data.q1.economy", + accessorKey: "data.q1.transfer_econ", }, "data.q1.total": { color_type: redColumn, accessorKey: "data.q1.total", }, - "data.q2.rev_eco": { + "data.q2.target_change": { color_type: redColumn, - accessorKey: "data.q2.rev_eco", + accessorKey: "data.q2.target_change", }, - "data.q2.rev_item": { + "data.q2.base_correction": { color_type: redColumn, - accessorKey: "data.q2.rev_item", + accessorKey: "data.q2.base_correction", }, - "data.q2.rev_inc": { + "data.q2.revision_inc": { color_type: redColumn, - accessorKey: "data.q2.rev_inc", + accessorKey: "data.q2.revision_inc", }, - "data.q2.rev_seq": { + "data.q2.revision_seq": { color_type: redColumn, - accessorKey: "data.q2.rev_seq", + accessorKey: "data.q2.revision_seq", }, - "data.q2.rev_comment": { + "data.q2.revision_comment": { color_type: redColumn, - accessorKey: "data.q2.rev_comment", + accessorKey: "data.q2.revision_comment", }, "data.q2.new_plan": { color_type: yellowColumn, @@ -495,13 +495,13 @@ export const config = { color_type: greenColumn, accessorKey: "data.q2.actual_quarter", }, - "data.q2.rem_booking": { + "data.q2.residual_after_booking": { color_type: orangeColumn, - accessorKey: "data.q2.rem_booking", + accessorKey: "data.q2.residual_after_booking", }, - "data.q2.rem_actual": { + "data.q2.residual_after_actual": { color_type: greenColumn, - accessorKey: "data.q2.rem_actual", + accessorKey: "data.q2.residual_after_actual", }, "data.q2.transfer_q3": { color_type: redColumn, @@ -511,33 +511,33 @@ export const config = { color_type: redColumn, accessorKey: "data.q2.transfer_q4", }, - "data.q2.economy": { + "data.q2.transfer_econ": { color_type: redColumn, - accessorKey: "data.q2.economy", + accessorKey: "data.q2.transfer_econ", }, "data.q2.total": { color_type: redColumn, accessorKey: "data.q2.total", }, - "data.q3.rev_eco": { + "data.q3.target_change": { color_type: redColumn, - accessorKey: "data.q3.rev_eco", + accessorKey: "data.q3.target_change", }, - "data.q3.rev_item": { + "data.q3.base_correction": { color_type: redColumn, - accessorKey: "data.q3.rev_item", + accessorKey: "data.q3.base_correction", }, - "data.q3.rev_inc": { + "data.q3.revision_inc": { color_type: redColumn, - accessorKey: "data.q3.rev_inc", + accessorKey: "data.q3.revision_inc", }, - "data.q3.rev_seq": { + "data.q3.revision_seq": { color_type: redColumn, - accessorKey: "data.q3.rev_seq", + accessorKey: "data.q3.revision_seq", }, - "data.q3.rev_comment": { + "data.q3.revision_comment": { color_type: redColumn, - accessorKey: "data.q3.rev_comment", + accessorKey: "data.q3.revision_comment", }, "data.q3.new_plan": { color_type: yellowColumn, @@ -620,45 +620,45 @@ export const config = { color_type: greenColumn, accessorKey: "data.q3.actual_quarter", }, - "data.q3.rem_booking": { + "data.q3.residual_after_booking": { color_type: orangeColumn, - accessorKey: "data.q3.rem_booking", + accessorKey: "data.q3.residual_after_booking", }, - "data.q3.rem_actual": { + "data.q3.residual_after_actual": { color_type: greenColumn, - accessorKey: "data.q3.rem_actual", + accessorKey: "data.q3.residual_after_actual", }, "data.q3.transfer_q4": { color_type: redColumn, accessorKey: "data.q3.transfer_q4", }, - "data.q3.economy": { + "data.q3.transfer_econ": { color_type: redColumn, - accessorKey: "data.q3.economy", + accessorKey: "data.q3.transfer_econ", }, "data.q3.total": { color_type: redColumn, accessorKey: "data.q3.total", }, - "data.q4.rev_eco": { + "data.q4.target_change": { color_type: redColumn, - accessorKey: "data.q4.rev_eco", + accessorKey: "data.q4.target_change", }, - "data.q4.rev_item": { + "data.q4.base_correction": { color_type: redColumn, - accessorKey: "data.q4.rev_item", + accessorKey: "data.q4.base_correction", }, - "data.q4.rev_inc": { + "data.q4.revision_inc": { color_type: redColumn, - accessorKey: "data.q4.rev_inc", + accessorKey: "data.q4.revision_inc", }, - "data.q4.rev_seq": { + "data.q4.revision_seq": { color_type: redColumn, - accessorKey: "data.q4.rev_seq", + accessorKey: "data.q4.revision_seq", }, - "data.q4.rev_comment": { + "data.q4.revision_comment": { color_type: redColumn, - accessorKey: "data.q4.rev_comment", + accessorKey: "data.q4.revision_comment", }, "data.q4.adj_comment": { color_type: yellowColumn, @@ -744,21 +744,21 @@ export const config = { color_type: greenColumn, accessorKey: "data.q4.actual_spod", }, - "data.q4.rem_booking": { + "data.q4.residual_after_booking": { color_type: orangeColumn, - accessorKey: "data.q4.rem_booking", + accessorKey: "data.q4.residual_after_booking", }, - "data.q4.rem_actual": { + "data.q4.residual_after_actual": { color_type: greenColumn, - accessorKey: "data.q4.rem_actual", + accessorKey: "data.q4.residual_after_actual", }, "4_kvartal_2026_zakrytie_4_go_kvartala_field": { color_type: redColumn, accessorKey: "4_kvartal_2026_zakrytie_4_go_kvartala_field", }, - "data.q4.economy": { + "data.q4.transfer_econ": { color_type: redColumn, - accessorKey: "data.q4.economy", + accessorKey: "data.q4.transfer_econ", }, "data.q4.total": { color_type: redColumn, @@ -775,16 +775,16 @@ export const config = { }, columns: [ { - header: " ", - accessorKey: "field", + header: null, + accessorKey: "net_kolonki", columns: [ { header: "Код раздела", - accessorKey: "field_kod_razdela", + accessorKey: "net_kolonki_kod_razdela", columns: [ { header: "", - accessorKey: "data.header.section", + accessorKey: "data.header.section_code", columnLetter: "C", size: 150, filterFn: "contains", @@ -793,7 +793,7 @@ export const config = { }, { header: "ID статьи", - accessorKey: "field_id_stati", + accessorKey: "net_kolonki_id_stati", columns: [ { header: "", @@ -806,7 +806,7 @@ export const config = { }, { header: "ID группы номенклатуры", - accessorKey: "field_id_gruppy_nomenklatury", + accessorKey: "net_kolonki_id_gruppy_nomenklatury", columns: [ { header: "", @@ -819,7 +819,7 @@ export const config = { }, { header: "Наименование", - accessorKey: "field_naimenovanie", + accessorKey: "net_kolonki_naimenovanie", columns: [ { header: "", @@ -832,7 +832,7 @@ export const config = { }, { header: "Внутренний заказ", - accessorKey: "field_vnutrenniy_zakaz", + accessorKey: "net_kolonki_vnutrenniy_zakaz", columns: [ { header: "", @@ -843,6 +843,446 @@ export const config = { }, ], }, + { + header: "Коллегиальные органы", + accessorKey: "net_kolonki_kollegialnye_organy", + columns: [ + { + header: "Сумма (с учетом НДC)", + accessorKey: "data.collegial.approved", + columnLetter: "AS", + size: 200, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Реквизиты протокола (дата, номер)", + accessorKey: "data.collegial.protocol", + columnLetter: "AT", + size: 330, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + + { + header: "Примечание", + accessorKey: "data.collegial.note", + columnLetter: "AV", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "ЦКК", + accessorKey: "net_kolonki_tskk", + columns: [ + { + header: "Предельная ст-ть, тыс. руб. (с учетом НДC)", + accessorKey: "data.ckk.ceiling", + columnLetter: "AX", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Расходы 1 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.booking.y2026.q1", + columnLetter: "AY", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 2 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.booking.y2026.q2", + columnLetter: "AZ", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 3 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.booking.y2026.q3", + columnLetter: "BA", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 4 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.booking.y2026.q4", + columnLetter: "BB", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", + accessorKey: "data.ckk.rf_schedule", + columnLetter: "BC", + size: 370, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Срок поставки", + accessorKey: "data.ckk.deadline", + columnLetter: "BD", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "План закупок", + accessorKey: "data.ckk.proc_plan", + columnLetter: "BE", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Способ закупки", + accessorKey: "data.ckk.proc_method", + columnLetter: "BF", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.ckk.comment", + columnLetter: "BG", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, + { + header: "Договор", + accessorKey: "net_kolonki_dogovor", + columns: [ + { + header: "Контрагент", + accessorKey: "data.contract.counterparty", + columnLetter: "BI", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Договор (реквизиты)", + accessorKey: "data.contract.reference", + columnLetter: "BJ", + size: 190, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Доп.соглашения, спецификации и пр. (реквизиты)", + accessorKey: "data.contract.addenda", + columnLetter: "BK", + size: 460, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предмет", + accessorKey: "data.contract.subject", + columnLetter: "BL", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Валюта договора", + accessorKey: "data.contract.currency", + columnLetter: "BM", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Предельная ст-ть, тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.ceiling", + columnLetter: "BN", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Расходы 1 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.q1", + columnLetter: "BO", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 2 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.q2", + columnLetter: "BP", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 3 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.q3", + columnLetter: "BQ", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 4 кв. 2026 г. тыс. руб. (с учетом НДC)", + accessorKey: "data.contract.q4", + columnLetter: "BR", + size: 470, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", + accessorKey: "data.contract.rf_schedule", + columnLetter: "BS", + size: 370, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Ставка НДС (%)", + accessorKey: "data.contract.vat_rate", + columnLetter: "BT", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Курс пересчета", + accessorKey: "data.contract.exchange_rate", + columnLetter: "BU", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Сумма (с учетом НДC), вал (с учетом НДC)", + accessorKey: "data.contract.amount_foreign", + columnLetter: "BV", + size: 400, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Срок", + accessorKey: "data.contract.deadline", + columnLetter: "BW", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Схема платежа", + accessorKey: "data.contract.scheme", + columnLetter: "BX", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "АКТ", + accessorKey: "data.contract.act", + columnLetter: "BY", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Комментарий", + accessorKey: "data.contract.comment", + columnLetter: "BZ", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + ], + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FABF8F", + color: "#000000", + }, + }, + }, ], muiTableHeadCellProps: { sx: { @@ -1067,7 +1507,7 @@ export const config = { columns: [ { header: "", - accessorKey: "data.allocation.order", + accessorKey: "data.allocation.contract_ref", columnLetter: "V", size: 150, filterFn: "contains", @@ -1081,7 +1521,7 @@ export const config = { columns: [ { header: "", - accessorKey: "data.allocation.property", + accessorKey: "data.allocation.purpose", columnLetter: "W", size: 150, filterFn: "contains", @@ -1106,7 +1546,7 @@ export const config = { columns: [ { header: "1 кв. 26", - accessorKey: "data.sequestration.q1", + accessorKey: "data.seq_dfip.q1", columnLetter: "Y", size: 150, filterFn: "contains", @@ -1119,7 +1559,7 @@ export const config = { }, { header: "2 кв. 26", - accessorKey: "data.sequestration.q2", + accessorKey: "data.seq_dfip.q2", columnLetter: "Z", size: 150, filterFn: "contains", @@ -1132,7 +1572,7 @@ export const config = { }, { header: "3 кв. 26", - accessorKey: "data.sequestration.q3", + accessorKey: "data.seq_dfip.q3", columnLetter: "AA", size: 150, filterFn: "contains", @@ -1145,7 +1585,7 @@ export const config = { }, { header: "4 кв. 26", - accessorKey: "data.sequestration.q4", + accessorKey: "data.seq_dfip.q4", columnLetter: "AB", size: 150, filterFn: "contains", @@ -1158,7 +1598,7 @@ export const config = { }, { header: "Год", - accessorKey: "data.sequestration.year", + accessorKey: "data.seq_dfip.year", columnLetter: "AC", size: 150, filterFn: "contains", @@ -1183,7 +1623,7 @@ export const config = { columns: [ { header: "", - accessorKey: "data.sequestration.justification", + accessorKey: "data.seq_dfip.justification", columnLetter: "AD", size: 150, filterFn: "contains", @@ -1214,7 +1654,7 @@ export const config = { columns: [ { header: "1 кв. 26", - accessorKey: "data.reserve.q1", + accessorKey: "data.seq_ssp.q1", columnLetter: "AF", size: 150, filterFn: "contains", @@ -1227,7 +1667,7 @@ export const config = { }, { header: "2 кв. 26", - accessorKey: "data.reserve.q2", + accessorKey: "data.seq_ssp.q2", columnLetter: "AG", size: 150, filterFn: "contains", @@ -1240,7 +1680,7 @@ export const config = { }, { header: "3 кв. 26", - accessorKey: "data.reserve.q3", + accessorKey: "data.seq_ssp.q3", columnLetter: "AH", size: 150, filterFn: "contains", @@ -1253,7 +1693,7 @@ export const config = { }, { header: "4 кв. 26", - accessorKey: "data.reserve.q4", + accessorKey: "data.seq_ssp.q4", columnLetter: "AI", size: 150, filterFn: "contains", @@ -1266,7 +1706,7 @@ export const config = { }, { header: "Год", - accessorKey: "data.reserve.year", + accessorKey: "data.seq_ssp.year", columnLetter: "AJ", size: 150, filterFn: "contains", @@ -1291,7 +1731,7 @@ export const config = { columns: [ { header: "", - accessorKey: "data.reserve.justification", + accessorKey: "data.seq_ssp.justification", columnLetter: "AK", size: 150, filterFn: "contains", @@ -1401,482 +1841,6 @@ export const config = { }, }, }, - { - header: " ", - accessorKey: "field_6", - columns: [ - { - header: "Коллегиальные органы", - accessorKey: "field_kollegialnye_organy", - columns: [ - { - header: "Сумма (с учетом НДC)", - accessorKey: "data.collegial.approved", - columnLetter: "AS", - size: 200, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Реквизиты протокола (дата, номер)", - accessorKey: "data.collegial.protocol", - columnLetter: "AT", - size: 330, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - - { - header: "Примечание", - accessorKey: "data.collegial.note", - columnLetter: "AV", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FABF8F", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: " ", - accessorKey: "field_10", - columns: [ - { - header: "ЦКК", - accessorKey: "field_tskk", - columns: [ - { - header: "Предельная ст-ть, тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.ceiling", - columnLetter: "AX", - size: 420, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Расходы 1 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.q1", - columnLetter: "AY", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 2 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.q2", - columnLetter: "AZ", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 3 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.q3", - columnLetter: "BA", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 4 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.ckk.q4", - columnLetter: "BB", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", - accessorKey: "data.ckk.rf_schedule", - columnLetter: "BC", - size: 370, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Срок поставки", - accessorKey: "data.ckk.deadline", - columnLetter: "BD", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "План закупок", - accessorKey: "data.ckk.proc_plan", - columnLetter: "BE", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Способ закупки", - accessorKey: "data.ckk.proc_method", - columnLetter: "BF", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Комментарий", - accessorKey: "data.ckk.comment", - columnLetter: "BG", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FABF8F", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: " ", - accessorKey: "field_20", - columns: [ - { - header: "Договор", - accessorKey: "field_dogovor", - columns: [ - { - header: "Контрагент", - accessorKey: "data.contract_detail.counterparty", - columnLetter: "BI", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Договор (реквизиты)", - accessorKey: "data.contract_detail.reference", - columnLetter: "BJ", - size: 190, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Доп.соглашения, спецификации и пр. (реквизиты)", - accessorKey: "data.contract_detail.addenda", - columnLetter: "BK", - size: 460, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Предмет", - accessorKey: "data.contract_detail.subject", - columnLetter: "BL", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Валюта договора", - accessorKey: "data.contract_detail.currency", - columnLetter: "BM", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Предельная ст-ть, тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.ceiling", - columnLetter: "BN", - size: 420, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Расходы 1 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.q1", - columnLetter: "BO", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 2 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.q2", - columnLetter: "BP", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 3 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.q3", - columnLetter: "BQ", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "Расходы 4 кв. 2026 г. тыс. руб. (с учетом НДC)", - accessorKey: "data.contract_detail.q4", - columnLetter: "BR", - size: 470, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#748C42", - color: "#000000", - }, - }, - }, - { - header: "по сметам РФ (1 кв, 2 кв, 3 кв, 4 кв)", - accessorKey: "data.contract_detail.rf_schedule", - columnLetter: "BS", - size: 370, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Ставка НДС (%)", - accessorKey: "data.contract_detail.vat_rate", - columnLetter: "BT", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Курс пересчета", - accessorKey: "data.contract_detail.exchange_rate", - columnLetter: "BU", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Сумма (с учетом НДC), вал (с учетом НДC)", - accessorKey: "data.contract_detail.amount_foreign", - columnLetter: "BV", - size: 400, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Срок", - accessorKey: "data.contract_detail.deadline", - columnLetter: "BW", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Схема платежа", - accessorKey: "data.contract_detail.payment_scheme", - columnLetter: "BX", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "АКТ", - accessorKey: "data.contract_detail.act", - columnLetter: "BY", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: "Комментарий", - accessorKey: "data.contract_detail.comment", - columnLetter: "BZ", - size: 150, - filterFn: "contains", - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FABF8F", - color: "#000000", - }, - }, - }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, { header: "1 квартал 2026", accessorKey: "1_kvartal_2026", @@ -2002,6 +1966,7 @@ export const config = { }, }, }, + { header: "Платеж и предоставление акта", accessorKey: "1_kvartal_2026_platezh_i_predostavlenie_akta", @@ -2200,7 +2165,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q1.rem_booking", + accessorKey: "data.q1.residual_after_booking", columnLetter: "CV", size: 310, filterFn: "contains", @@ -2219,7 +2184,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q1.rem_actual", + accessorKey: "data.q1.residual_after_actual", columnLetter: "CW", size: 310, filterFn: "contains", @@ -2277,7 +2242,7 @@ export const config = { }, { header: "Перенос в фонд экономии", - accessorKey: "data.q1.economy", + accessorKey: "data.q1.transfer_econ", columnLetter: "DB", size: 230, filterFn: "contains", @@ -2328,7 +2293,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_eco", + accessorKey: "data.q2.target_change", columnLetter: "DE", size: 310, filterFn: "contains", @@ -2353,7 +2318,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_item", + accessorKey: "data.q2.base_correction", columnLetter: "DF", size: 310, filterFn: "contains", @@ -2372,7 +2337,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_inc", + accessorKey: "data.q2.revision_inc", columnLetter: "DG", size: 310, filterFn: "contains", @@ -2391,7 +2356,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_seq", + accessorKey: "data.q2.revision_seq", columnLetter: "DH", size: 310, filterFn: "contains", @@ -2410,7 +2375,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rev_comment", + accessorKey: "data.q2.revision_comment", columnLetter: "DI", size: 310, filterFn: "contains", @@ -2525,7 +2490,6 @@ export const config = { }, }, }, - { header: "Скорр. план 2 кв. 26", accessorKey: "2_kvartal_2026_skorr_plan_2_kv_26", @@ -2743,7 +2707,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rem_booking", + accessorKey: "data.q2.residual_after_booking", columnLetter: "EF", size: 310, filterFn: "contains", @@ -2762,7 +2726,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q2.rem_actual", + accessorKey: "data.q2.residual_after_actual", columnLetter: "EG", size: 310, filterFn: "contains", @@ -2807,7 +2771,7 @@ export const config = { }, { header: "Перенос в фонд экономии", - accessorKey: "data.q2.economy", + accessorKey: "data.q2.transfer_econ", columnLetter: "EK", size: 230, filterFn: "contains", @@ -2858,7 +2822,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_eco", + accessorKey: "data.q3.target_change", columnLetter: "EN", size: 310, filterFn: "contains", @@ -2883,7 +2847,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_item", + accessorKey: "data.q3.base_correction", columnLetter: "EO", size: 310, filterFn: "contains", @@ -2902,7 +2866,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_inc", + accessorKey: "data.q3.revision_inc", columnLetter: "EP", size: 310, filterFn: "contains", @@ -2921,7 +2885,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_seq", + accessorKey: "data.q3.revision_seq", columnLetter: "EQ", size: 310, filterFn: "contains", @@ -2940,7 +2904,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rev_comment", + accessorKey: "data.q3.revision_comment", columnLetter: "ER", size: 310, filterFn: "contains", @@ -3273,7 +3237,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rem_booking", + accessorKey: "data.q3.residual_after_booking", columnLetter: "FO", size: 310, filterFn: "contains", @@ -3292,7 +3256,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q3.rem_actual", + accessorKey: "data.q3.residual_after_actual", columnLetter: "FP", size: 310, filterFn: "contains", @@ -3324,7 +3288,7 @@ export const config = { }, { header: "Перенос в фонд экономии", - accessorKey: "data.q3.economy", + accessorKey: "data.q3.transfer_econ", columnLetter: "FS", size: 230, filterFn: "contains", @@ -3375,7 +3339,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_eco", + accessorKey: "data.q4.target_change", columnLetter: "FV", size: 310, filterFn: "contains", @@ -3400,7 +3364,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_item", + accessorKey: "data.q4.base_correction", columnLetter: "FW", size: 310, filterFn: "contains", @@ -3419,7 +3383,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_inc", + accessorKey: "data.q4.revision_inc", columnLetter: "FX", size: 310, filterFn: "contains", @@ -3438,7 +3402,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_seq", + accessorKey: "data.q4.revision_seq", columnLetter: "FY", size: 310, filterFn: "contains", @@ -3457,7 +3421,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rev_comment", + accessorKey: "data.q4.revision_comment", columnLetter: "FZ", size: 310, filterFn: "contains", @@ -3815,7 +3779,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rem_booking", + accessorKey: "data.q4.residual_after_booking", columnLetter: "GW", size: 310, filterFn: "contains", @@ -3834,7 +3798,7 @@ export const config = { columns: [ { header: "Сумма, тыс. руб. (с учетом НДC)", - accessorKey: "data.q4.rem_actual", + accessorKey: "data.q4.residual_after_actual", columnLetter: "GX", size: 310, filterFn: "contains", @@ -3853,7 +3817,7 @@ export const config = { columns: [ { header: "Перенос в фонд экономии", - accessorKey: "data.q4.economy", + accessorKey: "data.q4.transfer_econ", columnLetter: "HA", size: 230, filterFn: "contains", @@ -3894,12 +3858,12 @@ export const config = { }, }, { - header: " ", - accessorKey: "11", + header: "", + accessorKey: "field", columns: [ { header: "Факт 26", - accessorKey: "11_fakt_26", + accessorKey: "field_fakt_26", columns: [ { header: "", @@ -3916,21 +3880,9 @@ export const config = { }, }, }, - ], - muiTableHeadCellProps: { - sx: { - backgroundColor: "#FFFFFF", - color: "#000000", - }, - }, - }, - { - header: " ", - accessorKey: "111", - columns: [ { header: "Сумма оплаты", - accessorKey: "111_summa_oplaty", + accessorKey: "field_summa_oplaty", columns: [ { header: "",