{{ invoice.invoice_number }}
{{ formatDate(invoice.date) }}
Bill To:
{{ client?.name || 'N/A' }}
{{ client.email }}
Invoice #: {{ invoice.invoice_number }}
Date: {{ formatDate(invoice.date) }}
Due: {{ formatDate(invoice.due_date) }}
Status: {{ invoice.status }}
Bill To:
{{ client?.name || 'N/A' }}
{{ client.email }}
| Description | Qty | Rate | Amount |
|---|---|---|---|
| {{ item.description }} | {{ item.quantity }} | {{ formatCurrency(item.rate) }} | {{ formatCurrency(item.amount) }} |
| No line items | |||
Notes:
{{ invoice.notes }}
{{ cat.label }}