{{-- Schedule Grid Start --}} {{-- @if(($show_own_amount == "1") && !empty($data['sell']['own_amount']))
Own Description | Own {{$transaction->systemSettingCurrency()}} | {{ $data['sell']['own_description'] ?? '-' }} | {{ $transaction->convert_money_format($data['sell']['own_amount']) ?? 0 }} |
---|---|
Total | {{ $transaction->convert_money_format($data['sell']['own_amount']) ?? 0}} |
Payment | Amount {{$transaction->systemSettingCurrency()}} | Due Date | @if($template != 2){{__('lang.type')}} | @endifPaid | Paid Date | @if($template != 2)Reference @else Receipt No @endif | Outstanding | @if($show_surcharge)Surcharge | {{-- @if($template != 2) --}}Paid Surcharge | {{-- @endif --}} @endif|
---|---|---|---|---|---|---|---|---|---|---|
{{ $schedule->term }} | {{ $transaction->convert_money_format($payable_amount) }} | @if($schedule->show_date == 1){{ $transaction->date_format($schedule->schedule_date) }} | @else- | @endif @if($template != 2){{ $schedule->installment_repeat ?? '-' }} | @endif @endif{{ $transaction->convert_money_format($actual_received_item->received_amount) }} | {{ $transaction->date_format($actual_received_item->actual_received->date_of_collection_new) ?? '-' }} | @if($actual_received_item->already_received_ref) {{$actual_received_item->already_received_ref}} @elseif($template == 2) {{ $actual_received_item->actual_received->receipt_no }} @else {{ $reference_no ?? '-'}} @endif @if($show_receipt_no_on_statement) {{$actual_received_item->actual_received->receipt_no}} @endif {{ $actual_received_item->actual_received->file_received->file_number ??'' }} @if($actual_received_item->actual_received->status == 'Void') {{'Voided'}} @endif | @if($duplicate_row == 0){{ $transaction->convert_money_format($outstanding) }} | @endif @if($show_surcharge)@if($surcharge_items_amount > 0) {{ $transaction->convert_money_format($surcharge_items_amount) }} @else - @endif | @if($is_waived) WAIVED OFF @else {{ $transaction->convert_money_format($actual_received_item->schedule_surcharge->payment ?? 0) }} @endif | @endif
Total | {{ $transaction->convert_money_format($total_sale_amount) }} | @if($template != 2) | @endif | {{ $transaction->convert_money_format($total_received) }} | {{ $transaction->convert_money_format($total_outstanding) }} | @if($show_surcharge){{$transaction->convert_money_format($total_surcharge)}} | {{ $transaction->convert_money_format($total_surcharge_paid) }} | {{-- @if($template != 2) --}} {{--{{ $transaction->convert_money_format($total_surcharge_paid) }} | --}} {{-- @endif --}} @endif
Total Sale {{$transaction->systemSettingCurrency()}} | {{ $transaction->convert_money_format($data['totalSaleAmount']) }} |
---|---|
Total Received Amount Till Month | {{ $transaction->convert_money_format($total_received) }} |
Total Balance Amount Till month | {{ $transaction->convert_money_format($total_outstanding) }} |
Total Balance Amount {{$transaction->systemSettingCurrency()}} | {{ $transaction->convert_money_format($data['totalSaleAmount'] - $data['totalReceived']) }} |