Versions Compared

Key

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

...

Developers can access and payroll data using these mapped objects, which abstract away the underlying database complexities.

...

GraphQL Queries

The module provides several GraphQL queries to retrieve individual and group-payroll related information:

  • paymentPoint: Retrieves payment points.

  • payroll Retrieves payroll information based on specified criteria.

  • billByPayroll: Retrieves bills information based on specified criteria.

  • benefitConsumption: Retrieves benefit consumption based on specified criteria.

  • paymentMethods: Retrieves payment methods based on specified criteria.

  • paymentGatewayConfig: Retrieves payment gateway config based on specified criteria.

  • benefitAttachmentByPayroll: Retrieves consumption attachments based on specified criteria.

  • csvReconciliationUpload: Retrieves CSV Reconciliation uploads based on specified criteria.

  • payrollBenefitConsumption: Retrieves benefit consumptions based on specified criteria.

  • benefitsSummary: Retrieves benefit summary based on the specified criteria.

These GraphQL queries provide a flexible and efficient way to retrieve relevant individual and group payroll data.

GraphQL Mutations

The Payroll Reference Module offers GraphQL mutations to manage Payroll and Payment Points data. Each mutation emits default signals and returns standard error lists following the conventions of openimis-be-core_py.

...

Developers can interact with these services to perform various operations related to individual and group payroll management.

Configuration Options

The behavior of the Individual Payroll Reference Module can be customized through configuration options, which can be modified via core.ModuleConfiguration. The available configuration options are:

...

OpenIMIS Modules Dependencies

The Individual Payrol Reference Module relies on the following module:

...

Ensure that the core module is correctly installed and configured for the Individual Payroll Reference Module to function properly.