Filter bakiLelong with kodlaluan and re-adjust the laporan aliran tunai teller
This commit is contained in:
@@ -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/',[
|
||||
|
||||
Reference in New Issue
Block a user