Question: Java** Inventory management tools are used in many different industries to keep track of products and their quantities. In this project, youll create a simplified
Java**
Inventory management tools are used in many different industries to keep track of products and their quantities.
In this project, youll create a simplified version of these tools.
The basic requirements are as follows: Store product name, quantity, price, numeric ID and category. Search for products by price, ID or name. Quick overview of current inventory, including quantities of different products sorted by category. Updating the database dynamically as a product is checked out or removed from the system.
You can implement a graphical dashboard with charts and graphs indicating quantities of different products, a notification system to warn you about low levels of a particular product, include additional details such as manufacturer name, shipper details, etc. for added complexity.
Deliverables: Your program should include the following modules: a) Add an inventory b) Edit/Update an inventory c) Delete a product d) Search for a product
Your application should be menu driven and there should be an option to exit the menu.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
