Electronics Inventory management System
To implement Inventory management System for a Small Electronics Store using Classes and objects. It should implement functionalities given in below menu.
Implement the Electronics Inventory management System using Objects and Classes in JAVA
Description:To implement Inventory management System for a Small Electronics Store using Classes and objects. It should implement functionalities given in below menu.
- Product List - View list of all Products
Example:
PID PName Quanitiy Cost
P101 HardDisk 25 5200
P102 ScanDisk 15 600
…..
- Product count - View number of quantities available for a specific Product
Example:
Enter the Product ID
P101
25
- View Product details – Product Specification, Cost and count available
Example:
Enter the Product ID
P101
P101 HardDisk 25 5200
- Edit Product - Update Product Details
Example:
Enter the New Product Details
P110
CMOS Battery
20
15
New product will add to the list if the memory is available.
- Update Inventory - Add/Delete Product Quantities
Example:
Enter the Product ID
P101
- Add
- Delete
Enter your choice
1
Enter the Quanitity
5
Quantity added to the product.
Sample Output:
- List all the Products
- Add Product
- View Product Count
- View Product Details
- Update Product Quantity
- Exit
Enter your Choice
1
PID PName Quanitiy Cost
P101 HardDisk 25 5200
P102 ScanDisk 15 600
....
Project Files
| .. | ||
| This directory is empty. | ||