Dino Store
227 Cobblestone Road
● 30000 Bedrock, Cobblestone County
+555 7 789-1234
● www.dinostore.bed ● hello@dinostore.bed
INVOICE
#{{ invoice_number }}
To:
{{ client_name }}
{{ client_address }}
{{ client_city_zip_state }}
{{ client_phone_fax }}
{{ client_email }}
{{ client_other }}
|
Item |
Quantity |
Price |
Discount |
Ln. Total |
{% for item in items %}
{% set total = item.price * item.quantity * (1 + item.discount / 100) %}
{{ loop.index }} |
{{ item.description }} |
{{ item.quantity }} |
{{ item.price }} |
{{ item.discount }}% |
{{ '%0.2f' % total }} |
{% endfor %}
Subtotal: |
{{ amount_subtotal }} |
Tax: |
{{ tax_value }}% |
Total: |
{{ amount_total }} |
Paid: |
{{ amount_paid }} |
Amount Due: |
{{ amount_total - amount_paid }} |
Issued on: {{ issue_date }}
Due on: {{ due_date }}
Currency: {{ currency }}
P.O. # {{ po_number }}
Net: {{ net_term }}
Thank you very much. We really appreciate your business.
Please send payment before the due date.
Payment details:
● ACC 123006705
● IBAN US100000060345
● SWIFT BOA447
Thanks!