This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit 916f8e74a892b779fc36ee7d56ae8b3ab5fa2ac9 Merge: 5fc358e f202b87 Author: Aman-Mittal <[email protected]> AuthorDate: Sun Aug 9 15:06:16 2026 +0530 Merge pull request #309 from Aman-Mittal/feat/product-accounting-remaining feat(products): accounting for savings and deposit products, and make deposit products editable e2e/deposit-product-configuration.spec.ts | 129 +++++++++++++++++++++ playwright.config.ts | 1 + .../accounting/product-accounting.model.ts | 114 ++++++++++++++++++ src/app/features/products/deposit-chart.ts | 118 +++++++++++++++++++ .../fixed-deposit-product-form.component.spec.ts | 3 + .../fixed-deposit-product-form.component.ts | 101 +++++++++++++--- .../recurring-deposit-product-form.component.ts | 98 ++++++++++++---- .../products/savings-product-form.component.ts | 75 ++++++++++-- src/assets/i18n/en.json | 28 +++-- 9 files changed, 603 insertions(+), 64 deletions(-)
