Преглед на файлове

add total budget (export)

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui преди 1 година
родител
ревизия
de1dc0ba1c
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. +2
    -0
      src/app/api/financialsummary/actions.ts

+ 2
- 0
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;


Зареждане…
Отказ
Запис