Explorar el Código

add total budget (export)

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui hace 1 año
padre
commit
de1dc0ba1c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/app/api/financialsummary/actions.ts

+ 2
- 0
src/app/api/financialsummary/actions.ts Ver fichero

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


Cargando…
Cancelar
Guardar