budget-bear/todo.txt
2022-10-30 02:20:51 -07:00

14 lines
521 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
## Parse capital one statement
x Given a PDF bank statement from capital one, extract the transaction date, description, and amount from each transaction
Store the data in a SQL lite database
x Create database schema
x Automatically add capital one transactions to database
Add web page to add categories
Add web page to categorize transactions