Skip to content

A multi engine for payroll process, this allows define some rules to run any payroll without restrictions from MHRProcess

License

Notifications You must be signed in to change notification settings

adempiere/adempiere-payroll-multi-engine

Repository files navigation

ADempiere Payroll Multi-engine

This plibrary allows define a payroll multi-engine,you can implement your self payroll engine

Requirements

Work in progress...

TODO

  • Create a Engine Factory
  • Implement a default engine using the current payroll process
  • Implement a Testing

Binary Project

You can get all binaries from github here.

All contruction is from github actions

Some XML's:

All dictionary changes are writing from XML and all XML's hare xml/migration

How to add this library?

Is very easy.

  • Gradle
implementation 'io.github.adempiere:adempiere-payroll-multi-engine:1.0.0'
  • SBT
libraryDependencies += "io.github.adempiere" % "adempiere-payroll-multi-engine" % "1.0.0"
  • Apache Maven
<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>adempiere-payroll-multi-engine</artifactId>
    <version>1.0.0</version>
</dependency>

About

A multi engine for payroll process, this allows define some rules to run any payroll without restrictions from MHRProcess

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages