Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.14 KB

About The Project

Inventory system

Built With

  • [Java]
  • [JavaFX]

Usage

Inventory system that allows user to add, modify and delete, save and cancel the part and product.

Add Part

The user has the option to select In-House or Outsourced to categorize the part on Add Part screen. The field Inv stores the number of units of the product that the company currently have available.

Modify Part

The user has the option to select “In-House” or “Outsourced” to categorize the part. If the user selects “Outsourced,” the “Company Name” field is available. The “Modify Part” screen has the same functionality as the “Add Part” screen, but the fields are populated with data that was previously entered and saved.

Modify Product

The “Modify Product” screen has the same functionality as the “Add Product” screen, but the parts and fields are populated with data that was previously entered and saved.