An open API service indexing awesome lists of open source software.

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.

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:

![ezgif com-gif-maker](https://user-images.githubusercontent.com/35958006/143768247-683e2025-81f6-4bcb-8f53-2ca6a15c92d4.gif)

## 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