added penyelarasan and fix onepercent formula for lejeram

This commit is contained in:
Hafifie PKB
2024-05-14 08:36:03 +08:00
parent 2e533660e5
commit 565136c744
11 changed files with 339 additions and 40 deletions
+1
View File
@@ -23,5 +23,6 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) {
$router->get('getaccrualincome/all',['uses' => 'OnePercentController@getAllCawanganAccruedIncome']);
$router->get('getTotalCurrentProfit/{kod_cawangan}', ['uses' => 'OnePercentController@getCurrentProfit']);
$router->get('stokaudit/get',['uses' => 'OnePercentController@getStokAuditBackdate']);
});
});