Description | Qty | Unit Price | Tax (%) | Amount | |
---|---|---|---|---|---|
${{ (item.quantity * item.unitPrice * (1 + item.taxRate/100)).toFixed(2) }} |
Description | Qty | Unit Price | Tax | Amount |
---|---|---|---|---|
{{ item.description || 'Item description' }} | {{ item.quantity }} | ${{ item.unitPrice.toFixed(2) }} | {{ item.taxRate }}% | ${{ (item.quantity * item.unitPrice * (1 + item.taxRate/100)).toFixed(2) }} |
Subtotal: | ${{ subtotal.toFixed(2) }} |
Tax: | ${{ totalTax.toFixed(2) }} |
Total: | ${{ totalAmount.toFixed(2) }} |
{{ invoice.notes }}
{{ invoice.terms }}