Skip to content

The project is designed to implement product management for an engineering organization comprising multiple departments.

Notifications You must be signed in to change notification settings

awahid-ali/inventory-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is designed to implement product management for an engineering organization comprising multiple departments. This system is focused on tracking procured products, their allocation to staff members, and the recording of pertinent information, including the staff member's name, department, and other relevant details.ensuring accurate records of the allocation process.

  • it generates invoice and Qr codes for each assigned products.

  • it exports daily, weekly and monthly assigned products.

  • clone the project git clone https://github.com/awahidanon/inventory-management.git

  • Create a virtual environment python3 -m venv env

  • Activate virtual environment for mac or linux source env/bin/activate

  • Activate virtual environment for Windows env\Scripts\activate

  • create .env file in main directory and add Database credentials, security_key and debugging

  • create MySQL database

  • install the requirements pip install -r requirements.txt

  • make migrations python manage.py makemigrations python manage.py migrate

  • run the App python manage.py runserver

Screenshot 2024-02-24 at 1 43 28 in the afternoon Screenshot 2024-01-27 at 5 31 02 in the afternoon Screenshot 2024-02-23 at 11 18 01 in the morning

About

The project is designed to implement product management for an engineering organization comprising multiple departments.

Resources

Stars

Watchers

Forks

Releases

No releases published