瀏覽代碼

remove subContractFee for finanicial summary

pull/3/head
MSI\derek 6 月之前
父節點
當前提交
62d066503b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/main/java/com/ffii/tsms/modules/data/service/DashboardService.kt

+ 1
- 1
src/main/java/com/ffii/tsms/modules/data/service/DashboardService.kt 查看文件

@@ -3989,7 +3989,7 @@ open class DashboardService(
+ " c.code as customerCode, "
+ " su.name as subsidiary, "
+ " coalesce(pf.projectFee, 0) as totalFee, "
+ " (coalesce(pf.projectFee, 0) - ifnull(p.subContractFee, 0)) * 0.8 as totalBudget, "
+ " coalesce(pf.projectFee, 0) * 0.8 as totalBudget, "
+ " coalesce(me.manhourExpense, 0) as manhourExpense, "
+ " coalesce(id.invoicedAmount, 0) as invoicedAmount, "
// + " coalesce(id.uninvoicedAmount, 0) as uninvoicedAmount, "


Loading…
取消
儲存