update ringkasan harian services untuk KPI ppc
This commit is contained in:
@@ -1423,6 +1423,7 @@ class RingkasanHarianService
|
||||
$total_keuntungan_online = $this->getTotalKeuntunganOnline();
|
||||
$upahsimpankaunter = $this->getUpahSimpanKaunter();
|
||||
$keuntungansebenarkaunter = $this->getKeuntunganSebenarKaunter();
|
||||
$totalpenebusan = $this->getTotalPenebusan();
|
||||
|
||||
array_push($laporan_harian, [
|
||||
'total_gadai' => $total_gadai,
|
||||
@@ -1431,6 +1432,7 @@ class RingkasanHarianService
|
||||
'total_keuntungan_online' => $total_keuntungan_online,
|
||||
'upahsimpankaunter' => $upahsimpankaunter,
|
||||
'keuntungansebenarkaunter' => $keuntungansebenarkaunter,
|
||||
'total_tebus' => $totalpenebusan,
|
||||
]);
|
||||
|
||||
return response()->json($laporan_harian);
|
||||
|
||||
Reference in New Issue
Block a user