https://github.com/sameeramin/inventory-manager
Inventory Management Software. A Flask based web application.
https://github.com/sameeramin/inventory-manager
bootstrap4 css3 flask html5 python3 sqlite3
Last synced: 9 months ago
JSON representation
Inventory Management Software. A Flask based web application.
- Host: GitHub
- URL: https://github.com/sameeramin/inventory-manager
- Owner: sameeramin
- License: gpl-3.0
- Created: 2020-04-12T13:29:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T14:43:52.000Z (over 4 years ago)
- Last Synced: 2025-10-10T23:43:47.342Z (9 months ago)
- Topics: bootstrap4, css3, flask, html5, python3, sqlite3
- Language: HTML
- Size: 4.4 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inentory Manager
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:

## Dashboard
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.
## Products
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
## Orders
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
## Purchases
This page lets user to add new purchase entry. It contains fields like Purchase date, select product, select supplier, quantity of product.
## Supplier
This page lets user to add suppliers.
# Reports
There are a there type of reports.
## Product Listing
Lists products and their information.
## Orders Listing
Lists Orders
## Purchases Listing
Lists the information about purchases.
# Other features
- Change Password
- Fully Responsive
- Datatables.js
- Charts.js
- Bootstrap 4
- jQuery
- Ajax