Skip to content

Deep-Menpara/Warehouse-Management-and-Analytics-App

Repository files navigation

WareHouse Management And Analytics (Inventory type)

WareHouse Management System is an online system that is used to manage the selling and stocks of a company. It also manages its various dealers and the products that they sell. It manages bills generated and shows profit earned and displays various graphs for better understanding. It is build using Django framework in Python along with Java Script,HTML and CSS. It uses MySql Server for storing data in database .

After setup of database

run following commands in terminal of path to project folder In pycharm you can directly access terminal commands :

python manage.py makemigrations
python manage.py sqlmigrate Main_Inventory 001
python migrate

One last step : Install pymysql by following command

pip install pymysql

Now go to following path in your computer:

C:\Users\ {Your-username-folder} \AppData\Local\Programs\Python\Python38-32\Lib\site-packages\pymysql\

Replace init.py file with uploaded pymysql_init_.py file.(You can find new init.py file in pymysql folder)

Screenshots

Registration for new dealer or employee who sells items

Screenshot (44)

Home Shows company profit graph and Stock of products

Screenshot (38)

Product / stock details

Screenshot (39)

Add new product : You can add new quantity of existing stock or a new item

Screenshot (40)

Sell Product by adding items in cart

Screenshot (41)

Profit graph : Shows profit made by Logged in user

Screenshot (42)

History : Detailed Selling history of user

Screenshot (43)

Thank You!!!