Filter bakiLelong with kodlaluan and re-adjust the laporan aliran tunai teller

This commit is contained in:
aiman
2025-10-15 14:52:08 +08:00
parent 1d903a70ba
commit 1720537632
2 changed files with 42 additions and 27 deletions
@@ -663,7 +663,8 @@ class AliranTunaiController extends Controller
$teller = $auth_user['name'];
$bakiLelong = Http::withOptions(['verify' =>config('app.api_verify')])->get(config('api.url') . '/api/lelong/bakilelongbyteller/'.$auth_user['cawangan'],[
'tarikh' => $tarikh
'tarikh' => $tarikh,
'kodlaluan' => $auth_user['name']
])->json();
$tunai = Http::withOptions(['verify' => config('app.api_verify')])->get(config('api.url') . '/api/getTunaiByTarikh/',[