{# #}
Invoice |
|
| Tax Number | {{ customer_tax_number }} |
|---|---|
| Invoice Date | {{ invoice_date.strftime('%d %B %Y') }} |
| Invoice Number | {{ invoice_number }} |
| Currency | {{ invoice_currency }} |
| Bill to: | {{ account_id }} · {{ account_name }} |
|---|---|
| Registered name: | {{ customer_name }} |
| Address: | {{ customer_address }} |
| Contract: | {{ contract_id }} · {{ contract_name }} |
| Total Payable This Invoice | {{ "{0:,.2f}".format(total_amount) }} {{ invoice_currency }} |