This repository holds the files of the openIMIS Frontend Payment Cycle module. It is dedicated to be bootstrap development of openimis-fe_js modules, providing an empty (yet deployable) module.
Please refer to openimis-fe_js to see how to build and deploy (in developement or server mode).
The module is built with rollup.
In development mode, you can use npm link and npm start to continuously scan for changes and automatically update your development server.
- Payments (invoice.mainMenu translation key)
Payment Cycles (route: /paymentCycles) displayed if user has the right 200001
core.Router: registeringpaymentCycles,paymentCycle, routes in openIMIS client-side router
paymentCycle.TabPanel.labelability to extend Bill tab panel with a tab labelpaymentCycle.TabPanel.panelability to extend Bill tab panel with a panel displayed on click on an appropriate tab label
PAYMENT_CYCLE_PAYMENT_CYCLES_{REQ|RESP|ERR}fetching PaymentCycles (as triggered by the searcher)PAYMENT_CYCLE_PAYMENT_CYCLE_{REQ|RESP|ERR|CLEAR}fetching chosen PaymentCyclePAYMENT_CYCLE_MUTATION_{REQ|ERR}, sending a mutationPAYMENT_CYCLE_GENERATE_PAYMENT_CYCLE, mutation which generates payment cycle when user triggers the launcher using dedicated buttonPAYMENT_CYCLE_PAYMENT_CYCLE_BILLS {REQ|RESP|ERR|CLEAR}, fetching Bills for particular Payment Cycle (triggered when user enters the detailed page of payment cycle)
None
state.core.user, to access user info (rights,...)
None