forked from dimple2429/Inventory_Management
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md
More file actions
47 lines (32 loc) · 2.98 KB
/
Copy pathREADME.md
File metadata and controls
47 lines (32 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
**Description:**
Inventory Management is the simple Web application that allows us to manage the operations happening in the warehouse of different products and at different locations.
It also helps to add,edit and view products and product locations and also different product movements which helps in moving the product from one location to another.
**Features:**
This Inventory Management System allows you to various tasks:
1. Add/Edit/Delete View Products
2. Add/ Edit/Delete/View Locations
3. Add/Edit/Delete/View Product Movements
4. Overview(helps in viewing report of the particular product movement)
**Assumption:**
Here it is assumed that for a location, the first entry should have empty 'From', because you cannot send something you don't have.
**Screens:**
1. Overview(No Data)
[")](https://github.com/dimple2429/Inventory_Management/blob/master/utils/overview.gif "Overview(No Data)")
2. Add Product
[](https://github.com/dimple2429/Inventory_Management/blob/master/utils/add_product.gif "add_product")
3. Add Location
[](https://github.com/dimple2429/Inventory_Management/blob/master/utils/add_location.gif "add_location")
4. Add Product Movement
[](https://github.com/dimple2429/Inventory_Management/blob/master/utils/add_movement.gif "add_productmovement")
5. Overview with data
[](https://github.com/dimple2429/Inventory_Management/blob/master/utils/report.gif "overview with data")
6. Edit Product
[](https://github.com/dimple2429/Inventory_Management/blob/master/utils/edit_product.gif "edit_product")
7. Edit Location
[](https://github.com/dimple2429/Inventory_Management/blob/master/utils/edit_location.gif "edit_location")
8. Edit Product Movement
[](https://github.com/dimple2429/Inventory_Management/blob/master/utils/edit_movement.gif "edit_productmovement")
9. Final Overview[](https://github.com/dimple2429/Inventory_Management/blob/master/utils/final.gif "final Overview")
Dependencies :
1. Flask
2. Sql Alchemy