👇 Please use this version for the final grade 👇
☝️ Please use this version for the final grade ☝️
Version 1 was the MVP (Minimum Viable Product) for this project. This version lacked many docstring and comments and the print statements could have been clearer. Also the code was left in the order that it was solved and not a more readable form.
Version 2 was the cleaner iteration of the project. This version is better documented with docstrings and comments. The outputs are also more readable. Speaking of readability, the code is better too. Most of the print statements have been moved into functions so the the running code is better understood.
Version 3 is the current working product. It has an added feature of showing the entire transaction history. Print statments have also been updated to include a taco pointer to help the user better find the last output. Also the keyword for exit the credit or debit entry was changed from exit to menu.
- View current balance
- Add a debit (withdrawal)
- Add a credit (deposit)
- Exit
- Show transaction history
- Add categories to each transaction
- View transactions by catagory
- Summary stats about categories
- Record datetime on transaction
- View transactions by day
- Inlude timestamp on all views
- Add description to transaction
- Allow modification of past transactions