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 c044445 Merge pull request #238 from
ashishSoni1234/fix/data-table-error-state-calendars-list
add 88ec706 fix(ci): run the app's unit tests instead of the placeholder
project
add 564aee5 fix(ci): detect wrapped service calls in the API surface check
add a1d6818 feat(tellers): allocate, settle and review cashier cash
add fe46850 fix(accounting): render the GL accounts the mapping template
returns
add 8d13fa0 fix(e2e): create the teller cash prerequisites against a
fresh backend
new 3f5ebe7 Merge pull request #240 from
Aman-Mittal/feat/teller-cash-management
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:
DOCS/CI_CHECKS.md | 12 +-
e2e/teller-cash-management.spec.ts | 276 +++++++++++++++++
eslint.config.js | 5 +
package.json | 3 +-
playwright.config.ts | 1 +
scripts/check-api-surface.mjs | 6 +-
src/app/core/adapters/api/api-surface.json | 258 ++++++++++++++--
.../financial-activity-mapping-form.component.ts | 31 +-
.../cashier-transaction-form.component.spec.ts | 161 ++++++++++
.../cashiers/cashier-transaction-form.component.ts | 326 +++++++++++++++++++++
.../cashier-transactions.component.spec.ts | 166 +++++++++++
.../cashiers/cashier-transactions.component.ts | 260 ++++++++++++++++
.../tellers/cashiers/cashiers-list.component.ts | 36 ++-
src/app/features/tellers/tellers.routes.ts | 16 +
src/app/testing/i18n-testing.ts | 41 +++
src/assets/i18n/en.json | 11 +-
16 files changed, 1555 insertions(+), 54 deletions(-)
create mode 100644 e2e/teller-cash-management.spec.ts
create mode 100644
src/app/features/tellers/cashiers/cashier-transaction-form.component.spec.ts
create mode 100644
src/app/features/tellers/cashiers/cashier-transaction-form.component.ts
create mode 100644
src/app/features/tellers/cashiers/cashier-transactions.component.spec.ts
create mode 100644
src/app/features/tellers/cashiers/cashier-transactions.component.ts
create mode 100644 src/app/testing/i18n-testing.ts