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 3f5ebe7debb05275eb6aeb675a94eeba8c6e3c29 Merge: c044445 8d13fa0 Author: Aman-Mittal <[email protected]> AuthorDate: Tue Aug 4 19:52:44 2026 +0530 Merge pull request #240 from Aman-Mittal/feat/teller-cash-management Teller cash management: allocate, settle and review cashier cash DOCS/CI_CHECKS.md | 12 +- e2e/teller-cash-management.spec.ts | 276 +++++++++++++++++ eslint.config.js | 5 + package.json | 3 +- playwright.config.ts | 1 + scripts/check-api-surface.mjs | 6 +- src/app/core/adapters/api/api-surface.json | 258 ++++++++++++++-- .../financial-activity-mapping-form.component.ts | 31 +- .../cashier-transaction-form.component.spec.ts | 161 ++++++++++ .../cashiers/cashier-transaction-form.component.ts | 326 +++++++++++++++++++++ .../cashier-transactions.component.spec.ts | 166 +++++++++++ .../cashiers/cashier-transactions.component.ts | 260 ++++++++++++++++ .../tellers/cashiers/cashiers-list.component.ts | 36 ++- src/app/features/tellers/tellers.routes.ts | 16 + src/app/testing/i18n-testing.ts | 41 +++ src/assets/i18n/en.json | 11 +- 16 files changed, 1555 insertions(+), 54 deletions(-)
