A Stock Management System using Django framework and MySQL database.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This Inventory Tracker & Management Project is a System Application designed for a particular Department in an Academic Institution. Tracking things manually and maintaining record in books may lead to manual errors and it increases human efforts.
So, “The Main Aim of this project is to reduce the stress of tracking by Substituting manpower with Automation.”
-
This application provides the users to handle brands, categories, products, as well as report of the location of a particular item.
-
The system merely records restocking data and provides warning of low stock at any location through notification at a specified interval.
-
The system is used to track items and parts as they are imported to the Department, transferred between Classrooms, and finally if loaned to a person (staff or student).
-
In future, we can develop android application for this project. So that status of inventory in stock can be seen on mobile phones anywhere in the world. This leads to easy and effective management of the inventory.
- pip
pip install django
- Create and activate an environment.
- Clone the repo
git clone https://github.com/radonintro1234/Stock-Management-System.git
- Change Directory to project folder.
cd Stock-Management-System
- Start the server
python manage.py runserver
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Rishi Mule - radonintro1234@gmail.com
Project Link: https://github.com/radonintro1234/Stock-Management-System