fix imbang duga akru for keuntungan penggadai and added fix of previous imbang duga

This commit is contained in:
Hafifie PKB
2024-04-01 22:06:12 +08:00
parent 3be2247cb0
commit 13890767dd
7 changed files with 493 additions and 10 deletions
+3
View File
@@ -19,6 +19,9 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) {
$router->get('rounded/balance/{kod_cawangan}', ['uses' => 'OnePercentController@getRoundedImbangDuga']);
$router->get('rounded/ledger/{kod_cawangan}', ['uses' => 'OnePercentController@getRoundedLejerAm']);
$router->get('totalrebate', ['uses' => 'OnePercentController@getTotalRebate']);
$router->get('getaccrualincome', ['uses' => 'OnePercentController@getAccruedincome']);
$router->get('getaccrualincome/all',['uses' => 'OnePercentController@getAllCawanganAccruedIncome']);
$router->get('getTotalCurrentProfit/{kod_cawangan}', ['uses' => 'OnePercentController@getCurrentProfit']);
});
});