Company Logo

📞 +8801902353773

✉ sales@akmamshop.com

🌐 www.akmamshop.com

Order Info

Invoice No: #{{ order.order_number }}
Date: {{ order.order_date|date:"Y-m-d" }}
Status: {{ order.get_order_status_display }}

Shipping Info

Name: {{ order.shipping_person_name }}
Mobile: {{ order.shipping_mobile }}
Address: {{ order.shipping_address }}

Order Items
{% for item in order.salesorderdetails_set.all %} {% endfor %}
# 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 }}
Terms & Conditions
  • Goods once sold will not be taken back.
  • Warranty claims must be accompanied by this invoice.
  • Payment should be made within the due date.
  • The company reserves the right to amend policies without prior notice.