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 e5c8619 Merge pull request #306 from
Aman-Mittal/feat/product-accounting-mappings
add 1f35222 feat(products): operate a term deposit account after it is
opened
new 5fc358e Merge pull request #307 from
Aman-Mittal/feat/term-deposit-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 | 139 +++++++++
e2e/utils/seed-api.ts | 90 ++++++
playwright.config.ts | 1 +
.../deposit-account-view.component.spec.ts | 184 +++++++++++
.../products/deposit-account-view.component.ts | 339 +++++++++++++++++++--
.../products/deposit-closure-dialog.component.ts | 218 +++++++++++++
src/assets/i18n/en.json | 73 +++--
7 files changed, 993 insertions(+), 51 deletions(-)
create mode 100644 e2e/deposit-account-servicing.spec.ts
create mode 100644
src/app/features/products/deposit-account-view.component.spec.ts
create mode 100644
src/app/features/products/deposit-closure-dialog.component.ts