laporan gadai by range date

This commit is contained in:
Amirah22
2023-04-12 08:38:47 +08:00
parent a41ccfbd1e
commit c742866c85
2 changed files with 39 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->get('gadaiansemasa/belum_serah/{kodcaw}',['uses'=>'GadaiController@getGadaianBelumSerah']);
$router->get('gadai/laporan/{kodcaw}/{tarikh}',['uses'=>'GadaiController@getLaporanGadai']);
$router->get('gadailaporanRange/{kodcaw}',['uses'=>'GadaiController@getLaporanGadaiRange']);
$router->get('gadailaporanRangeDate/{kodcaw}',['uses'=>'GadaiController@getLaporanGadaiRangeDate']);
$router->get('gadai/customers/{ic}/outstandingsemasa/{kodcaw}',['uses'=>'GadaiController@outstandingSemasaCustomer']);