{% include "header.html" %} {% load static %}

Sales Purchase Details

...

Invoice


Crack.Every.Test@gmail.com
+91 79770 41874
2/26 Mahavir Kunj, Garodia Nagar, Ghatkopar (E), Mumbai-89.


#PO : {{order.id}}

Order Date : {{order.created_at}}

transaction Id :  {{order.transaction_id}}

Payment Method :  {{order.payment_method}}

{{order.student.first_name}}  {{order.student.last_name}}

Mobile No: {{order.student.mobile}}

Address Details

{{order.address}}

{{order.landmark}}

{{order.city}}

{{order.state}} {{order.pincode}}

Course Name Course Includes Course Price
{{order.course.course_name}}
{% for ocourses in ocourse %}
{% if ocourses.area_mocks != 0 %} Area Mock {% endif %} {% if ocourses.sectional_mocks != 0 %} Sectional Pack {% endif %} {% if ocourses.mini_mocks != 0 %} Mini Mock {% endif %} {% if ocourses.full_mocks != 0 %} Full Mock {% endif %} {% if ocourses.lectures != 0 %} Lectures {% endif %} {% if ocourses.books != 0 %} Books {% endif %}
{% endfor %}
{{order.subtotal}}

Sub-Total :

{% if order.coupon_code %}

Coupon code :

Discount :

{% endif %}

Tax :

Total :

{{order.subtotal}}

{% if order.coupon_code %}

{{order.coupon_code}}

{{order.coupon_discount}}

{% endif %}

{{order.tax_price}}

{{order.order_price}}

{% include "sidebar.html"%}
{% include "footer.html" %}