{% load static %}
Owner: {{ shop_owner }}
{% endif %} {% if shop_address %}{{ shop_address }}
{% endif %} {% if shop_city %}{{ shop_city }}
{% endif %} {% if shop_phone %}Phone: {{ shop_phone }}
{% endif %} {% if shop_alternate_phone %}Alternate: {{ shop_alternate_phone }}
{% endif %} {% if shop_email %}Email: {{ shop_email }}
{% endif %} {% if shop_gst_number %}GST: {{ shop_gst_number }}
{% endif %}Bill Number: {{ bill_number }}
Order Number: {{ order.order_number }}
Bill Date: {{ generated_at|date:"d M Y, H:i" }}
Order Date: {{ order.order_date|date:"d M Y" }}
Expected Delivery: {{ order.expected_delivery_date|date:"d M Y" }}
Status: {{ order.get_status_display }}
Customer: {{ order.customer.name }}
Mobile: {{ order.customer.mobile_number }}
WhatsApp: {{ order.customer.whatsapp_number|default:"—" }}
{% if order.customer.alternate_number %}Alternate: {{ order.customer.alternate_number }}
{% endif %} {% if order.customer.address %}Customer Address: {{ order.customer.address }}
{% endif %}| S.No | Item Name | Category | Service Type | Qty | Unit Price | Line Total |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ line.item.item_name }} | {{ line.item.category.name }} | {{ line.item.get_service_type_display }} | {{ line.quantity }} | ₹{{ line.manual_price }} | ₹{{ line.line_total }} |
Subtotal: ₹{{ order.subtotal }}
Discount: ₹{{ order.discount_amount }}
Grand Total: ₹{{ order.grand_total }}
Total Paid: ₹{{ order.total_paid }}
Balance: ₹{{ order.balance_amount }}
Payment Status: {{ order.get_payment_status_display }}
Payment Mode: {{ order.get_payment_mode_display }}
Remarks: {{ order.remarks }}
{% endif %}Additional Terms
{{ shop_invoice_terms|linebreaksbr }}
Terms & Conditions