fix autotawarruq and imbangduga

This commit is contained in:
Hafifie PKB
2023-12-06 23:41:22 +08:00
committed by Hafifie PKB
parent 69e3613e01
commit 38d027c027
13 changed files with 153 additions and 56 deletions
+3
View File
@@ -12,6 +12,9 @@ $router->group(['prefix'=>'api/reports'], function () use ($router){
$router->get('onepercent/ledger/{kod_cawangan}', ['uses' => 'OnePercentController@getKeuntunganLejerAm']);
$router->get('ujrah/balance/{kod_cawangan}', ['uses' => 'OnePercentController@getUjrahImbangDuga']);
$router->get('ujrah/ledger/{kod_cawangan}', ['uses' => 'OnePercentController@getUjrahLejerAm']);
$router->get('rounded/balance/{kod_cawangan}', ['uses' => 'OnePercentController@getRoundedImbangDuga']);
$router->get('rounded/ledger/{kod_cawangan}', ['uses' => 'OnePercentController@getRoundedLejerAm']);
$router->get('totalrebate', ['uses' => 'OnePercentController@getTotalRebate']);
});
});