This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from 89e0f1f Merge pull request #337 from
Abhishek6122008/agent/signed-commits-check
add 7698612 feat(products): correct a deposit or savings transaction
after it is recorded
new 164ade1 Merge pull request #341 from
Aman-Mittal/feat/deposit-transaction-servicing
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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} | 125 +++++++---
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, 988 insertions(+), 85 deletions(-)
create mode 100644 e2e/savings-transaction-correction.spec.ts
create mode 100644
src/app/features/products/fixed-deposit-transactions/fixed-deposit-transaction-form.component.spec.ts
copy
src/app/features/products/{recurring-deposit-transactions/recurring-deposit-transaction-form.component.ts
=> fixed-deposit-transactions/fixed-deposit-transaction-form.component.ts}
(52%)