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 4c88483 Merge pull request #267 from
Aman-Mittal/feat/loan-servicing-gaps
add 465db74 feat(loans): add disburse-to-savings, unassign loan officer
and undo last disbursal
add fbb8174 feat(loans): add the asset transfers tab, and cover the new
commands with specs
new 2d541c8 Merge pull request #269 from
Aman-Mittal/feat/loan-remaining-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-servicing-gaps.spec.ts | 86 ++++++++++
.../features/loans/loan-command-dialogs.spec.ts | 138 ++++++++++++++++
.../loan-disburse-to-savings-dialog.component.ts | 179 +++++++++++++++++++++
.../loan-unassign-officer-dialog.component.ts | 127 +++++++++++++++
src/app/features/loans/loan-view.component.ts | 142 ++++++++++++++++
.../tabs/loan-asset-transfers-tab.component.ts | 107 ++++++++++++
src/assets/i18n/en.json | 18 ++-
7 files changed, 795 insertions(+), 2 deletions(-)
create mode 100644 src/app/features/loans/loan-command-dialogs.spec.ts
create mode 100644
src/app/features/loans/loan-disburse-to-savings-dialog.component.ts
create mode 100644
src/app/features/loans/loan-unassign-officer-dialog.component.ts
create mode 100644
src/app/features/loans/tabs/loan-asset-transfers-tab.component.ts