1. added page for edit mutu

2. change from max pinjaman with a static 75% and 80% to manipulate value
This commit is contained in:
Hafifie PKB
2026-03-04 09:36:29 +08:00
parent 441a39b80f
commit ab598c12c9
6 changed files with 293 additions and 3 deletions
+2
View File
@@ -262,6 +262,8 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->get('maxpinjaman',['uses'=>'MaxPinjamanController@getAllMaxPinjaman']);
$router->get('maxmutuemas',['uses'=>'MaxPinjamanController@getAllMaxMutuEmas']);
$router->post('maxmutuemas/update',['uses'=>'MaxPinjamanController@updateMaxMutuEmas']);
$router->get('transaksi_keuntungan/{norujukan}',['uses'=>'TransaksiKeuntunganController@getTransaksiKeuntunganByRujukan']);
$router->get('transaksi_keuntungan_latest/{norujukan}',['uses'=>'TransaksiKeuntunganController@getTransaksiKeuntunganByRujukanLatest']);