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 f2bc644  Merge pull request #107 from 
KRYSTALM7/feature/FINERACT-2681-asf-yaml-enable-issues
     add a58b227  feat(loans): implement comprehensive loan module enhancements
     new 827534b  Merge pull request #93 from 
Aman-Mittal/feature/loan-module-enhancement

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                              | 271 ++++++++++++++++
 e2e/loan-account-actions.spec.ts                   | 103 ++++++
 e2e/loan-lifecycle.spec.ts                         | 227 +++++++++++++
 e2e/loan-schedule-type.spec.ts                     | 198 ++++++++++++
 e2e/loan-servicing.spec.ts                         | 120 +++++++
 e2e/utils/create-active-loan.ts                    | 111 +++++++
 e2e/utils/fineract-login.ts                        |  65 ++++
 e2e/utils/select-mat-option.ts                     |  48 +++
 src/app/app.routes.ts                              |   7 +
 .../loans/collateral/collateral-form.component.ts  |  27 ++
 .../loans/collateral/collateral-list.component.ts  |  37 ++-
 .../features/loans/loan-documents-tab.component.ts | 264 ++++++++++++++++
 src/app/features/loans/loan-form.component.ts      |  80 ++++-
 src/app/features/loans/loan-notes-tab.component.ts | 201 ++++++++++++
 .../loans/loan-transaction-form.component.ts       | 182 +++++++++--
 src/app/features/loans/loan-view.component.spec.ts |   3 +-
 src/app/features/loans/loan-view.component.ts      | 180 ++++++++++-
 src/app/features/loans/loans-list.component.ts     |   2 +
 .../loans/transaction-detail-dialog.component.ts   | 300 ++++++++++++++++++
 .../products/loan-product-form.component.ts        | 164 ++++++++--
 .../products/loan-product-view.component.ts        | 252 +++++++++++++++
 .../products/loan-products-list.component.ts       |  44 +++
 .../products/loan-schedule-type.ts}                |  15 +-
 .../payment-credit-allocation-editor.component.ts  | 352 +++++++++++++++++++++
 .../confirm-dialog/confirm-dialog.component.ts     | 102 ++++++
 .../datatable-entry-dialog.component.ts            | 222 +++++++++++++
 .../entity-datatables.component.spec.ts            |  54 +++-
 .../entity-datatables.component.ts                 |  61 +++-
 .../search-filter/search-filter.component.spec.ts  |   8 +-
 .../search-filter/search-filter.component.ts       |   4 +-
 src/assets/i18n/en.json                            |  49 ++-
 31 files changed, 3634 insertions(+), 119 deletions(-)
 create mode 100644 e2e/full-demo.spec.ts
 create mode 100644 e2e/loan-account-actions.spec.ts
 create mode 100644 e2e/loan-lifecycle.spec.ts
 create mode 100644 e2e/loan-schedule-type.spec.ts
 create mode 100644 e2e/loan-servicing.spec.ts
 create mode 100644 e2e/utils/create-active-loan.ts
 create mode 100644 e2e/utils/fineract-login.ts
 create mode 100644 e2e/utils/select-mat-option.ts
 create mode 100644 src/app/features/loans/loan-documents-tab.component.ts
 create mode 100644 src/app/features/loans/loan-notes-tab.component.ts
 create mode 100644 
src/app/features/loans/transaction-detail-dialog.component.ts
 create mode 100644 src/app/features/products/loan-product-view.component.ts
 copy src/app/{shared/components/data-table/cell-template.directive.ts => 
features/products/loan-schedule-type.ts} (69%)
 create mode 100644 
src/app/features/products/payment-credit-allocation-editor.component.ts
 create mode 100644 
src/app/shared/components/confirm-dialog/confirm-dialog.component.ts
 create mode 100644 
src/app/shared/components/datatable-entry-dialog/datatable-entry-dialog.component.ts

Reply via email to