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 5fc358e Merge pull request #307 from
Aman-Mittal/feat/term-deposit-servicing
add f202b87 feat(products): accounting for savings and deposit products,
and make deposit products editable
new 916f8e7 Merge pull request #309 from
Aman-Mittal/feat/product-accounting-remaining
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-product-configuration.spec.ts | 129 +++++++++++++++++++++
playwright.config.ts | 1 +
.../accounting/product-accounting.model.ts | 114 ++++++++++++++++++
src/app/features/products/deposit-chart.ts | 118 +++++++++++++++++++
.../fixed-deposit-product-form.component.spec.ts | 3 +
.../fixed-deposit-product-form.component.ts | 101 +++++++++++++---
.../recurring-deposit-product-form.component.ts | 98 ++++++++++++----
.../products/savings-product-form.component.ts | 75 ++++++++++--
src/assets/i18n/en.json | 28 +++--
9 files changed, 603 insertions(+), 64 deletions(-)
create mode 100644 e2e/deposit-product-configuration.spec.ts
create mode 100644 src/app/features/products/deposit-chart.ts