tambah api aging controller

This commit is contained in:
BTMS2
2025-04-07 16:12:51 +08:00
parent 09d22f2999
commit 0211823d0e
2 changed files with 241 additions and 0 deletions
+2
View File
@@ -33,5 +33,7 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) {
$router->get('lelongan', ['uses' => 'LelonganController@getSummaryLaporanLelong']);
$router->get('lelongan/{kod_cawangan}', ['uses' => 'LelonganController@getLaporanCawangan']);
$router->get('aging', ['uses' => 'AgingController@getSummaryLaporanAging']);
});
});