Warehouse-Management-and-Analytics-App
Warehouse-Management-and-Analytics-App copied to clipboard
Warehouse Management and Analytics App ( Inventory )
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 .
For framework setup see this video : https://www.youtube.com/watch?v=VuETrwKYLTM&list=PLsyeobzWxl7r2ukVgTqIQcl-1T0C2mzau&index=2
For more help for database refer: https://www.youtube.com/watch?v=69YkZqZgz9s&list=PLsyeobzWxl7r2ukVgTqIQcl-1T0C2mzau&index=18
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)
You can download preview video from here :https://github.com/Deep-Menpara/Inventory/blob/master/Application%20Preview(DEMO%20VIDEO).mp4
For any Queries you can refer : https://docs.djangoproject.com/en/3.0/intro/tutorial01/
Screenshots
Registration for new dealer or employee who sells items
Home Shows company profit graph and Stock of products
Product / stock details
Add new product : You can add new quantity of existing stock or a new item
Sell Product by adding items in cart
Profit graph : Shows profit made by Logged in user
History : Detailed Selling history of user
Thank You!!!