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 0285bd7 Merge pull request #193 from
Aman-Mittal/feat/loan-product-interest-recalculation
add 412d601 feat(loans): add the missing loan servicing commands
new 8df9b97 Merge pull request #195 from
Aman-Mittal/feat/loan-servicing-charge-off
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/loan-charge-off.spec.ts | 100 +++++++++++
e2e/loan-product-down-payment.spec.ts | 3 +
e2e/loan-schedule-type-gating.spec.ts | 31 ++++
playwright.config.ts | 1 +
src/app/core/icons.ts | 4 +
.../loans/loan-transaction-form.component.ts | 82 ++++++++-
src/app/features/loans/loan-view.component.spec.ts | 122 +++++++++++++
src/app/features/loans/loan-view.component.ts | 195 +++++++++++++++++++++
src/assets/i18n/en.json | 28 ++-
9 files changed, 560 insertions(+), 6 deletions(-)
create mode 100644 e2e/loan-charge-off.spec.ts