Explorar el Código

remove subContractFee for finanicial summary

pull/3/head
MSI\derek hace 6 meses
padre
commit
62d066503b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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, "


Cargando…
Cancelar
Guardar