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 cbac57f Merge pull request #187 from
Aman-Mittal/feat/loan-schedule-type-separation
add 231b2ae feat(products): configure down payments and multi-tranche
disbursement
new 1bbc108 Merge pull request #189 from
Aman-Mittal/feat/loan-product-down-payment-tranches
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 | 18 ++
e2e/loan-product-down-payment.spec.ts | 228 ++++++++++++++++++++
.../products/loan-product-form.component.spec.ts | 239 +++++++++++++++++++++
.../products/loan-product-form.component.ts | 185 ++++++++++++++++
src/assets/i18n/en.json | 19 +-
5 files changed, 686 insertions(+), 3 deletions(-)
create mode 100644 e2e/loan-product-down-payment.spec.ts
create mode 100644
src/app/features/products/loan-product-form.component.spec.ts