Payment Portal
Payment Portal
Invoice Number | Invoice Engineer | Invoice Amount Due | Invoice Due Date | Invoice Paid | |
---|---|---|---|---|---|
{{ entry.title }} | {{ entry.invoiceEngineer }} | {{ entry.invoiceAmountDue }} | {{ entry.invoiceDate ? new Date(entry.invoiceDate).toDateString() : 'N/A' }} | PAID UNPAID |
Payment Portal
{{ invoice.title }}
Amount {{ invoice.invoicePaid ? 'Paid' : 'Due' }}: {{ invoice.invoiceAmountDue }}
Due Date: {{ invoice.invoiceDate ? new Date(invoice.invoiceDate).toDateString() : 'N/A' }}
Engineer: {{ invoice.invoiceEngineer ?? 'N/A' }}
Thank you for your payment!