Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix deprecated indications on how to start

...

To Run

The POS alone

Code Block
java -jar ofbiz.jar -pos
*nix and Mac: ./ant start-pos
Windows: ant start-pos

THe POS with also the web applications and eCommerce webstore

Code Block
java -jar ofbiz.jar *nix and Mac: ./ant start-both
Windows: ant start-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.

...