Skip to content

sahil28297/flasktest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Inventory Management Application Using FLASK

Inventory management with login and registration features. The application uses sqlite database with the help of sqlalchemy

This consists of three tables 1> Product. 2> Location. 3> ProductMovement.

Product table contains list of produts along with the name of the person who added the product and timestamp. Location table contains list of location and quantity. ProductMovement table tracks the movement of products from and to different locations and displays the result dynamically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published