budget-bear/todo.txt
Sara Montecino d986461019 Add a bunch of fixes, categories
- Go through and update database
2022-10-31 00:57:57 -07:00

14 lines
562 B
Plaintext
Executable File

# Goal: Command line tool for easily doing my budget
Every week, I need to:
1. Categorize my purchases
2. Update SplitWise for shared purchases
# Tasks
xParse capital one statement
x Given a PDF bank statement from capital one, extract the transaction date, description, and amount from each transaction
xStore the data in a SQL lite database
x Create database schema
x Automatically add capital one transactions to database
xAdd web page to categorize transactions
xAdd web page to add categories
Visualize spend for each month