antpngl92 / allPOS

Final Year Project: EPOS web application implementing an electronic point of sale interface, sales analytics, sales weekly/monthly/yearly reports, employee scheduling functionality, stock management, and intuitive decision making automatic raw goods ordering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo: https://antonpn92.pythonanywhere.com/ - use pin 1111 to clock in first and then login!

allPOS

Final Year Project: EPOS web application including employee scheduling, stock management, and intuitive decision making raw goods ordering

Instructions:

Assuming you have conda installed:

  1. Create new conda env: conda create --name "environment name" (the name of the environment should be without double quotes)

  2. Activate the new conda environment: conda activate "environment name"

  3. Install pip package: conda install pip

  4. install all the modules from the requirements.txt file by: pip install -r requirements.txt

  5. Run the server: ./manage.py runserver

About

Final Year Project: EPOS web application implementing an electronic point of sale interface, sales analytics, sales weekly/monthly/yearly reports, employee scheduling functionality, stock management, and intuitive decision making automatic raw goods ordering.


Languages

Language:Python 45.0%Language:JavaScript 25.1%Language:HTML 22.5%Language:CSS 7.4%