From 0e6b1757fcc3d63fcd82af743e4f9b4071ebeb54 Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Thu, 9 Jan 2025 16:27:30 +0800 Subject: [PATCH] update --- src/app/api/financialsummary/actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/api/financialsummary/actions.ts b/src/app/api/financialsummary/actions.ts index f90e0e9..41ee815 100644 --- a/src/app/api/financialsummary/actions.ts +++ b/src/app/api/financialsummary/actions.ts @@ -88,6 +88,7 @@ export interface FinancialSummaryByClientExcel { totalFee: number; totalBudget: number; cumulativeExpenditure: number; + projectExpense: number; totalInvoiced: number; totalReceived: number; }