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 2568c9d Merge pull request #305 from
alloutflo/codex/issue-286-keyboard-sort-headers
add 84bf1ff feat(products): configure accounting on loan products
new e5c8619 Merge pull request #306 from
Aman-Mittal/feat/product-accounting-mappings
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 | 172 +++++++++++++
playwright.config.ts | 1 +
.../accounting/gl-account-select.component.ts | 97 ++++++++
.../product-accounting-section.component.spec.ts | 212 ++++++++++++++++
.../product-accounting-section.component.ts | 249 +++++++++++++++++++
.../accounting/product-accounting.model.ts | 272 +++++++++++++++++++++
.../products/loan-product-form.component.spec.ts | 180 ++++++++++++++
.../products/loan-product-form.component.ts | 85 ++++++-
src/assets/i18n/en.json | 20 +-
9 files changed, 1282 insertions(+), 6 deletions(-)
create mode 100644 e2e/loan-product-accounting.spec.ts
create mode 100644
src/app/features/products/accounting/gl-account-select.component.ts
create mode 100644
src/app/features/products/accounting/product-accounting-section.component.spec.ts
create mode 100644
src/app/features/products/accounting/product-accounting-section.component.ts
create mode 100644
src/app/features/products/accounting/product-accounting.model.ts