{{--7. REVENUE DETAILS -- Start--}}
7. REVENUE DETAILS
@foreach($singleArray as $key => $singleArrayData) {{--35688 $ptl replaced by $pltIn + $pltOut--}} {{--35688 $additionalChargesIncome replaced by $addIn + $addOut--}} @endforeach {{-- TODO Need to confirm with the swati Parking Income --}} {{-- TODO Need calculate cmp income from new table --}}
Income Payment Types
()
Income Detail
()
Vehicle Class Total Income
()
Cash Cr/Dr card e-PTM Memb PKG LT PLT ADD OV
{{$vehicleTypeList[$key]}} {{number_format($cashTransaction + $cardTransaction + $ptmTransaction + $membershipPaymentAmount, 2, '.', '')}} {{number_format($cashTransaction, 2, '.', '')}} {{number_format($cardTransaction, 2, '.', '')}} {{number_format($ptmTransaction, 2, '.', '')}} {{number_format($membershipPaymentAmount, 2, '.', '')}} {{$standardParkingTrsansaction}} {{$lostTicketTransactionSum}}{{$penaltyChargeTransactionSum}}{{$additionalChargeTransactionSum}} {{$overnightTransactionSum}}
TOTAL {{number_format($totalCashTransaction + $totalCardTransaction + $totalPtmTransaction + $totalMembershipPaymentAmount, 2, '.', '')}} {{number_format($totalCashTransaction, 2, '.', '')}} {{number_format($totalCardTransaction, 2, '.', '')}} {{number_format($totalPtmTransaction, 2, '.', '')}} {{number_format($totalMembershipPaymentAmount, 2, '.', '')}} {{( $totalStandardParkingTrsansaction)}}{{$totalLostTicketTransactionSum}} {{$totalPenaltyChargeTransactionSum}} {{$totalAdditionalChargeTransactionSum}} {{$totalOvernightTransactionSum}}

( Total Income = [Std_PKG + LT + Penalty + ADD + OV] - [total amount discounted] - [Total membership amount] )

(Total Income = total cash + total EDC + Total Paytm)

*Cr/Dr - Credit /Debit; *e-PTM-Ewallet Paytm; *Memb-Memebership Payment (Includes All Memberships); *PKG-Parking; *LT-Lost Ticket; *PLT-Penalty; *ADD-Additional; *OV - Overnight

{{--7. REVENUE DETAILS -- END --}}