separation of tawarruq and onepercent
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user