It is a web based inventory management software based on Flask and SQLite3 also CS50 liberary. It has the ability to create, update, and view data. Here is the detail about the pages:
This page contains charts and the information based on data. In the upper section there are four cards that contain total number of products, total order, total purchases and also the number of products which need to be purchase soon.
On this page user can add new products it contains the fields like Product Name, Part Number, Label, Number of products Shipped, Number of products received, number of products on hand and also the minimum number of products required
On this page user can add new orders entries. It contains fields like Order date, select product, Buyers first, middle, last name, quantity of product
This page lets user to add new purchase entry. It contains fields like Purchase date, select product, select supplier, quantity of product.
This page lets user to add suppliers.
There are a there type of reports.
Lists products and their information.
Lists Orders
Lists the information about purchases.
- Change Password
- Fully Responsive
- Datatables.js
- Charts.js
- Bootstrap 4
- jQuery
- Ajax