From 33d385e31f7726b708bf3098f96234bf72e8b7ed Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Thu, 17 Jul 2025 12:31:12 +0530 Subject: [PATCH] July 17: [FIX] Bug Fixed 'dynamic_accounts_report' --- .../report/bank_book_templates.xml | 48 ++++++++++++------- .../static/src/js/bank_flow.js | 2 +- 2 files changed, 33 insertions(+), 17 deletions(-) diff --git a/dynamic_accounts_report/report/bank_book_templates.xml b/dynamic_accounts_report/report/bank_book_templates.xml index 8505880e4..cf9379086 100644 --- a/dynamic_accounts_report/report/bank_book_templates.xml +++ b/dynamic_accounts_report/report/bank_book_templates.xml @@ -117,9 +117,9 @@ - - @@ -127,10 +127,17 @@ - - + + + + + + + + + + + @@ -184,18 +191,23 @@ - - + + + + + + - - + + + + + + + @@ -211,11 +223,15 @@ Total - + + + - + + + diff --git a/dynamic_accounts_report/static/src/js/bank_flow.js b/dynamic_accounts_report/static/src/js/bank_flow.js index 407fee1f6..d097e7f5f 100644 --- a/dynamic_accounts_report/static/src/js/bank_flow.js +++ b/dynamic_accounts_report/static/src/js/bank_flow.js @@ -140,7 +140,7 @@ class BankBook extends owl.Component { var self = this; let totals = { 'total_debit':this.state.total_debit, - 'total_debit_display':this.state.total_debit_display, + 'total_debit_display':this.state.total_debit_display , 'total_credit':this.state.total_credit, 'total_credit_display':this.state.total_credit_display, 'currency':this.state.currency,