diff --git a/web/src/components/RealtimeTable/constants/FORM_4/AHR.js b/web/src/components/RealtimeTable/constants/FORM_4/AHR.js index 3793ff6..b24c7ed 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.amount":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.amount" - }, - "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_payments_y1":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.future_payments_y1" - }, - "data.contract_summary.future_payments_y2":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.future_payments_y2" - }, - "data.contract_summary.other_ssp_amount":{ - "color_type":greenColumn, - "accessorKey":"data.contract_summary.other_ssp_amount" - }, - "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.amount": { + color_type: greenColumn, + accessorKey: "data.contract_summary.amount", + }, + "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_payments_y1": { + color_type: greenColumn, + accessorKey: "data.contract_summary.future_payments_y1", + }, + "data.contract_summary.future_payments_y2": { + color_type: greenColumn, + accessorKey: "data.contract_summary.future_payments_y2", + }, + "data.contract_summary.other_ssp_amount": { + color_type: greenColumn, + accessorKey: "data.contract_summary.other_ssp_amount", + }, + "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.amount":{ - "color_type":orangeColumn, - "accessorKey":"data.collegial.amount" + "data.collegial.amount": { + color_type: orangeColumn, + accessorKey: "data.collegial.amount", }, - "data.collegial.protocol_reference":{ - "color_type":orangeColumn, - "accessorKey":"data.collegial.protocol_reference" + "data.collegial.protocol_reference": { + color_type: orangeColumn, + accessorKey: "data.collegial.protocol_reference", }, - "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.expenses_q1":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.expenses_q1" + "data.ckk.expenses_q1": { + color_type: orangeColumn, + accessorKey: "data.ckk.expenses_q1", }, - "data.ckk.expenses_q2":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.expenses_q2" + "data.ckk.expenses_q2": { + color_type: orangeColumn, + accessorKey: "data.ckk.expenses_q2", }, - "data.ckk.expenses_q3":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.expenses_q3" + "data.ckk.expenses_q3": { + color_type: orangeColumn, + accessorKey: "data.ckk.expenses_q3", }, - "data.ckk.expenses_q4":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.expenses_q4" + "data.ckk.expenses_q4": { + color_type: orangeColumn, + accessorKey: "data.ckk.expenses_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.delivery_deadline":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.delivery_deadline" + "data.ckk.delivery_deadline": { + color_type: orangeColumn, + accessorKey: "data.ckk.delivery_deadline", }, - "data.ckk.procurement_plan":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.procurement_plan" + "data.ckk.procurement_plan": { + color_type: orangeColumn, + accessorKey: "data.ckk.procurement_plan", }, - "data.ckk.procurement_method":{ - "color_type":orangeColumn, - "accessorKey":"data.ckk.procurement_method" + "data.ckk.procurement_method": { + color_type: orangeColumn, + accessorKey: "data.ckk.procurement_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.expenses_q1":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.expenses_q1" + "data.contract.expenses_q1": { + color_type: orangeColumn, + accessorKey: "data.contract.expenses_q1", }, - "data.contract.expenses_q2":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.expenses_q2" + "data.contract.expenses_q2": { + color_type: orangeColumn, + accessorKey: "data.contract.expenses_q2", }, - "data.contract.expenses_q3":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.expenses_q3" + "data.contract.expenses_q3": { + color_type: orangeColumn, + accessorKey: "data.contract.expenses_q3", }, - "data.contract.expenses_q4":{ - "color_type":orangeColumn, - "accessorKey":"data.contract.expenses_q4" + "data.contract.expenses_q4": { + color_type: orangeColumn, + accessorKey: "data.contract.expenses_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.amount", - "columnLetter":"L", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Сумма", + accessorKey: "data.contract_summary.amount", + 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_payments_y1", - "columnLetter":"Q", - "size":190, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Платежив 2027 году", + accessorKey: "data.contract_summary.future_payments_y1", + columnLetter: "Q", + size: 190, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Платежив 2028 году", - "accessorKey":"data.contract_summary.future_payments_y2", - "columnLetter":"R", - "size":190, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Платежив 2028 году", + accessorKey: "data.contract_summary.future_payments_y2", + columnLetter: "R", + size: 190, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Сумма в других ССП", - "accessorKey":"data.contract_summary.other_ssp_amount", - "columnLetter":"S", - "size":180, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Сумма в других ССП", + accessorKey: "data.contract_summary.other_ssp_amount", + 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.amount", - "columnLetter":"AS", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Сумма (без НДС)", + accessorKey: "data.collegial.amount", + columnLetter: "AS", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, }, { - "header":"Реквизиты протокола (дата, номер)", - "accessorKey":"data.collegial.protocol_reference", - "columnLetter":"AT", - "size":330, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } + header: "Реквизиты протокола (дата, номер)", + accessorKey: "data.collegial.protocol_reference", + 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.expenses_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.expenses_q2", - "columnLetter":"AZ", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 3 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.ckk.expenses_q3", - "columnLetter":"BA", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 4 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.ckk.expenses_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.delivery_deadline", - "columnLetter":"BD", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"План закупок", - "accessorKey":"data.ckk.procurement_plan", - "columnLetter":"BE", - "size":150, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#FFFFFF", - "color":"#000000" - } - } - }, - { - "header":"Способ закупки", - "accessorKey":"data.ckk.procurement_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.expenses_q1", - "columnLetter":"BO", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 2 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.contract.expenses_q2", - "columnLetter":"BP", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 3 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.contract.expenses_q3", - "columnLetter":"BQ", - "size":420, - "filterFn":"contains", - "muiTableHeadCellProps":{ - "sx":{ - "backgroundColor":"#748C42", - "color":"#000000" - } - } - }, - { - "header":"Расходы 4 кв. 2026 г. тыс. руб. (без НДС)", - "accessorKey":"data.contract.expenses_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.expenses_q1", + columnLetter: "AY", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 2 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.ckk.expenses_q2", + columnLetter: "AZ", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 3 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.ckk.expenses_q3", + columnLetter: "BA", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 4 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.ckk.expenses_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.delivery_deadline", + columnLetter: "BD", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "План закупок", + accessorKey: "data.ckk.procurement_plan", + columnLetter: "BE", + size: 150, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#FFFFFF", + color: "#000000", + }, + }, + }, + { + header: "Способ закупки", + accessorKey: "data.ckk.procurement_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.expenses_q1", + columnLetter: "BO", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 2 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.contract.expenses_q2", + columnLetter: "BP", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 3 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.contract.expenses_q3", + columnLetter: "BQ", + size: 420, + filterFn: "contains", + muiTableHeadCellProps: { + sx: { + backgroundColor: "#748C42", + color: "#000000", + }, + }, + }, + { + header: "Расходы 4 кв. 2026 г. тыс. руб. (без НДС)", + accessorKey: "data.contract.expenses_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 ca51b85..2b3b875 100644 --- a/web/src/components/RealtimeTable/constants/FORM_4/CAP.js +++ b/web/src/components/RealtimeTable/constants/FORM_4/CAP.js @@ -768,7 +768,7 @@ export const config = { }, columns: [ { - header: ".", + header: "", accessorKey: "field", columns: [ { @@ -1469,7 +1469,7 @@ export const config = { }, }, { - header: "..", + header: "", accessorKey: "field_4", columns: [ { diff --git a/web/src/components/RealtimeTable/constants/FORM_4/OPER.js b/web/src/components/RealtimeTable/constants/FORM_4/OPER.js index 73dbf85..15da6aa 100644 --- a/web/src/components/RealtimeTable/constants/FORM_4/OPER.js +++ b/web/src/components/RealtimeTable/constants/FORM_4/OPER.js @@ -291,19 +291,19 @@ 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": { @@ -311,11 +311,11 @@ export const config = { 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": { @@ -415,7 +415,7 @@ export const config = { 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": { @@ -423,19 +423,19 @@ 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": { @@ -443,7 +443,7 @@ export const config = { 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": { @@ -535,7 +535,7 @@ export const config = { 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": { @@ -543,19 +543,19 @@ 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": { @@ -563,7 +563,7 @@ export const config = { 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": { @@ -651,7 +651,7 @@ export const config = { 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": { @@ -659,23 +659,23 @@ 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": { @@ -1503,7 +1503,7 @@ export const config = { }, }, }, - + { header: "Примечание", accessorKey: "data.collegial.note", @@ -1525,7 +1525,6 @@ export const config = { }, }, }, - { header: "ЦКК", accessorKey: "field_tskk", @@ -1946,7 +1945,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -1965,7 +1964,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -1984,7 +1983,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2003,7 +2002,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2023,7 +2022,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2047,7 +2046,6 @@ export const config = { }, }, }, - { header: "Платеж и предоставление акта", accessorKey: "1_kvartal_2026_platezh_i_predostavlenie_akta", @@ -2487,7 +2485,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "2_kvartal_2026_tekuschie_korrektirovki_0", @@ -2508,7 +2505,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2527,7 +2524,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2546,7 +2543,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2565,7 +2562,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -2585,7 +2582,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3016,7 +3013,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "3_kvartal_2026_tekuschie_korrektirovki_0", @@ -3037,7 +3033,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3056,7 +3052,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3075,7 +3071,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3094,7 +3090,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3114,7 +3110,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3532,7 +3528,6 @@ export const config = { }, }, }, - { header: "Текущие корректировки( = 0)", accessorKey: "4_kvartal_2026_tekuschie_korrektirovki_0", @@ -3553,7 +3548,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3572,7 +3567,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3591,7 +3586,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3610,7 +3605,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, }, @@ -3629,7 +3624,7 @@ export const config = { ], muiTableHeadCellProps: { sx: { - backgroundColor: "#FFFFFF", + backgroundColor: "#FFFF99", color: "#000000", }, },