add spatial planning count and sum on dashboard simbg
This commit is contained in:
@@ -393,6 +393,8 @@ class ServiceGoogleSheet
|
||||
'MENUNGGU_KLIK_DPMPTSP_SUM' => $this->convertToDecimal($result['WAITING_KLIK_DPMPTSP']['nominal']) ?? 0,
|
||||
'PROSES_DINAS_TEKNIS_COUNT' => $this->convertToInteger($result['PROSES_DINAS_TEKNIS']['total']) ?? 0,
|
||||
'PROSES_DINAS_TEKNIS_SUM' => $this->convertToDecimal($result['PROSES_DINAS_TEKNIS']['nominal']) ?? 0,
|
||||
'SPATIAL_PLANNING_COUNT' => $this->getSpatialPlanningWithCalculationCount(),
|
||||
'SPATIAL_PLANNING_SUM' => $this->getSpatialPlanningCalculationSum()
|
||||
];
|
||||
|
||||
foreach ($dataSettings as $key => $value) {
|
||||
|
||||
Reference in New Issue
Block a user