Electronics Inventory management System

Dwipendu Kundu May 31, 2023

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.

 

  1. Product List - View list of all Products

Example:

PID       PName              Quanitiy          Cost     

P101    HardDisk          25                         5200

P102    ScanDisk          15                         600

…..

 

  1. Product count - View number of quantities available for a specific Product

Example:

Enter the Product ID

P101

25

 

  1. View Product details – Product Specification, Cost and count available

Example:

Enter the Product ID

P101

P101    HardDisk          25                         5200

 

  1. 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.

  1. Update Inventory - Add/Delete Product Quantities

Example:

Enter the Product ID

P101

  1. Add
  2. Delete

Enter your choice

1

Enter the Quanitity

5

Quantity added to the product.

 

 

Sample Output:

  1. List all the Products
  2. Add Product
  3. View Product Count
  4. View Product Details
  5. Update Product Quantity
  6. Exit

Enter your Choice

1

PID              PName              Quanitiy          Cost     

P101            HardDisk          25                         5200

P102            ScanDisk          15                         600

....

 

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment