No invoices found
There are no invoices to display. Click New Invoice to create one.
| # | Invoice No | Customer | Type | Total | Paid | Due | Status | Date | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ (meta.current_page-1)*meta.per_page+i+1 }} | {{ item.invoice_no }} | {{ item.customer?.name||'-' }} | {{ item.type }} | {{ formatCurrency(item.total) }} | {{ formatCurrency(item.paid) }} | {{ formatCurrency(item.due) }} | {{ item.status }} | {{ item.date }} |
|