Fix annual financial selector and QCOM standardization

This commit is contained in:
2026-03-09 18:50:59 -04:00
parent 1a18ac825d
commit 9f972305e6
9 changed files with 3385 additions and 226 deletions

View File

@@ -398,6 +398,7 @@ export type DerivedFinancialRow = {
key: string;
label: string;
category: FinancialCategory;
templateSection?: FinancialCategory;
order: number;
unit: FinancialUnit;
values: Record<string, number | null>;