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
  • python manage.py runserver
  • 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