add imbang duga api and lejeram api and fix round down
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user