{% load static %} Invoice

Building No 6, Shop 10,

Barwa Village, PB No - 9174,
Doha - Qatar
{% for ind in invoice_details %} {% endfor %}
Customer Info
{{bill_name}}
{{contact}}
{{address}}
{{gemail}}
Invoice Info
Reference
Date
Payment Status
{% if status == "Due" %} Paid
Balance
{% else %} {% endif %}
 
{{inv_id}}
{{date}}
{% if status == "Due" %} Pending
{{paid}}
{{balance}}
{% else %} Completed
{% endif %}
Product Name QTY Price Discount Subtotal
{{ ind.related_product_name }} {{ ind.quantity }} {{ ind.price }} {{ ind.discount }}% {{ ind.tax }} {{ ind.total }}
  • Discount

      0%
  • {% if status == "Due" %}
  • Paid

      {{ paid }}
  • {% else %} {% endif %}
  • Grand Total(QAR)

      {{ grand_total }}