tambah laporan outstanding

This commit is contained in:
BTMS2
2025-04-21 14:57:28 +08:00
parent 118268957d
commit 9d4a0604fb
2 changed files with 90 additions and 0 deletions
+2
View File
@@ -35,5 +35,7 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) {
$router->get('lelongan/{kod_cawangan}', ['uses' => 'LelonganController@getLaporanCawangan']);
$router->get('aging', ['uses' => 'AgingController@getSummaryLaporanAging']);
$router->get('outstanding', ['uses' => 'OutstandingController@getSummaryLaporanOutstanding']);
});
});