You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A handy application that remembers what you earn and spend.
Table of Contents
Description
User Stories
Screenshot
Description
What will the application do? The application will keep track of a person's income and expenditure and show them
a summary of all the transactions in the last certain time periods while showing them their positive or negative
balance.
Who will use it? The application will be used by people who want to have a better control on their finances. It
can be used by university students or adults who are having trouble with their finances.
Why is this project of interest to you? I feel this application can help me take control of my own finances as
well as I have struggled in doing so in the past. As a new university student who now has to manage his own finances,
an application that keeps track of my transactions can be of great help.
User Stories
As a user, I want to be able to create and record a new transaction and add it to a list of transactions.
As a user, I want to be able to see the summary of all of my entered transactions.
As a user, I want to be able to record my transaction as Income or Expense and see a summary of just my income
transactions or just my expense transactions.
As a user, I want to be able to see the positive or negative balance on my account.
As a user, I want to be able to further categorize each income or expense item and see my most frequent categories
for both income and expense.
As a user, I want to be able to save the transactions I entered to file.
As a user, I want to be able to be able to load my previous transactions from the file.
As a user, when I select the quit option from the application menu, I want to be reminded to save my history
to file and have the option to do so or not.