صورت حساب الکترونیکی
فروشگاه هی ملز
شماره فاکتور :{{ order_number }}
تاریخ :{{ created_at_jalali|default:"---" }}
وضعیت پرداخت :
{% if is_paid %}
پرداخت شده
{% else %}
پرداخت نشده
{% endif %}
وضعیت سفارش :
{{ status }}
فرستنده :فروشگاه هی ملز
شناسه ملی :---
شماره ثبت :---
شماره مجوز :---
نشانی شرکت :---
کد پستی :---
تلفن و فکس :---
هی ملز
{% if user %}
خریدار :{{ user.first_name }} {{ user.last_name }}
ایمیل :{{ user.email|default:"---" }}
شماره تماس :{{ user.phone }}
{% endif %}
{% if address %}
نام گیرنده :{{ address.name }}
کد پستی :{{ address.postal_code }}
شهر/استان :{{ address.city }}، {{ address.province }}
تلفن :{{ address.phone }}
نشانی :{{ address.address }}
{% endif %}
خریدار
| ردیف | نام محصول | تنوع | تعداد | قیمت واحد (تومان) | جمع (تومان) | تخفیف محصول | تخفیف ویژه (تومان) | قیمت نهایی (تومان) |
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ item_data.item.product.product.name }} | {{ item_data.item.product.title }} | {{ item_data.item.quantity }} | {{ item_data.unit_price|price_format }} | {{ item_data.price_before_discount|price_format }} | {% if item_data.item.discount_percent > 0 %} {{ item_data.item.discount_percent }}% ({{ item_data.discount_amount|price_format }}) {% else %} --- {% endif %} | {% if item_data.item.special_discount_amount > 0 %} {{ item_data.item.special_discount_amount|price_format }} {% else %} --- {% endif %} | {{ item_data.final_price|price_format }} |
| جمع کل | {{ total_items }} | --- | {{ subtotal|price_format }} | {% if items_discount_amount > 0 %} -{{ items_discount_amount|price_format }} {% else %} 0 {% endif %} | {% if special_discount_total > 0 %} -{{ special_discount_total|price_format }} {% else %} 0 {% endif %} | --- | ||
| تخفیف کد تخفیف {% if discount_code %}({{ discount_code.code }} - {{ discount_code.percent }}%){% endif %} | -{{ discount_amount|price_format }} | |||||||
| مالیات ({{ tax_rate }}%) | {{ tax|price_format }} | |||||||
| جمع کل پس از کسر تخفیف با احتساب مالیات و عوارض (تومان) | {{ final_price|price_format }} | |||||||
مهر و امضای فروشگاه :
تاریخ تحویل :
ساعت تحویل :
روش های پرداخت :
{% if is_paid %}
پرداخت شده
{% else %}
پرداخت نشده
{% endif %}
مهر و امضای خریدار :