| Customer | Currency | Inv | Invoices | Received | Returns | Outstanding | Outstanding (Base) |
|---|---|---|---|---|---|---|---|
| {{ $custName }} | {{ $curName }} | {{ $r['invoice_count'] }} | {{ number_format((float)$r['invoice_total'],2) }} | {{ number_format((float)$r['received_total'],2) }} | {{ number_format((float)$r['return_total'],2) }} | {{ number_format((float)$r['outstanding'],2) }} | {{ number_format((float)$r['outstanding_base'],2) }} |
| No data found. | |||||||
| Totals | {{ number_format((float)($totals['invoice_total'] ?? 0),2) }} | {{ number_format((float)($totals['received_total'] ?? 0),2) }} | {{ number_format((float)($totals['return_total'] ?? 0),2) }} | {{ number_format((float)($totals['outstanding'] ?? 0),2) }} | {{ number_format((float)($totals['outstanding_base'] ?? 0),2) }} | ||