separation of tawarruq and onepercent

This commit is contained in:
Hafifie PKB
2023-12-10 00:05:30 +08:00
parent 88329b3298
commit 2a8e972b34
18 changed files with 2701 additions and 1022 deletions
+7 -10
View File
@@ -1,14 +1,11 @@
<?php
use App\Services\Reports\OnePercentService as ReportOne;
$report = new ReportOne('KB2');
$test = $report->getTotalKeuntungan('B');
$test2 = $report->getTotalUjrah('B');
dd($test,$test2);
use App\Services\MasterServices;
use App\Support\v2\Calculation;
$test2 = new Calculation();
$test = new MasterServices('KB2');
// $response = $test->kiraUpahTawarruq('KB2231207-0004');
$response = 'tes';
dd($response);