Skip to content

adempiere/adempiere-pos-improvements

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages