budget-bear/todo.txt
2022-10-30 02:58:27 -07:00

14 lines
522 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
xStore the data in a SQL lite database
x Create database schema
x Automatically add capital one transactions to database
Add web page to categorize transactions
Add web page to add categories