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 164ade1 Merge pull request #341 from
Aman-Mittal/feat/deposit-transaction-servicing
add 32461b2 feat(products): map share capital to the ledger, and route
channels and charges
new fc524e1 Merge pull request #342 from
Aman-Mittal/feat/share-and-advanced-accounting
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-product-accounting.spec.ts | 19 +
e2e/share-product-accounting.spec.ts | 146 +++++++
playwright.config.ts | 1 +
.../advanced-accounting-mappings.component.spec.ts | 190 +++++++++
.../advanced-accounting-mappings.component.ts | 459 +++++++++++++++++++++
.../product-accounting-section.component.spec.ts | 67 +++
.../product-accounting-section.component.ts | 5 +-
.../accounting/product-accounting.model.ts | 203 ++++++++-
.../products/loan-product-form.component.ts | 42 ++
.../products/savings-product-form.component.ts | 33 ++
.../shares/share-product-form.component.ts | 99 ++++-
src/assets/i18n/en.json | 16 +
12 files changed, 1271 insertions(+), 9 deletions(-)
create mode 100644 e2e/share-product-accounting.spec.ts
create mode 100644
src/app/features/products/accounting/advanced-accounting-mappings.component.spec.ts
create mode 100644
src/app/features/products/accounting/advanced-accounting-mappings.component.ts