Skip to content

CRUD system for inventory items with three-level-classification, status handling, advanced filtering, chart based UI and CSV file generation.

Notifications You must be signed in to change notification settings

AnimeshTimsina/Inventory_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System (Storage)

Inventory items can divided into categories having category-specific properties which can be custom-added by the user.

This is basicaly a CRUD system for Floor, Room, Category, Item and User.

It also has an advanced filter page with intuitive tables and add/edit/delete facility from the table itself.

CSV files are also available for download.

Usage

  • pip install -r requirements.txt
  • Create a postgres database and fill the credentials in settings.py within DATABASES
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser and add an admin user
  • Open 127.0.0.1:8000 on your browser and login with admin credentials

Screenshots

Screen Shot 2019-11-06 at 23 06 00 Screen Shot 2019-11-06 at 23 06 15 Screen Shot 2019-11-06 at 23 06 45 Screen Shot 2019-11-06 at 23 06 58 Screen Shot 2019-11-06 at 23 41 36

About

CRUD system for inventory items with three-level-classification, status handling, advanced filtering, chart based UI and CSV file generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages