adempiere / adempiere-payroll-multi-engine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v2.0


Languages

Language:Java 100.0%