No payments found
There are no payments to display. Click Record Payment to add one.
| # | Invoice | Customer | Amount | Method | Ref | Date | Actions |
|---|---|---|---|---|---|---|---|
| {{ (meta.current_page-1)*meta.per_page+i+1 }} | {{ item.invoice?.invoice_no||'-' }} | {{ item.customer?.name||'-' }} | {{ formatCurrency(item.amount) }} | {{ item.method }} | {{ item.reference||'-' }} | {{ item.date }} |
|