From 366df0135a31d1704db07ede38e44ff3b6bf1b94 Mon Sep 17 00:00:00 2001 From: Faheedkhan Date: Sun, 22 Jun 2025 13:20:46 +0300 Subject: [PATCH] update --- templates/base.html | 2 ++ .../journal_entry/journal_entry_list.html | 2 +- .../purchase_orders/includes/card_po.html | 6 ++-- templates/purchase_orders/po_detail.html | 35 +++++++++---------- 4 files changed, 23 insertions(+), 22 deletions(-) diff --git a/templates/base.html b/templates/base.html index d931f418..fb1cfb98 100644 --- a/templates/base.html +++ b/templates/base.html @@ -71,6 +71,7 @@ {% include 'header.html' %}
+ {% include "plans/expiration_messages.html" %} {% block period_navigation %} @@ -140,5 +141,6 @@ {% block customJS %} {% endblock %} + \ No newline at end of file diff --git a/templates/ledger/journal_entry/journal_entry_list.html b/templates/ledger/journal_entry/journal_entry_list.html index 16ed0121..9c8c366e 100644 --- a/templates/ledger/journal_entry/journal_entry_list.html +++ b/templates/ledger/journal_entry/journal_entry_list.html @@ -41,7 +41,7 @@ -
+
diff --git a/templates/purchase_orders/includes/card_po.html b/templates/purchase_orders/includes/card_po.html index baaef53a..9779ca3d 100644 --- a/templates/purchase_orders/includes/card_po.html +++ b/templates/purchase_orders/includes/card_po.html @@ -31,7 +31,7 @@ {% if not create_po %} {% if style == 'po-detail' %} -
+
@@ -120,7 +120,7 @@
{% trans 'PO Amount' %}
-

{% currency_symbol %}{{ po_model.po_amount|currency_format }}

+

{{ po_model.po_amount|currency_format }}{% currency_symbol %}

@@ -128,7 +128,7 @@
{% trans 'Received Amount' %}
-

{% currency_symbol %}{{ po_model.po_amount_received|currency_format }}

+

{{ po_model.po_amount_received|currency_format }}{% currency_symbol %}

diff --git a/templates/purchase_orders/po_detail.html b/templates/purchase_orders/po_detail.html index 9b4519c7..6602d050 100644 --- a/templates/purchase_orders/po_detail.html +++ b/templates/purchase_orders/po_detail.html @@ -6,9 +6,9 @@ {% block content %}
-
- -
+
+ +
@@ -17,22 +17,13 @@
- - - {% trans 'PO List' %} - -
-
- - -
- -
+ + +
-
+
{% trans 'PO Amount' %}

{% currency_symbol %}{{ po_model.po_amount | absolute | currency_format }} @@ -40,7 +31,7 @@

-
+
{% trans 'Amount Received' %}

{% currency_symbol %}{{ po_model.po_amount_received | currency_format }} @@ -50,11 +41,14 @@

+
+
+
-

{{ po_model.po_title }}

+

{{ po_model.po_title }}

@@ -62,6 +56,11 @@
+ + + {% trans 'PO List' %} +