updated server 21/12/2022
This commit is contained in:
@@ -2033,8 +2033,8 @@ class TebusController extends Controller
|
||||
->whereNotNull('hargajualan')
|
||||
->having('result','=',1)
|
||||
->whereYear('t_gadai','=',$year)
|
||||
->whereMonth('t_gadai','>',7)
|
||||
->whereMonth('t_gadai','<=',$month)
|
||||
//->whereMonth('t_gadai','>',7)
|
||||
->whereMonth('t_gadai','=',$month)
|
||||
->where('sttebus','<>','')
|
||||
->pluck('norujukan');
|
||||
|
||||
@@ -2125,6 +2125,7 @@ class TebusController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
//dd($jumlahakru,$accrual_net,$total);
|
||||
$total_accrual_net = $jumlahakru + ($accrual_net - $total);
|
||||
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user