Skip to content

Spring Boot inventory system tracks products, warehouses, orders & suppliers. Manage stock, fulfill orders & cultivate supplier relations - all via RESTful APIs for easy integration.

Notifications You must be signed in to change notification settings

saeedmosaffer/inventory-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

inventory-management-system

image image

Products: Attributes: Product ID, Name, Description, Price, Supplier ID, Category Explanation: Products are the items managed by the system. They are Products relate to other resources such as Orders (for tracking sales), Suppliers (for managing procurement), and Warehouses (for tracking storage).

Warehouses: Attributes: Warehouse ID, Name, Location, Capacity, Manager ID Explanation: Warehouses are physical locations where inventory items are stored. Warehouses are related to Products (for storing inventory), Orders (for fulfillment), and Suppliers (for receiving goods).

Orders: Attributes: Order ID, Customer ID, Order Date, Delivery Date, Status, Total Amount, Payment Status Explanation: Orders represent requests for products made by customers. Orders are related to Products (for the items being ordered), Customers (who place the orders), Warehouses (for fulfillment), and Suppliers (for purchasing inventory).

Suppliers: Attributes: Supplier ID, Name, Contact Information, Address, Payment Terms Explanation: Suppliers are external entities ,Suppliers are related to Products (as they provide the inventory), Orders (for purchasing items), and Warehouses (for receiving goods).

Tables.pdf

https://app.swaggerhub.com/apis/SaeedMosaffer/inventory-management-system/1.0.0-oas3.1

About

Spring Boot inventory system tracks products, warehouses, orders & suppliers. Manage stock, fulfill orders & cultivate supplier relations - all via RESTful APIs for easy integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages