📞 +8801902353773
✉ sales@akmamshop.com
🌐 www.akmamshop.com
Invoice No: #{{ order.order_number }}
Date: {{ order.order_date|date:"Y-m-d" }}
Status: {{ order.get_order_status_display }}
Name: {{ order.shipping_person_name }}
Mobile: {{ order.shipping_mobile }}
Address: {{ order.shipping_address }}
| # | Product | Qty | Unit Price | Total |
|---|---|---|---|---|
| {{ forloop.counter }} | {{ item.product.name_english }} | {{ item.quantity }} | {{ item.unit_price }} | {{ item.total_price }} |
| Subtotal: | {{ order.sub_total }} |
|---|---|
| Discount: | {{ order.discount_amount }} |
| VAT: | {{ order.vat_amount }} |
| Grand Total: | {{ order.grand_total }} |