{% load price_filters %} فاکتور فروشگاه - {{ shop_order_id }}
{% comment %}
QR
{% endcomment %}
فاکتور فروشگاه
Logo
سفارش: {{ order_number }} | فاکتور: {{ shop_order_id }}

{{ shop.shop_name }}

{% if shop.shop_description %}

{{ shop.shop_description|truncatewords:10 }}

{% endif %}

کمیسیون: {{ commission_percent }}%

شماره سفارش اصلی :{{ order_number }}
شماره فاکتور فروشگاه :{{ shop_order_id }}
تاریخ :{{ created_at_jalali|default:"---" }}
وضعیت پرداخت : {% if is_paid %} پرداخت شده {% else %} پرداخت نشده {% endif %}
وضعیت سفارش : {{ status }}
وضعیت تسویه : {% if is_settled %} تسویه شده {% else %} تسویه نشده {% endif %}
فرستنده :{{ shop.shop_name }}
شناسه ملی :---
شماره ثبت :---
شماره مجوز :---
نشانی شرکت :---
کد پستی :---
تلفن و فکس :---
فروشگاه
خریدار :{{ customer_name|default:"---" }}
شماره تماس :{{ customer_phone|default:"---" }}
{% if address_recipient_name %}
نام گیرنده :{{ address_recipient_name }}
{% endif %} {% if address_postal_code %}
کد پستی :{{ address_postal_code }}
{% endif %} {% if address_city %}
شهر/استان :{{ address_city }}، {{ address_province }}
{% endif %} {% if address_phone %}
تلفن :{{ address_phone }}
{% endif %} {% if address_text %}
نشانی :{{ address_text }}
{% endif %}
خریدار
{% for item_data in items_with_discount %} {% endfor %}
ردیف نام محصول تنوع تعداد قیمت واحد (تومان) جمع (تومان) تخفیف محصول تخفیف ویژه (تومان) قیمت نهایی (تومان)
{{ forloop.counter }} {{ item_data.order_item.product.product.name }} {{ item_data.order_item.product.title }} {{ item_data.item.quantity }} {{ item_data.unit_price|price_format }} {{ item_data.price_before_discount|price_format }} {% if item_data.order_item.discount_percent > 0 %} {{ item_data.order_item.discount_percent }}% ({{ item_data.discount_amount|price_format }}) {% else %} --- {% endif %} {% if item_data.special_discount_amount > 0 %} {{ item_data.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 %} ---
کمیسیون ({{ commission_percent }}%) -{{ commission_amount|price_format }}
قیمت نهایی (قابل پرداخت به فروشگاه) (تومان) {{ payable_amount|price_format }}
مهر و امضای فروشگاه :
تاریخ تحویل :
ساعت تحویل :
روش های پرداخت : {% if is_paid %} پرداخت شده {% else %} پرداخت نشده {% endif %}
مهر و امضای خریدار :