This project add many changes of dictionary for ADempiere, the main scope for this is create a setup very real and useful for POS. This was implemented for ADempiere Vue UI
Note that all changes are added to POS definition.
See the follow menu
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-pos-improvements:1.0.0'
- SBT
libraryDependencies += "io.github.adempiere" % "adempiere-pos-improvements" % "1.0.0"
- Apache Maven
<dependency>
<groupId>io.github.adempiere</groupId>
<artifactId>adempiere-pos-improvements</artifactId>
<version>1.0.0</version>
</dependency>