From 18e94d7bca5835879358835549b6d3db55483394 Mon Sep 17 00:00:00 2001 From: Julien Guenat Date: Mon, 1 Sep 2025 12:42:39 +0200 Subject: [PATCH] [REF] mis_template_financial_report: reorder kpi for readability --- .../data/mis_report_kpi.xml | 77 +++++++++---------- 1 file changed, 37 insertions(+), 40 deletions(-) diff --git a/mis_template_financial_report/data/mis_report_kpi.xml b/mis_template_financial_report/data/mis_report_kpi.xml index 1ec8050a..33829ee7 100644 --- a/mis_template_financial_report/data/mis_report_kpi.xml +++ b/mis_template_financial_report/data/mis_report_kpi.xml @@ -1,17 +1,5 @@ - - loss - Loss - balp[('account_type', 'like', 'expense%')][] - true - - - num - diff - sum - 100 - - + profit Profit @@ -28,8 +16,20 @@ + + loss + Loss + balp[('account_type', 'like', 'expense%')][] + true + + + num + diff + sum + 100 + + - 3 pl_to_report Profit or loss to report profit - loss @@ -41,8 +41,22 @@ 101 + + + assets + Assets + bale[('account_type', 'like', 'asset%')][] + true + + + num + diff + sum + 0 + + + - 8 liability_header Liability liability + subreport_pl.pl_to_report @@ -54,21 +68,7 @@ 100 - - 7 - pl - Profit / Loss - subreport_pl.pl_to_report - false - - num - pct - sum - 102 - - - 5 liability Liabilities 101 - - 4 - assets - Assets - bale[('account_type', 'like', 'asset%')][] - true - - + + pl + Profit / Loss + subreport_pl.pl_to_report + false + num - diff + pct sum - 0 + 102 -