Explorar el Código

update

tags/Baseline_180220205_Frontend
cyril.tsui hace 7 meses
padre
commit
359d65bb52
Se han modificado 1 ficheros con 7 adiciones y 2 borrados
  1. +7
    -2
      src/app/api/financialsummary/actions.ts

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

@@ -87,7 +87,9 @@ export interface FinancialSummaryByClientExcel {
projectNo: number;
totalFee: number;
totalBudget: number;
cumulativeExpenditure: number;
// cumulativeExpenditure: number;
totalExpenditure: number;
manhoursExpenditure: number;
projectExpense: number;
totalInvoiced: number;
totalReceived: number;
@@ -104,7 +106,10 @@ export interface FinancialSummaryByProjectExcel {
subsidiaryName?: string | null;
totalFee: number;
totalBudget: number;
cumulativeExpenditure: number;
// cumulativeExpenditure: number;
totalExpenditure: number;
manhoursExpenditure: number;
projectExpense: number;
totalInvoiced: number;
totalReceived: number;
}


Cargando…
Cancelar
Guardar