Sale Details
View sale details
{% if messages %}
{% for message in messages %}
Success!{{ message }}
{% endfor %}
{% endif %}
|
||||||||
Product Name | QTY | Price | Discount | TAX | Subtotal | |||
{% for pro in pro_list %}
{% if pro.id == ind.related_product_id %}
{% for image in pro.productimage_set.all %}
{% if image.fea_img == 1 %}
|
{{ ind.quantity }} | {{ ind.price }} | {{ ind.discount }}% | {{ ind.tax }} | {{ ind.total }} |
-
Shipping
0.00
-
Discount
0%
{% if invstatus == "Due" %}
-
Paid
{{paid}}
{% else %}
{% endif %}
-
Grand Total(QAR)
{{ grand_total }}