A point of sale system made with python django for a local retail store. The idea was to run a local server in a private network where staff could connect to serve client with POS capability.
- Python
- Django
- Bootstrap
- Jquery
- AJAX
- JSON
- Django Template Language
- New staff don't need to memorize prices.
- Recorded all transactions.
- Accounting will be easy.
- Can create, read, update, delete customer.
- Can create, read, update, delete product.
- Can create, read, update, delete products category.
- Invoice.
- Also has a price list feature.
- etc...
Just clone it run the following
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py createsuperuser
$ python3 manage.py runserver