tambah laporan baki lelong di adminportal

This commit is contained in:
BTMS2
2025-06-11 12:35:39 +08:00
parent ae0ef7ecf4
commit c3b916cc74
3 changed files with 168 additions and 0 deletions
+4
View File
@@ -43,5 +43,9 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) {
$router->get('pelangganbaru', ['uses' => 'AnalisaController@getSummaryLaporanPelangganBaru']);
$router->get('pelangganaktif', ['uses' => 'AnalisaController@getSummaryLaporanPelangganAktif']);
$router->get('bakilelongbelumtuntut', ['uses' => 'LelonganController@getSummaryLaporanBakiLelongBelumTuntut']);
$router->get('bakilelongbelumtuntut/{kod_cawangan}', ['uses' => 'LelonganController@getLaporanBakiLelongBelumTuntutCawangan']);
});
});