From 5432472ff4a5b12d706395d2de00f4b7a52cbce6 Mon Sep 17 00:00:00 2001 From: Karthikeyan Date: Mon, 25 Mar 2024 06:49:51 +0530 Subject: [PATCH] [Karthi] | BAH-3713 | Added. Additional display fields to be added in invoices page(Amount Due) and payments page(Cashier), payment view search and group by added cashier field (#116) --- bahmni_account/__manifest__.py | 1 + bahmni_account/views/account_invoice_view.xml | 3 +++ bahmni_account/views/account_payment_view.xml | 27 +++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 bahmni_account/views/account_payment_view.xml diff --git a/bahmni_account/__manifest__.py b/bahmni_account/__manifest__.py index 684f032..8e08caf 100644 --- a/bahmni_account/__manifest__.py +++ b/bahmni_account/__manifest__.py @@ -16,6 +16,7 @@ 'views/company_view.xml', 'views/account_report.xml', 'report/report_invoice_inherit.xml', + 'views/account_payment_view.xml', ], 'demo': [], 'qweb': [], diff --git a/bahmni_account/views/account_invoice_view.xml b/bahmni_account/views/account_invoice_view.xml index d2728b7..6d96de2 100644 --- a/bahmni_account/views/account_invoice_view.xml +++ b/bahmni_account/views/account_invoice_view.xml @@ -61,6 +61,9 @@ + + + diff --git a/bahmni_account/views/account_payment_view.xml b/bahmni_account/views/account_payment_view.xml new file mode 100644 index 0000000..c9c9c30 --- /dev/null +++ b/bahmni_account/views/account_payment_view.xml @@ -0,0 +1,27 @@ + + + + + Payment View Changes + account.payment + + + + + + + + + + Payment Search View Changes + account.payment + + + + + + + + + +