add spatial planning count and sum on dashboard simbg

This commit is contained in:
arifal
2025-08-08 15:11:32 +07:00
parent ef3c9d6fc3
commit b5f7bf39b2
2 changed files with 16 additions and 14 deletions

View File

@@ -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) {