diff --git a/src/app/api/financialsummary/actions.ts b/src/app/api/financialsummary/actions.ts index eb7bc02..a29ca81 100644 --- a/src/app/api/financialsummary/actions.ts +++ b/src/app/api/financialsummary/actions.ts @@ -85,6 +85,7 @@ export interface FinancialSummaryByClientExcel { customerName: string; projectNo: number; totalFee: number; + totalBudget: number; cumulativeExpenditure: number; totalInvoiced: number; totalReceived: number; @@ -100,6 +101,7 @@ export interface FinancialSummaryByProjectExcel { customerName: string; subsidiaryName?: string | null; totalFee: number; + totalBudget: number; cumulativeExpenditure: number; totalInvoiced: number; totalReceived: number;