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 164ade173ae2667cec16341ff1e2e99020f9ff00 Merge: 89e0f1f 7698612 Author: Aman-Mittal <[email protected]> AuthorDate: Sat Aug 15 00:00:21 2026 +0530 Merge pull request #341 from Aman-Mittal/feat/deposit-transaction-servicing feat(products): correct a deposit or savings transaction after it is recorded e2e/deposit-account-servicing.spec.ts | 52 ++++ e2e/savings-transaction-correction.spec.ts | 84 +++++++ e2e/utils/seed-api.ts | 74 ++++++ playwright.config.ts | 1 + .../deposit-account-view.component.spec.ts | 148 ++++++++++- .../products/deposit-account-view.component.ts | 272 ++++++++++++++++---- ...ixed-deposit-transaction-form.component.spec.ts | 137 ++++++++++ .../fixed-deposit-transaction-form.component.ts | 278 +++++++++++++++++++++ src/app/features/products/products.routes.ts | 9 + .../savings-account-view.component.spec.ts | 41 +++ .../products/savings-account-view.component.ts | 119 ++++++++- src/assets/i18n/en.json | 11 +- 12 files changed, 1173 insertions(+), 53 deletions(-)
