Skip to content

A simple inventory management system built for my CS_230 Final Project

Notifications You must be signed in to change notification settings

djpeach/Inventory-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for Inventory Management


To run the project:

Prerequites:

  • python3

Once python3 is installed, go ahead and clone the repo. cd into the directory and run python3 manage.py runserver. This will run the server on port 8000.

Open your browser and go to http://localhost:8000/testing.

On this page, you can double check that the database is restored cleanly for you, by making sure to click ALL the delete buttons, and then all the add buttons. This will pre-populate the database with random example customers, orders, items, and tickets.


Now you can click the Home link, which will take you to the main screen of the project.

Here you can navigate to:

Sales

Where you will be able to view, add, and update customers and orders


Dashboard

Where you will be able to view the current status of the company's assets and orders


Warehouse

Where you will be able to add, update, remove, ship, and return tickets, tubs, and bottles. (I chose tubs and bottles as inventory items because my current employer at the time handled those quite a bit.)


If you have any questions, please feel free to contact me at [email protected]

More Photos

About

A simple inventory management system built for my CS_230 Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published