tambah laporan baki lelong di adminportal
This commit is contained in:
@@ -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']);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user