tambah laporan peti besi semua cawangan

This commit is contained in:
BTMS2
2025-05-04 11:25:11 +08:00
parent 091822c725
commit dc609bbe73
2 changed files with 51 additions and 0 deletions
+2
View File
@@ -37,5 +37,7 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) {
$router->get('aging', ['uses' => 'AgingController@getSummaryLaporanAging']);
$router->get('outstanding', ['uses' => 'OutstandingController@getSummaryLaporanOutstanding']);
$router->get('petibesi', ['uses' => 'OutstandingController@getSummaryLaporanPetibesi']);
});
});