diff --git a/templates/bill/bill_detail.html b/templates/bill/bill_detail.html index 5de0d08e..e69548e8 100644 --- a/templates/bill/bill_detail.html +++ b/templates/bill/bill_detail.html @@ -36,210 +36,232 @@ {% endblock %} {% block content %} -
| {% trans 'Item' %} | -{% trans 'Entity Unit' %} | -{% trans 'Unit Cost' %} | -{% trans 'Quantity' %} | -{% trans 'Total' %} | -{% trans 'PO' %} | -
|---|---|---|---|---|---|
|
-
-
-
+
- {{ bill_item.item_model }}- |
- - - {% if bill_item.entity_unit %} - {{ bill_item.entity_unit }} - {% endif %} - - | -- - {{ bill_item.unit_cost | currency_format }} - - | -- {{ bill_item.quantity }} - | -- - {{ bill_item.total_amount | currency_format }} - - | -- {% if bill_item.po_model_id %} - {% if perms.django_ledger.view_purchaseordermodel%} - - {% trans 'View PO' %} - - {% endif %} - {% endif %} - | -
| - | {% trans 'Total' %} | -- - {% currency_symbol %}{{ total_amount__sum | currency_format }} - - | -- | ||
| {% trans 'Item' %} | +{% trans 'Entity Unit' %} | +{% trans 'Unit Cost' %} | +{% trans 'Quantity' %} | +{% trans 'Total' %} | +{% trans 'PO' %} | +
|---|---|---|---|---|---|
|
+
+
+
+
+ {{ bill_item.item_model }}+ |
+ + + {% if bill_item.entity_unit %} + {{ bill_item.entity_unit }} + {% endif %} + + | ++ + {{ bill_item.unit_cost | currency_format }} + + | ++ {{ bill_item.quantity }} + | ++ + {{ bill_item.total_amount | currency_format }} + + | ++ {% if bill_item.po_model_id %} + {% if perms.django_ledger.view_purchaseordermodel%} + + {% trans 'View PO' %} + + {% endif %} + {% endif %} + | +
| + | {% trans 'Total' %} | ++ + {% currency_symbol %}{{ total_amount__sum | currency_format }} + + | ++ | ||