Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The POS alone

Code Block
java \-jar ofbiz.jar \-pos 

THe POS with also the web applications and eCommerce webstore

Code Block
java \-jar ofbiz.jar \-both

Getting Started:

Login with userid "1" and password "1" (or 2/2 for a non manager person).
To use the "register" it must be opened, which basically involves telling the system how much cash you are starting with. It will then keep track of cash transactions so you can see if everything balances when you close the register.

...