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 8df9b97 Merge pull request #195 from
Aman-Mittal/feat/loan-servicing-charge-off
add 36569a5 feat(savings): add interest, annual fee and unblock servicing
commands
add 77dfecc feat(savings): freeze accounts, and stop withdrawals or
deposits independently
new a5f3936 Merge pull request #199 from
Aman-Mittal/feat/savings-account-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:
src/app/core/icons.ts | 6 +
.../savings-account-view.component.spec.ts | 43 ++++
.../products/savings-account-view.component.ts | 228 ++++++++++++++++++++-
.../products/savings-block-dialog.component.ts | 153 ++++++++++++++
src/assets/i18n/en.json | 28 ++-
5 files changed, 454 insertions(+), 4 deletions(-)
create mode 100644 src/app/features/products/savings-block-dialog.component.ts