@openimis/fe-claim_batch
v1.4.3
Published
openIMIS Frontend Claim Batch reference module
Downloads
78
Keywords
Readme
openIMIS Frontend Claim Batch reference module
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.
Main Menu Contributions
None
Other Contributions
claim.MainMenu
: Batch Runs (claim_batch.menu.claim_batch translation key))core.Router
: registering theclaim_batch
route in openIMIS client-side router
Available Contribution Points
None
Published Components
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
,...
Dispatched Redux Actions
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)
Other Modules Listened Redux Actions
None
Other Modules Redux State Bindings
state.core.user
, to access user info (rights,...)state.core.confirmed
, launch batch confirmation dialog results
Configurations Options
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
)