tarikh upah dan imbang duga refined dan calculation ujrah

This commit is contained in:
Hafifie PKB
2024-02-01 09:33:51 +08:00
parent 4726ea7c5c
commit 363402dcf0
11 changed files with 273 additions and 23 deletions
+8 -4
View File
@@ -3,11 +3,15 @@
use App\Services\MasterServices;
use App\Support\v2\Calculation;
$number = 1456.529;
$test2 = new Calculation();
// $number = 1456.529;
// $test2 = new Calculation();
$test = new MasterServices('KB2');
$response = $test->kiraUpahTawarruq('KB2','KB2240126-0002','onepercent');
dd($response);
// $response = $test->kiraUpahTawarruq('KB2231207-0004');
$testrounded = $test2->getRoundedMethod($number);
$response = 'tes';
// $testrounded = $test2->getRoundedMethod($number);
// $response = 'tes';
dd($testrounded);