Customer Wise Credit Summary Report
@if(!empty($start_date) && !empty($end_date))From {{ @format_date($start_date) }} to {{ @format_date($end_date) }}
@endif| Date | Invoi. No. | Cashier | Customer Code | Payment Status | Payment Method | Invoice Total | Invoiced Cre. Amt. |
|---|---|---|---|---|---|---|---|
| {{ $data->customer_name }} ({{ $data->customer_code }}) | |||||||
| {{ @format_datetime($data->transaction_date) }} | {{ $data->invoice_no }} | {{ $data->cashier_name }} | {{ $data->customer_code }} | {{ ucfirst($data->payment_status) }} | {{ ucfirst(str_replace('_', ' ', $data->payment_method ?? 'Credit')) }} | {{ @num_format($data->final_total) }} | {{ @num_format($credit) }} |
| Total: | {{ @num_format($total_final) }} | {{ @num_format($total_credit) }} | |||||