| Invoice # | Client | Date | Amount | Status | |
|---|---|---|---|---|---|
| {{ invoice.invoice_number }} | {{ getClientName(invoice.client_id) }} | {{ formatDate(invoice.date) }} | {{ formatCurrency(invoice.total) }} | {{ invoice.status }} |
|
No invoices yet
Create invoices from your tracked time to bill clients.
{{ getClientName(selectedInvoice?.client_id || 0) }}
Invoice Date
{{ formatDate(selectedInvoice?.date || '') }}
Due Date
{{ selectedInvoice?.due_date ? formatDate(selectedInvoice.due_date) : '-' }}
Notes
{{ selectedInvoice.notes }}
Are you sure you want to delete invoice "{{ invoiceToDelete?.invoice_number }}"? This action cannot be undone.