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 6177ecd Merge pull request #253 from
Aman-Mittal/feat/group-membership-and-lifecycle
add 35d436e feat(loans): let an approved loan be returned to pending
approval
add 8463019 feat(loans): show the delinquency, term variation, overdue
charge and originator data the screen was discarding
add 6d76f2e feat(loans): offer close-as-rescheduled, and cover the new
work with specs
add 4d89096 feat(loans): add the standing instructions tab, and verify
the lot against a real platform
new 4c88483 Merge pull request #267 from
Aman-Mittal/feat/loan-servicing-gaps
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-lifecycle.spec.ts | 72 ++++++
e2e/loan-servicing-gaps.spec.ts | 284 +++++++++++++++++++++
.../loans/loan-transaction-form.component.ts | 2 +
.../loan-undo-approval-dialog.component.spec.ts | 74 ++++++
.../loans/loan-undo-approval-dialog.component.ts | 101 ++++++++
src/app/features/loans/loan-view.component.ts | 141 ++++++++++
.../tabs/loan-delinquency-tab.component.spec.ts | 105 ++++++++
.../loans/tabs/loan-delinquency-tab.component.ts | 186 ++++++++++++++
.../loans/tabs/loan-originators-tab.component.ts | 52 ++++
.../loan-overdue-charge.model.ts} | 23 +-
.../tabs/loan-overdue-charges-tab.component.ts | 63 +++++
.../loan-standing-instructions-tab.component.ts | 149 +++++++++++
.../tabs/loan-term-variations-tab.component.ts | 63 +++++
src/assets/i18n/en.json | 40 ++-
14 files changed, 1344 insertions(+), 11 deletions(-)
create mode 100644 e2e/loan-servicing-gaps.spec.ts
create mode 100644
src/app/features/loans/loan-undo-approval-dialog.component.spec.ts
create mode 100644
src/app/features/loans/loan-undo-approval-dialog.component.ts
create mode 100644
src/app/features/loans/tabs/loan-delinquency-tab.component.spec.ts
create mode 100644
src/app/features/loans/tabs/loan-delinquency-tab.component.ts
create mode 100644
src/app/features/loans/tabs/loan-originators-tab.component.ts
copy src/app/features/loans/{loan-summary.model.ts =>
tabs/loan-overdue-charge.model.ts} (55%)
create mode 100644
src/app/features/loans/tabs/loan-overdue-charges-tab.component.ts
create mode 100644
src/app/features/loans/tabs/loan-standing-instructions-tab.component.ts
create mode 100644
src/app/features/loans/tabs/loan-term-variations-tab.component.ts