{{ org.name }}
{% endif %} {% if org.address_line %}{{ org.address_line }}
{% endif %} {% if org.city or org.state or org.postcode %}{% if org.city %}{{ org.city }}{% endif %}{% if org.city and org.state %}, {% endif %}{% if org.state %}{{ org.state }}{% endif %} {% if org.postcode %} {{ org.postcode }}{% endif %}
{% endif %} {% if org.phone %}Tel: {{ org.phone }}
{% endif %} {% if org.email %}Email: {{ org.email }}
{% endif %} {% if org.website %}Web: {{ org.website }}
{% endif %}{{ invoice.client_address_line }}
{% endif %} {% if invoice.client_city or invoice.client_state or invoice.client_postcode %}{% if invoice.client_city %}{{ invoice.client_city }}{% endif %}{% if invoice.client_city and invoice.client_state %}, {% endif %}{% if invoice.client_state %}{{ invoice.client_state }}{% endif %} {% if invoice.client_postcode %} {{ invoice.client_postcode }}{% endif %}
{% endif %} {% if invoice.client_country %}{{ invoice.client_country }}
{% endif %}| Description | Quantity | Price | Total |
|---|---|---|---|
| {% if item.name %} {{ item.name }} {% if item.description %} {{ item.description }} {% endif %} {% else %} {{ item.description }} {% endif %} | {{ item.quantity }} | {{ item.unit_price }} | {{ item.total }} |
| No line items | |||
| Subtotal | {{ subtotal }} |
| Shipping | {{ shipping_amount }} |
| Discount | -{{ discount_amount }} |
| Tax | {{ tax_amount }} |
| Total | {{ total_amount }} |
| Amount Paid | -{{ amount_paid }} |
| Amount Due | {{ amount_due }} |
Yours Sincerely,
{{ org.company_name|default:org.name }}
{% if invoice.client_name %}{{ invoice.client_name }}
{% endif %}Tax ID: {{ org.tax_id }}
{% endif %}Copyright © {% now "Y" %}. {{ org.company_name|default:org.name }}. All rights reserved.