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 districtCLAIM_BATCH_CLAIM_BATCH_SEARCHER_{REQ|RESP|ERR}
: fetching batch processesCLAIM_BATCH_MUTATION_{REQ|ERR}
: sending (processBatch) mutationCLAIM_BATCH_PROCESS_RESP
: recieving the result of process batch mutationCLAIM_BATCH_PREVIEW
: emit print preview requestCLAIM_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
)