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 6669097055996c5b517511a386fb832196b4c1de Merge: aed5708 13c0747 Author: Aman-Mittal <[email protected]> AuthorDate: Sun May 10 18:42:40 2026 +0530 Merge pull request #57 from Aman-Mittal/feature/health-and-docs FINERACT-2526: Implement core backoffice features and improve infrastructure EXTENDED_PLAN.md | 7 +- README.md | 20 +- SETUP.md | 10 +- angular.json | 9 +- e2e/client.spec.ts | 59 +++++ e2e/login.spec.ts | 13 + e2e/reporting.spec.ts | 46 ++++ package-lock.json | 6 +- proxy.conf.json | 9 + public/assets/i18n/en.json | 120 +++++++-- public/config.json | 2 +- src/app/app.config.ts | 6 +- src/app/app.routes.ts | 102 ++++++++ src/app/core/services/config.service.ts | 18 +- .../accounting-closure-form.component.ts | 7 +- .../accounting/accounting-rules-list.component.ts | 14 +- .../accounting/charges/charge-form.component.ts | 290 +++++++++++++++++++++ .../accounting/charges/charges-list.component.ts | 115 ++++++++ .../accounting/gl-account-form.component.ts | 3 + .../accounting/journal-entry-form.component.ts | 7 +- src/app/features/centers/center-form.component.ts | 43 ++- src/app/features/centers/centers-list.component.ts | 10 +- src/app/features/clients/client-form.component.ts | 105 +++++++- src/app/features/clients/clients-list.component.ts | 2 +- src/app/features/groups/group-form.component.ts | 47 +++- src/app/features/groups/groups-list.component.ts | 10 +- src/app/features/loans/loan-form.component.ts | 4 +- src/app/features/loans/loans-list.component.ts | 21 +- .../rescheduling/reschedule-form.component.ts | 227 ++++++++++++++++ .../reschedule-requests-list.component.ts | 146 +++++++++++ src/app/features/login/login.component.ts | 36 +-- .../features/reporting/reports-list.component.ts | 100 +++++++ src/app/features/reporting/run-report.component.ts | 232 +++++++++++++++++ .../features/security/roles/role-form.component.ts | 247 ++++++++++++++++++ .../security/roles/roles-list.component.ts | 103 ++++++++ .../features/security/users/user-form.component.ts | 278 ++++++++++++++++++++ .../security/users/users-list.component.ts | 106 ++++++++ .../settings/global-configurations.component.ts | 114 ++++++++ .../features/settings/holidays-list.component.ts | 114 ++++++++ .../features/settings/working-days.component.ts | 167 ++++++++++++ .../tasks/checker-inbox/checker-inbox.component.ts | 184 +++++++++++++ .../checker-inbox/view-payload-dialog.component.ts | 69 +++++ .../features/tasks/tasks.routes.ts} | 18 +- src/app/layout/sidebar.component.ts | 89 +++++++ .../create-office-dialog.component.ts | 144 ++++++++++ .../components/data-table/data-table.component.ts | 19 +- src/assets/i18n/en.json | 118 ++++++++- src/environments/environment.ts | 2 +- 48 files changed, 3505 insertions(+), 113 deletions(-)
