This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
A free, open source, and simple to use and set-up POS app.
A free, open source, and simple to use and set-up POS app.
# Point-of-Sale App  This point-of-sale (POS) app, with its administrative panel, was meant to be a simple to use alternative to all the restrictive paid apps for small shops, street fairs, and neighborhood festivals. My goal is to slowly build this into a WordPress for point of sales apps. ## Building This app was built with Go 1.18, so make sure you have that installed. ``` sh git clone https://github.com/wisepythagoras/pos-system && cd pos-system make current_arch ``` If the build completes without any issues, you should have an executable file in `./bin`. Also, create a config based on `config.example.yaml` and then run: ``` ./bin/pos-system ``` Then build the front end apps: ``` sh yarn build && yarn build-admin ``` Now you can access the POS app via `http://localhost:8088`. ## Runtime Dependencies The only dependency that this application has is `wkhtmltopdf` (you can find information about it [here](https://wkhtmltopdf.org/)), if you want to be able to print receipts (which you should). The website provides [downloadable](https://wkhtmltopdf.org/downloads.html) packages for many systems. However, if you are using Ubuntu or Debian, you can install it by running the following command: ``` sh sudo apt install wkhtmltopdf ``` ## Deploying If you wish to deploy the app, you can use a $35 [Raspberry Pi](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/) running [Raspberry Pi OS Lite](https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit) or [Ubuntu Server](https://ubuntu.com/download/raspberry-pi), if you wish to have a 64-bit version. You can create a dedicated Wi-Fi network and connect the Raspberry Pi directly to the router. After that, you'll have to drop this so
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...