Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This documentation provides a comprehensive guide to the OpenIMIS Frontend Payroll module. The Payment Cycle Payroll module is a deployable module for managing payrolls within the OpenIMIS system. Below, you will find information on building, deploying, contributions, Redux actions, state bindings, and configuration options.

  1. Building and Deploying

  • The Payment Cycle Payroll module is built using Rollup, a JavaScript module bundler.

  • To build and deploy the module, refer to the openimis-fe_js repository and follow the instructions for development or server modes.

  1. License

  • The Payment Cycle Payroll module is licensed under the AGPL v3 (GNU Affero General Public License, version 3).

  • Ensure compliance with the AGPL v3 license when using or modifying the module.

...

  • The module contributes to the OpenIMIS main menu with the "Payrolls" and PaymentPoints options

  1. Other Contributions

  • The Payment Cycle Payroll module interacts with the core.Router in the OpenIMIS client-side router by registering payrolls and payment points.

  • Tasks Module is extended with payroll related tasks.

...

  1. Other Modules Listened Redux Actions

  • The Payment Cycle Payroll module does not listen to Redux actions from other modules.

...

  • The module binds to state.core.user to access user information, including rights and other relevant data.

  1. Configuration Options

  • The Payment Cycle Payroll module does not provide specific configuration options.

Please note that the Payroll module is designed to manage payment cycles within the OpenIMIS system. For detailed implementation details, code examples, and usage guidelines, refer to the actual code files in the module's repository. Additionally, ensure compliance with the AGPL v3 license when using or distributing this module.