This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit cbac57f01a7cd4635470a0b8a3068abd10b5b71c Merge: 2107a09 f8ed2d1 Author: Aman-Mittal <[email protected]> AuthorDate: Sun Aug 2 12:20:26 2026 +0530 Merge pull request #187 from Aman-Mittal/feat/loan-schedule-type-separation feat(loans): keep cumulative and progressive loans distinct on the account screens 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(-)
