Skip to content

An inventory management application written in vanilla Java.

Notifications You must be signed in to change notification settings

Matt54/CompanyInventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompanyInventory

Notable Concepts Involved:

  • User interface design (JavaFX)
  • Exception handling
  • OOP design principles (e.g. abstraction, inheritance, and encapsulation)

Program Flow:

  • Parts and products can be created, modified and deleted.
  • Parts are linked to products. Linked parts are displayed in seperate popup window for product.
  • Parts are defined as "In-House" or "Outsourced".
  • TableViews are updated as parts/products are added/deleted.
  • TableViews can be searched based on part/product name or ID.

Main User Interface:

About

An inventory management application written in vanilla Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published