{{invoice.from.address}}
{{invoice.from.details}}
{{invoice.to.address}}
{{invoice.to.details}}
| Service | Description | Hrs/Qty | Rate/Price | Sub Total | |
|---|---|---|---|---|---|
| {{p.title}} | {{p.description}} | {{p.qty}} | ${{p.price.toFixed(2)}} | ${{(p.qty * p.price).toFixed(2)}} | |
| ${{(newProduct.qty * newProduct.price).toFixed(2)}} |
| Sub Total: | ${{getSubTotal.toFixed(2)}} |
|---|---|
| TAX ({{(invoice.taxRate * 100).toFixed(2)}}%): | ${{(getSubTotal * invoice.taxRate).toFixed(2)}} |
| Total: | ${{(getSubTotal + getSubTotal * invoice.taxRate).toFixed(2)}} |