| # | 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 }} | |
No payments found | |||||||