{{ _("Notifications") }}
- + {% if notifications %}{{ notification.created }}
{{ notification.created }}
{% currency_symbol %}{{ po_model.po_amount|currency_format }}
+{{CURRENCY}}{{ po_model.po_amount|currency_format }}
{% currency_symbol %}{{ po_model.po_amount|currency_format }}
+{{CURRENCY}}{{ po_model.po_amount|currency_format }}
{{ po_model.po_amount|currency_format }}{% currency_symbol %}
+{{ po_model.po_amount|currency_format }}{{CURRENCY}}
{{ po_model.po_amount_received|currency_format }}{% currency_symbol %}
+{{ po_model.po_amount_received|currency_format }}{{CURRENCY}}
{% currency_symbol %}{{ po_model.po_amount|currency_format }}
+{{CURRENCY}}{{ po_model.po_amount|currency_format }}
{% trans 'Fulfilled' %} diff --git a/templates/purchase_orders/includes/po_item_formset.html b/templates/purchase_orders/includes/po_item_formset.html index 13ca5c3b..10e9e530 100644 --- a/templates/purchase_orders/includes/po_item_formset.html +++ b/templates/purchase_orders/includes/po_item_formset.html @@ -18,7 +18,7 @@| + | {% trans 'Item' %} {% if po_model.is_draft %} | ||||
|---|---|---|---|---|---|
| {{ i.item_model__name }} | {{ i.ce_quantity__sum }} | -{% currency_symbol %}{{ i.avg_unit_cost | currency_format }} | -{% currency_symbol %}{{ i.ce_cost_estimate__sum | currency_format }} | +{{CURRENCY}}{{ i.avg_unit_cost | currency_format }} | +{{CURRENCY}}{{ i.ce_cost_estimate__sum | currency_format }} | {{ item.po_unit_cost }} | {{ item.po_quantity }} | - {% currency_symbol %}{{ item.po_total_amount | currency_format }} | + {{CURRENCY}}{{ item.po_total_amount | currency_format }}{% if item.po_item_status %} {{ item.get_po_item_status_display }} @@ -40,7 +40,7 @@ | {% trans 'Total PO Amount' %} | - {% currency_symbol %}{{ po_model.po_amount | currency_format }} | + {{CURRENCY}}{{ po_model.po_amount | currency_format }}diff --git a/templates/users/user_list.html b/templates/users/user_list.html index f0638508..40e01930 100644 --- a/templates/users/user_list.html +++ b/templates/users/user_list.html @@ -42,7 +42,6 @@ |
{{ user.arabic_name }}
- {{user.dealer}}
|
{{ user.email }} |