Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```