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 2107a09 Merge pull request #185 from
Aman-Mittal/refactor/shared-remaining-signals
add f8ed2d1 feat(loans): keep cumulative and progressive loans distinct
on the account screens
new cbac57f Merge pull request #187 from
Aman-Mittal/feat/loan-schedule-type-separation
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/full-demo.spec.ts | 10 ++
e2e/loan-schedule-type-gating.spec.ts | 180 +++++++++++++++++++++
src/app/features/loans/loan-form.component.ts | 38 +++--
src/app/features/loans/loan-view.component.spec.ts | 162 ++++++++++++++++---
src/app/features/loans/loan-view.component.ts | 58 +++++--
.../products/loan-product-form.component.ts | 32 +++-
.../products/loan-products-list.component.ts | 16 +-
.../features/products/loan-schedule-type.spec.ts | 112 +++++++++++++
src/app/features/products/loan-schedule-type.ts | 42 +++++
.../payment-credit-allocation-editor.component.ts | 10 +-
src/assets/i18n/en.json | 11 +-
11 files changed, 605 insertions(+), 66 deletions(-)
create mode 100644 e2e/loan-schedule-type-gating.spec.ts
create mode 100644 src/app/features/products/loan-schedule-type.spec.ts