fe-claim_batch
/
1.4.2
fe-claim_batch 1.4.2
Install from the command line:
Learn more about npm packages
$ npm install @openimis/fe-claim_batch@1.4.2
Install via package.json:
"@openimis/fe-claim_batch": "1.4.2"
About this version
This repository holds the files of the openIMIS Frontend Claim Batch reference module. It is dedicated to be deployed as a module of openimis-fe_js.
None
-
claim.MainMenu
: Batch Runs (claim_batch.menu.claim_batch translation key)) -
core.Router
: registering theclaim_batch
route in openIMIS client-side router
None
-
claim_batch.BatchRunPicker
, drop down bound tobatchRuns
GraphQL query (no cache, requires district id as scope) -
claim_batch.AccountTypePicker
, constant-based picker, translation keys:claim_batch.accountType.null
,claim_batch.accountType.1
,...
-
CLAIM_BATCH_CLAIM_BATCH_PICKER_{REQ|CLEAR|RESP|ERR}
: fetching (clearing) batch runs for a selected district -
CLAIM_BATCH_CLAIM_BATCH_SEARCHER_{REQ|RESP|ERR}
: fetching batch processes -
CLAIM_BATCH_MUTATION_{REQ|ERR}
: sending (processBatch) mutation -
CLAIM_BATCH_PROCESS_RESP
: recieving the result of process batch mutation -
CLAIM_BATCH_PREVIEW
: emit print preview request -
CLAIM_BATCH_PREVIEW_DONE
: recieved print preview response (pdf)
None
-
state.core.user
, to access user info (rights,...) -
state.core.confirmed
, launch batch confirmation dialog results
-
claim_batchFilter.rowsPerPageOptions
, pagination page size options in Batch Searcher component (Default:[10, 20, 50, 100]
) -
claim_batchFilter.defaultPageSize
, pagination pre-selected page size options in Batch Searcher component (Default:10
)