-
Notifications
You must be signed in to change notification settings - Fork 381
Documentation & Resources
Please refer to the FAQ for printer set up and receipt customisation. https://wallacepos.com/faq
Please refer to this guide to setup kiosk mode browser printing in Google Chrome (and other chrome based browsers):
https://github.com/micwallace/wallacepos/wiki/Kiosk-Printing-in-Chrome
Please refer to README.md for initial installation
Build upgrades have the same version number do not need a database update. They are identified by their git revision hash. To upgrade to the latest build, follow steps 1, 2, and 3 below.
A major version is defined by a different version number. They contain a database upgrade that must be applied in order to function correctly.
-
Backup your database and configuration files (/library/wpos/.config.json & .dbconfig.json)
-
Update files. If you used git clone to install, simply pull the latest changes from origin by running:
git pull
git checkout {version_tag} (ie. v1.3)
-
Restore the configuration files you backed up in step 1 if needed.
-
Go to /admin and login as your admin user, if already logged in, just proceed to step 5.
-
Go to /installer and complete the update wizard.
Note: You can also directly run the upgrade by accessing /installer?upgrade&version=1.3