Add wip overall reports

This commit is contained in:
Afiq Hamzah
2023-11-23 09:24:44 +08:00
committed by Hafifie PKB
parent ce4917fed9
commit 9dff27f3ba
4 changed files with 247 additions and 73 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
$router->group(['prefix'=>'api'], function () use ($router){
$router->get('gadailaporanOverallSummary', ['uses' => 'ReportGadaiController@getSummaryLaporanGadai']);
$router->get('gadailaporan/{kod_cawangan}', ['uses' => 'ReportGadaiController@getLaporanCawangan']);
});