PROFORMA
{{ company_name }}
{{ company_address }}
{{ company_email }}
Proforma
No. {{ proforma_number }}
Issued: {{ issue_date }} | Valid Until: {{ valid_until }} | Currency: {{ currency }}
Seller
{{ seller_name }}
{{ seller_address }}
{{ seller_email }}
{{ seller_phone }}
Tax ID: {{ seller_tax_id }}
Buyer
{{ buyer_name }}
{{ buyer_address }}
{{ buyer_email }}
{{ buyer_phone }}
Tax ID: {{ buyer_tax_id }}
Payment Terms
{{ payment_terms }}
Delivery Terms
{{ delivery_terms }}
Shipping Method
{{ shipping_method }}
{% for item in line_items %} {% endfor %}
Description Qty Unit Unit Price Amount
{{ item.description }} {{ item.qty }} {{ item.unit }} {{ item.price }} {{ item.amount }}
Subtotal {{ subtotal }}
{% if shipping_cost %}
Shipping {{ shipping_cost }}
{% endif %} {% if tax %}
{{ tax_label }} {{ tax }}
{% endif %}
Estimated Total {{ total }}
{% if terms_and_conditions %}
Terms & Conditions
{{ terms_and_conditions }}
{% endif %}
This is a proforma invoice and is not a demand for payment. Prices and availability are subject to change. A final invoice will be issued upon confirmation of the order.