{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Quotation" %} #{{ quotation.quotation_number|default:quotation.id }} | {{ site_settings.business_name }}{% endblock %} {% block content %}
{{ settings.address }}
{{ settings.phone }}
{{ settings.email }}
{% if settings.vat_number %}{% trans "VAT" %} / الضريبة: {{ settings.vat_number }}
{% endif %}|
{% trans "Item Description" %}
وصف العنصر
|
{% trans "Unit Price" %}
سعر الوحدة
|
{% trans "Quantity" %}
الكمية
|
{% trans "Total" %}
المجموع
|
|---|---|---|---|
|
{{ item.product.name_ar }}
{{ item.product.name_en }}
|
{{ settings.currency_symbol }}{{ item.unit_price|floatformat:3 }} | {{ item.quantity|floatformat:2 }} | {{ settings.currency_symbol }}{{ item.line_total|floatformat:3 }} |
|
{% trans "Subtotal" %}
المجموع الفرعي
|
{{ settings.currency_symbol }}{{ quotation.total_amount|add:quotation.discount|floatformat:3 }} | ||
|
{% trans "Discount" %}
الخصم
|
-{{ settings.currency_symbol }}{{ quotation.discount|floatformat:3 }} | ||
|
{% trans "Grand Total" %}
المجموع الكلي
|
{{ settings.currency_symbol }}{{ quotation.total_amount|floatformat:3 }} | ||
{{ quotation.notes }}
{% trans "This is a computer generated quotation." %} / هذا عرض سعر تم إنشاؤه بواسطة الكمبيوتر.
{% trans "Software by Meezan" %} / برمجة ميزان