Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dqbd/cheap-pos
POS written from scratch. Targetted for Raspberry PI.
https://github.com/dqbd/cheap-pos
Last synced: 18 days ago
JSON representation
POS written from scratch. Targetted for Raspberry PI.
- Host: GitHub
- URL: https://github.com/dqbd/cheap-pos
- Owner: dqbd
- Created: 2016-01-12T15:53:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T18:46:49.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T01:58:41.562Z (about 1 month ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cheap-pos
POS for those, who are looking for best value-per-price system. Targetted primarily for Raspberry PI (using py client).This project is mainly for encouraging other DIY solutions. Also, as an open-source implementation of the future state-based record tracking (oh god...)
# run the server
The server is running at port 5116 by default.
```
npm install
npm start
```# run python client
Python 3.4+ with Tk/Ttk support required.
```
python ./python/client.py
```# browser client
After running the server, visit `/client` in your browser.Alternatively, you can start `nwjs` with the help of `gulp`
```
gulp run
```