Parcourir la source

add total budget (export)

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui il y a 1 an
Parent
révision
de1dc0ba1c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/app/api/financialsummary/actions.ts

+ 2
- 0
src/app/api/financialsummary/actions.ts Voir le fichier

@@ -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;


Chargement…
Annuler
Enregistrer