浏览代码

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;


正在加载...
取消
保存