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']);
});
});
+4
View File
@@ -547,6 +547,10 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->get('Lejer/PendapatanAkrual/{kodcaw}',['uses'=>'LaporanController@SemakanPendapatanAkrual']);
$router->get('Backup/ImbangDuga/{kodcaw}',['uses'=>'LaporanController@SemakanBackupImbangDuga']);
/* Penyelarasan */
$router->get('penyelarasan/{kodcaw}',['uses'=>'PenyelarasanController@getPenyelarasan']);
//END IMBANG DUGA & LEJER AM//
//ADDED LEJER AM