Inventory Management

Inventory Management Overview

View the code

The inventory management program is a Java desktop program used to manage the inventory for parts and products.

The program has a user-friendly graphical interface to simplify inventory management. Both parts and products can be added, deleted, and modified through this interface. Products are composed of individual parts, and maintain their own list of associated parts.

Tech at a glance

  • Java
  • FXML
  • JavaFX
  • NetBeans
  • Scene Builder

Features to Note

  • Object Oriented Practices
  • Data Parsing and Manipulation
  • Graphical User Interface