A improvement for dashboard using ADempiere new UI.
All packages are created with org.spin.eca50
preffix.
org.spin.eca50.model.validator
org.spin.eca50.setup
org.spin.eca50.util
Change the org.spin.eca50.model.validator.Validator
by your implementation, example: org.spin.eca50.model.validator.MyOwnFunctionality
Change the org.spin.eca50.setup.Deploy
by your implementation, example: org.spin.eca50.setup.MyOwnSetupForDeploy
Change the org.spin.eca50.util.Changes
by your implementation, example: org.spin.eca50.util.MyOwnChanges
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-dashboard-improvements:1.0.0'
- SBT
libraryDependencies += "io.github.adempiere" % "adempiere-dashboard-improvements" % "1.0.0"
- Apache Maven
<dependency>
<groupId>io.github.adempiere</groupId>
<artifactId>adempiere-dashboard-improvements</artifactId>
<version>1.0.0</version>
</dependency>