| Customer | Currency | Inv | Invoices | Received | Returns | Outstanding | Outstanding (Base) |
|---|---|---|---|---|---|---|---|
|
{{ $custName }}
ID: {{ $r['customer_id'] }}
|
{{ $curName }} | {{ $r['invoice_count'] }} | {{ $fmt($r['invoice_total']) }} | {{ $fmt($r['received_total']) }} | {{ $fmt($r['return_total']) }} | {{ $fmt($out) }} | {{ $fmt($outBase) }} |
| No data found. | |||||||
| Totals | {{ $fmt($sumInv) }} | {{ $fmt($sumRec) }} | {{ $fmt($sumRet) }} | {{ $fmt($sumOut) }} | {{ $fmt($sumOutB) }} | ||