- As a user I would like to provide an item and a price and get an estimate in number of months needed to save up to buy this item (based on current monthly saving).
- As a user I would like to load multiple income from an external file all at once returning true if loaded successfully and false otherwise.
- As a user I would like to load multiple expenses from an external file all at once returning true if loaded successfully and false otherwise.
- As a user I would like to view my current balance in a different currency and back.
- As a user I would like to choose a report and export it as an external file (any type is fine preferences are csv or JSON)
- As a user I would like to view a detailed report of expense of a certain type , and summary information for expenses
- As a user I would like to view a detailed report of income of a certain type, and summary information for income
- As a user I would like to view a detailed report of all income, and summary information for income
- As a user I would like to view a detailed report of all expenses, and summary information for expenses
- As a user I would like to view a detailed report of all expenses, income, and summary information. summary information include : total income, total income for each type, total income for each month, total expense, total expense for each type, total savings (total income- total expenses) to date, if the total savings are less than zero it should be reported as total new debt.
- As a user I'd like to add a monthly income so I can track and report my income all year.
- As a user I'd like to add a monthly expense so I can track and report my expenses