This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit a007d743fa375ff7e06419b731a8ad6f699597c9 Merge: 6696133 1f22bc5 Author: Aman-Mittal <[email protected]> AuthorDate: Sat Aug 15 19:32:02 2026 +0530 Merge pull request #343 from Aman-Mittal/feat/report-cascading-parameters-and-charts feat(reporting): scope dependent report parameters, and draw chart reports as charts e2e/report-parameter-backend.spec.ts | 112 ++++- e2e/utils/ionic-locators.ts | 28 ++ e2e/utils/seed-api.ts | 37 ++ .../reporting/report-execution.service.spec.ts | 80 +++- .../features/reporting/report-execution.service.ts | 93 ++++- .../features/reporting/reports-list.component.ts | 7 +- .../reporting/run-report.component.spec.ts | 217 +++++++++- src/app/features/reporting/run-report.component.ts | 452 +++++++++++++++++---- .../components/charts/bar-chart.component.ts | 121 ++++++ src/assets/i18n/en.json | 6 +- 10 files changed, 1034 insertions(+), 119 deletions(-)
