Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.

Initial Release

Compare
Choose a tag to compare
@CodyRichter CodyRichter released this 30 Mar 15:19
· 16 commits to master since this release

Initial Release!

This is the first release which is implements the main features required of a payment management system. To keep it brief, I'll include only the major features here, and leave the rest to the readme file.

Main features:

  • Added ability to add any number of guests to program to track
  • Added ability to add any number of items to program to track
  • Added the ability to remove guests/items
  • Tons of personal information can be stored in each guest/item profile
  • Items can have owners, and the guest who owns it will see the item in their inventory
  • Tons of bugfixes and checking of user inputs to minimize thrown exceptions
  • Added ability to save/load data directly from a "data.csv" file in the same directory as the jar file
  • A bunch of small things that would take too long to list.

For more info, go to this readme file.