Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.19 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.19 KB

ADempiere Point Of Sales Improvements

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

Main Menu

The POS Terminal window Main Menu

Requirements

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-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>