This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/typescript-7.0.2
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
omit c8fe0a2 chore(deps-dev): bump typescript from 6.0.3 to 7.0.2
add b8ee79e chore(deps): bump github/codeql-action/analyze
add 2663049 Merge pull request #314 from
apache/dependabot/github_actions/github/codeql-action/analyze-7188fc363630916deb702c7fdcf4e481b751f97a
add 12db7e6 chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0
add a1d5174 Merge pull request #315 from
apache/dependabot/github_actions/actions/setup-java-5.7.0
add cef9e59 chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.2
add 4194b25 Merge pull request #318 from
apache/dependabot/github_actions/zizmorcore/zizmor-action-0.6.2
add 2c1ba68 refactor(clients): use formatArrayDate helper
add ece0c6f Merge pull request #319 from
vianmangal/agent/use-format-array-date-clients
add a96c62b feat(system): add datatable column constraints
add 6e1be1d Merge pull request #320 from
vianmangal/agent/datatable-unique-indexed-columns
add 91d2f84 fix(accounting): use translation keys for list screen titles
and tooltips
add 7640c93 Merge pull request #321 from
yasumorishima/i18n/accounting-list-screen-strings
add 9775af8 ci: add signed commit verification check
add 89e0f1f Merge pull request #337 from
Abhishek6122008/agent/signed-commits-check
add 7698612 feat(products): correct a deposit or savings transaction
after it is recorded
add 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
add fc524e1 Merge pull request #342 from
Aman-Mittal/feat/share-and-advanced-accounting
add 20d6aa9 fix(a11y): give icon-only buttons an accessible name
add dc6662b Merge pull request #338 from
opensource-joe/a11y/icon-only-button-accessible-names
add 0d27350 feat(router): set a translated document title per route
add 6696133 Merge pull request #339 from opensource-joe/a11y/route-titles
add 9ba22fa feat(reporting): scope dependent report parameters, and draw
chart reports as charts
add 7b4005b test(e2e): read ion-select's disabled state from the host
property
add 59c8d64 fix(test): restore the two selector constants to their
literals
add 1f22bc5 test(e2e): prove the parameter cascade without enabling a
second currency
add a007d74 Merge pull request #343 from
Aman-Mittal/feat/report-cascading-parameters-and-charts
add 3d55aad refactor(transfers): use formatArrayDate helper
add ba7d1cf Merge pull request #340 from
ltyfulan9/codex/issue-257-transfers
add 2d54654 refactor(loans): use formatArrayDate for guarantors
add b04e7f7 refactor(loans): use formatArrayDate for transactions
add 46e6899 refactor(loans): use formatArrayDate in loan form
add 29cf890 Merge pull request #344 from
russlan23/agent/refactor-loans-array-dates
add 6dcab08 feat(centers): give a center a detail view, so it can be
operated
add 14fdec7 test(e2e): seed the staff the center assignment picks
add 2acfd17 Merge pull request #346 from
Aman-Mittal/feat/center-detail-view
add 48334bd chore: retire the screens whose Fineract endpoints have gone
add fdce757 Merge pull request #348 from
Aman-Mittal/chore/retire-removed-fineract-endpoints
add aad7257 chore(e2e): let the suites record themselves as a demo
add 080f568 Merge pull request #349 from Aman-Mittal/chore/demo-recording
add 52950c2 chore(deps): bump @hono/node-server and @angular/cli
add ae2a4d0 Merge pull request #350 from
apache/dependabot/npm_and_yarn/multi-e58e013584
add f1f1e3d chore(api): sync the Fineract OpenAPI spec and regenerate the
client
add bc34253 Merge pull request #351 from apache/chore/fineract-spec-sync
add f800b1d chore(deps-dev): bump typescript from 6.0.3 to 7.0.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c8fe0a2)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/typescript-7.0.2
(f800b1d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/api-spec-sync.yml | 2 +-
.github/workflows/ci.yml | 4 +-
.github/workflows/codeql.yml | 2 +-
.../workflows/{zizmor.yml => signed-commit.yml} | 41 +-
.github/workflows/zizmor.yml | 2 +-
.gitignore | 1 +
DOCS/DEMO.md | 80 +
e2e/center-servicing.spec.ts | 182 ++
e2e/deposit-account-servicing.spec.ts | 52 +
e2e/loan-product-accounting.spec.ts | 19 +
e2e/report-parameter-backend.spec.ts | 112 +-
e2e/savings-transaction-correction.spec.ts | 84 +
e2e/share-product-accounting.spec.ts | 146 +
e2e/utils/ionic-locators.ts | 28 +
e2e/utils/seed-api.ts | 188 ++
eslint-suppressions.json | 40 -
package-lock.json | 2914 +++++++++-----------
package.json | 5 +-
playwright.config.ts | 8 +-
public/api/fineract.json | 602 ++--
public/api/fineract.provenance.json | 18 +-
scripts/check-translations.mjs | 4 +
scripts/verify-signed-commits.sh | 100 +
src/app/api/.openapi-generator/FILES | 17 +-
src/app/api/api/api.ts | 12 +-
src/app/api/api/cashierJournals.service.ts | 155 --
src/app/api/api/cashiers.service.ts | 155 --
src/app/api/api/mixMapping.service.ts | 185 --
src/app/api/api/mixReport.service.ts | 143 -
src/app/api/api/mixTaxonomy.service.ts | 112 -
src/app/api/api/tellerCashManagement.service.ts | 230 --
src/app/api/model/getCentersCenterIdResponse.ts | 7 +
...tCodesResponse.ts => getCentersGroupMembers.ts} | 5 +-
src/app/api/model/getClientsClientIdResponse.ts | 1 +
...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +-
...ccountTypeResponseStandingInstructionSwagger.ts | 2 +-
...getFromAccountTypeStandingInstructionSwagger.ts | 2 +-
...sClient.ts => getGroupsGroupIdClientMembers.ts} | 4 +-
src/app/api/model/getGroupsGroupIdResponse.ts | 7 +
...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +-
...getInstructionTypeStandingInstructionSwagger.ts | 2 +-
...ityOptionsResponseStandingInstructionSwagger.ts | 2 +-
.../model/getPriorityStandingInstructionSwagger.ts | 2 +-
.../getProvisioningCriteriaCriteriaIdResponse.ts | 2 +-
...ncyOptionsResponseStandingInstructionSwagger.ts | 2 +-
...ecurrenceFrequencyStandingInstructionSwagger.ts | 2 +-
...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +-
.../getRecurrenceTypeStandingInstructionSwagger.ts | 2 +-
...tusOptionsResponseStandingInstructionSwagger.ts | 2 +-
.../model/getStatusStandingInstructionSwagger.ts | 2 +-
...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +-
.../getToAccountTypeStandingInstructionSwagger.ts | 2 +-
...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +-
.../getTransferTypeStandingInstructionSwagger.ts | 2 +-
src/app/api/model/mixTaxonomyData.ts | 36 -
src/app/api/model/mixTaxonomyMappingData.ts | 33 -
.../api/model/mixTaxonomyMappingUpdateRequest.ts | 34 -
.../api/model/mixTaxonomyMappingUpdateResponse.ts | 31 -
src/app/api/model/models.ts | 12 +-
...audRequest.ts => postCentersCenterIdChanges.ts} | 6 +-
src/app/api/model/postCentersCenterIdRequest.ts | 4 +
src/app/api/model/postCentersCenterIdResponse.ts | 4 +
src/app/api/model/postCentersRequest.ts | 9 +
...atableData.ts => postClientsClientIdChanges.ts} | 4 +-
src/app/api/model/postClientsClientIdRequest.ts | 1 +
src/app/api/model/postClientsClientIdResponse.ts | 2 +
...ationRequest.ts => postGroupsGroupIdChanges.ts} | 10 +-
src/app/api/model/postGroupsGroupIdRequest.ts | 9 +
src/app/api/model/postGroupsGroupIdResponse.ts | 4 +
src/app/api/model/postGroupsRequest.ts | 5 +
...quest.ts => postLoansLoanIdGlimApprovalData.ts} | 6 +-
src/app/api/model/postLoansLoanIdRequest.ts | 9 +
src/app/api/model/postLoansRequest.ts | 12 +
src/app/api/model/postLoansResponse.ts | 4 +
.../api/model/postProvisioningCriteriaRequest.ts | 2 +-
.../postWorkingCapitalLoansBreachActionRequest.ts | 4 +
src/app/api/model/putCentersCenterIdRequest.ts | 2 +
src/app/api/model/putCentersChanges.ts | 2 +
.../api/model/putProvisioningCriteriaRequest.ts | 2 +-
.../putWorkingCapitalLoansLoanIdRateRequest.ts | 5 +
src/app/api/model/tellerJournalData.ts | 38 -
src/app/api/model/tellerTransactionData.ts | 39 -
src/app/app.config.ts | 5 +-
src/app/app.routes.ts | 29 +-
.../core/router/translated-title.strategy.spec.ts | 102 +
src/app/core/router/translated-title.strategy.ts | 76 +
src/app/core/services/navigation-config.service.ts | 14 +-
.../accounting-closures-list.component.ts | 9 +-
.../accounting/accounting-rules-list.component.ts | 17 +-
.../accounting/charges/charges-list.component.ts | 4 +-
.../accounting/chart-of-accounts.component.ts | 9 +-
.../financial-activity-mappings-list.component.ts | 21 +-
.../accounting/journal-entries-list.component.ts | 4 +-
.../accounting/journal-entry-form.component.ts | 2 +
.../provisioning-criteria-form.component.spec.ts | 51 +
.../provisioning-criteria-form.component.ts | 35 +-
.../email-campaigns-list.component.ts | 4 +
.../sms-campaigns/sms-campaigns-list.component.ts | 13 +-
.../centers/center-action-dialog.component.ts | 202 ++
src/app/features/centers/center-detail.model.ts | 127 +
.../center-groups-dialog.component.ts} | 118 +-
.../centers/center-meeting-dialog.component.ts | 290 ++
.../center-staff-dialog.component.ts} | 57 +-
.../features/centers/center-view.component.spec.ts | 369 +++
src/app/features/centers/center-view.component.ts | 645 +++++
src/app/features/centers/centers-list.component.ts | 9 +-
src/app/features/centers/centers.routes.ts | 18 +
.../clients/client-action-dialog.component.spec.ts | 11 +
.../clients/client-action-dialog.component.ts | 5 +-
.../features/clients/client-form.component.spec.ts | 4 +
src/app/features/clients/client-form.component.ts | 15 +-
.../features/clients/client-search-v2.component.ts | 1 +
.../fintech/asset-owners-list.component.ts | 2 +-
.../features/groups/group-note-form.component.ts | 8 +-
src/app/features/groups/groups.routes.ts | 6 +
.../groups/tabs/group-notes-list.component.ts | 12 +-
.../loans/guarantors/guarantor-form.component.ts | 5 +-
src/app/features/loans/loan-form.component.ts | 9 +-
src/app/features/loans/loan-notes-tab.component.ts | 1 +
.../loans/transaction-detail-dialog.component.ts | 4 +-
.../mix/mapping/mix-mapping.component.spec.ts | 64 -
.../features/mix/mapping/mix-mapping.component.ts | 164 --
src/app/features/mix/mix.routes.ts | 37 -
.../mix/report/mix-report.component.spec.ts | 61 -
.../features/mix/report/mix-report.component.ts | 164 --
.../mix/taxonomy/mix-taxonomy.component.spec.ts | 55 -
.../mix/taxonomy/mix-taxonomy.component.ts | 69 -
.../office-transactions-list.component.ts | 7 +-
.../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 +-
.../deposit-account-view.component.spec.ts | 148 +-
.../products/deposit-account-view.component.ts | 272 +-
...ixed-deposit-transaction-form.component.spec.ts | 137 +
.../fixed-deposit-transaction-form.component.ts} | 125 +-
.../products/loan-product-form.component.ts | 42 +
.../payment-credit-allocation-editor.component.ts | 4 +
src/app/features/products/products.routes.ts | 9 +
.../savings-account-view.component.spec.ts | 41 +
.../products/savings-account-view.component.ts | 119 +-
.../products/savings-product-form.component.ts | 33 +
.../shares/share-account-form.component.ts | 2 +
.../shares/share-product-form.component.ts | 99 +-
.../reporting/report-execution.service.spec.ts | 80 +-
.../features/reporting/report-execution.service.ts | 93 +-
.../features/reporting/reports-list.component.ts | 7 +-
.../reporting/run-report.component.spec.ts | 217 +-
src/app/features/reporting/run-report.component.ts | 452 ++-
.../business-steps.component.spec.ts | 16 +
.../business-steps/business-steps.component.ts | 9 +-
.../data-tables/datatables-form.component.spec.ts | 131 +
.../data-tables/datatables-form.component.ts | 30 +-
.../system/templates/templates-list.component.ts | 14 +-
.../tasks/checker-inbox/checker-inbox.component.ts | 16 +-
.../cashier-journals-list.component.spec.ts | 76 -
.../cashier-journals-list.component.ts | 157 --
src/app/features/tellers/tellers.routes.ts | 7 -
.../standing-instruction-form.component.spec.ts | 1 +
.../standing-instruction-form.component.ts | 4 +-
.../components/charts/bar-chart.component.ts | 121 +
src/assets/i18n/en.json | 93 +-
src/assets/i18n/hi.json | 6 +-
src/assets/i18n/ko.json | 6 +-
165 files changed, 7854 insertions(+), 4603 deletions(-)
copy .github/workflows/{zizmor.yml => signed-commit.yml} (65%)
create mode 100644 DOCS/DEMO.md
create mode 100644 e2e/center-servicing.spec.ts
create mode 100644 e2e/savings-transaction-correction.spec.ts
create mode 100644 e2e/share-product-accounting.spec.ts
create mode 100755 scripts/verify-signed-commits.sh
delete mode 100644 src/app/api/api/cashierJournals.service.ts
delete mode 100644 src/app/api/api/cashiers.service.ts
delete mode 100644 src/app/api/api/mixMapping.service.ts
delete mode 100644 src/app/api/api/mixReport.service.ts
delete mode 100644 src/app/api/api/mixTaxonomy.service.ts
copy src/app/api/model/{getCodesResponse.ts => getCentersGroupMembers.ts} (90%)
copy src/app/api/model/{getWorkingCapitalLoansClient.ts =>
getGroupsGroupIdClientMembers.ts} (90%)
delete mode 100644 src/app/api/model/mixTaxonomyData.ts
delete mode 100644 src/app/api/model/mixTaxonomyMappingData.ts
delete mode 100644 src/app/api/model/mixTaxonomyMappingUpdateRequest.ts
delete mode 100644 src/app/api/model/mixTaxonomyMappingUpdateResponse.ts
copy src/app/api/model/{markWorkingCapitalLoanAsFraudRequest.ts =>
postCentersCenterIdChanges.ts} (86%)
copy src/app/api/model/{datatableData.ts => postClientsClientIdChanges.ts}
(93%)
copy src/app/api/model/{smsCreationRequest.ts => postGroupsGroupIdChanges.ts}
(85%)
copy src/app/api/model/{postUpdateRescheduleLoansRequest.ts =>
postLoansLoanIdGlimApprovalData.ts} (88%)
delete mode 100644 src/app/api/model/tellerJournalData.ts
delete mode 100644 src/app/api/model/tellerTransactionData.ts
create mode 100644 src/app/core/router/translated-title.strategy.spec.ts
create mode 100644 src/app/core/router/translated-title.strategy.ts
create mode 100644 src/app/features/centers/center-action-dialog.component.ts
create mode 100644 src/app/features/centers/center-detail.model.ts
copy src/app/features/{groups/group-members-dialog.component.ts =>
centers/center-groups-dialog.component.ts} (53%)
create mode 100644 src/app/features/centers/center-meeting-dialog.component.ts
copy src/app/features/{groups/group-staff-dialog.component.ts =>
centers/center-staff-dialog.component.ts} (65%)
create mode 100644 src/app/features/centers/center-view.component.spec.ts
create mode 100644 src/app/features/centers/center-view.component.ts
delete mode 100644 src/app/features/mix/mapping/mix-mapping.component.spec.ts
delete mode 100644 src/app/features/mix/mapping/mix-mapping.component.ts
delete mode 100644 src/app/features/mix/mix.routes.ts
delete mode 100644 src/app/features/mix/report/mix-report.component.spec.ts
delete mode 100644 src/app/features/mix/report/mix-report.component.ts
delete mode 100644 src/app/features/mix/taxonomy/mix-taxonomy.component.spec.ts
delete mode 100644 src/app/features/mix/taxonomy/mix-taxonomy.component.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
create mode 100644
src/app/features/products/fixed-deposit-transactions/fixed-deposit-transaction-form.component.spec.ts
copy
src/app/features/products/{recurring-deposit-transactions/recurring-deposit-transaction-form.component.ts
=> fixed-deposit-transactions/fixed-deposit-transaction-form.component.ts}
(52%)
create mode 100644
src/app/features/system/data-tables/datatables-form.component.spec.ts
delete mode 100644
src/app/features/tellers/cashier-journals/cashier-journals-list.component.spec.ts
delete mode 100644
src/app/features/tellers/cashier-journals/cashier-journals-list.component.ts
create mode 100644 src/app/shared/components/charts/bar-chart.component.ts