Skip to content

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.

antpngl92/allPOS

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published