Skip to content

pradipece/Invantory_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

"Simple Inventory Management System powered by Flask"

Table of Contents

Installation

git repository:

$ cd Inventory_Management_System

Install necessary dependencies

$ pip3 install -r requirements.txt

Which is the same as

$ pip3 install flask

Overview

The index page or summary covers the system summary, containing lists of products and locations along with a count of unallocated products. On the products page, we can add/edit/remove products from the system. The location page covers similar functionality in the context of locations or warehouses. The logistics page allows for product movement and maintains a tabular history of all transactions.

Usage

Starting Things up

To run the application, change the current working directory to ~/Inventory_Management_System/inventory/

$ cd inventory

run the app by typing the following command into your terminal

$ python3 -m flask run

The application can be accessed at localhost:5000 in your browser

This view of the system can be accessed for demo purposes on installation, to start afresh and remove the inventory.sqlite file from the parent folder

Getting Into It

A new system will look like this

Adding Products and Locations

To add products, only the name and quantity are required Adding locations needs only the name to be added

Moving Things Around

Products can be moved into and between warehouses only after they have been added to the system

Moving into locations

Moving between locations

Editing Existing Information

Editing Product Information

Editing Location Information

Deleting Products and Locations on the System

Dependencies

  • Just Flask!

License

This project has been published under the MIT License.

About

This project consists of an Inventory Management System powered by Flask Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published