{{--3. SHIFT SETTLEMENT -- start--}} @if(!empty($summaryRecap) && count($summaryRecap) > 0)
3. SHIFT SETTLEMENT
MN TXN(Pure F8) LT TXN
Cashier System Cash (R) Actual Cash (R) APVD FOC (R) PT QTY (Nos) APVD PT(R) RJT PT(R) PT RCV (R) Expected Cash RCV (R) Actual Cash RCV (R) Total RCV (R) Banking (R) QTY
(Nos)
RVN
(R)
QTY
(Nos)
RVN
(R)
{{$shiftData['employee_code'].'-'.$shiftData['first_name'].' '.$shiftData['last_name']}} {{ number_format($shiftData['systems_cash'],2,'.','') }} {{ number_format($shiftData['actual_income'],2,'.','') }} @if(isset($focApproved)){{$focApproved}}@else {{'0'}} @endif {{$focQty + $manQty}} {{number_format($focApproved + $manualApproved, 2, '.', '')}} {{number_format($focRejected + $manualRejected, 2, '.', '')}} {{number_format($summaryRecap['foc_amount_recovered'], 2, '.', '')}} {{number_format($summaryRecap['settlement_amount'], 2, '.', '')}} {{number_format($summaryRecap['amount_recovered'], 2, '.', '')}} {{number_format($summaryRecap['foc_amount_recovered'] + $summaryRecap['amount_recovered'], 2, '.', '')}} @if($firstIncome > $secondIncome){{ number_format($firstIncome,2,'.','')}}@else {{ number_format($secondIncome,2,'.','')}} @endif {{$shiftData['mt_qty']}} @if(!empty($shiftData['mt_charges'])){{number_format($shiftData['mt_charges'], 2, '.', '')}}@else 0 @endif {{$shiftData['lost_ticket_qty']}} @if(!empty($shiftData['lost_ticket_penalty'])){{number_format($shiftData['lost_ticket_penalty'], 2, '.', '')}}@else 0 @endif

*PT - Problem Ticket (FOC+F8+Vouchers); *RCV - Recovery ; *MN TXN - Manual Transaction; *LT TXN - Lost Ticket Transaction ; *QTY-Qunatity; *RVN - Revenue ; *APVD - Approved, *RJT - Rejected

@else
No records found
@endif {{--3. SHIFT SETTLEMENT -- END--}}