Future - pdean1/CS6920-Group-4-Project GitHub Wiki

List of known bugs

  • Manage bills allows for future paid dates to be added. It should only allow the current date as the highest date for payment.
  • Calculator calculates till infinity or no number at all (NAN).
  • There are no limits on the amount of negative or positive income the budget will allow.

Future Features

  1. (n) number of days before a bill is due, the application could notify the user of this upcoming bill. n would be set by the user.
  2. Add search functionality to the application where a user could search for a specific record (i.e. bill, earning, expense) and have the option to use filters such as a specific date range, etc.
  3. Have the application generate reports for the user from records within the budget.