This plibrary allows define a payroll multi-engine,you can implement your self payroll engine
Work in progress...
- Create a Engine Factory
- Implement a default engine using the current payroll process
- Implement a Testing
You can get all binaries from github here.
All contruction is from github actions
All dictionary changes are writing from XML and all XML's hare xml/migration
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>