add imbang duga api and lejeram api and fix round down

This commit is contained in:
Hafifie PKB
2023-12-05 09:27:10 +08:00
parent c41ff934e3
commit dfdfe15b8b
7 changed files with 170 additions and 51 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
use App\Services\Reports\OnePercentService as ReportOne;
$report = new ReportOne('KB2');
$test = $report->getTotalKeuntungan('B');
$test2 = $report->getTotalUjrah('B');
dd($test,$test2);