- Find budget spreadsheet in our Drive folder -> Foundation folder.
- Login to CAFBank
- Click on "View activity"
- Click on "Search and export activity"
- Select date range since latest update to now
- Export activity to CSV
- Run
cafbank.py
script like this:python cafbank.py path_to_exported_csv.csv
- Upload newly generated CSV to Budget spreadsheet, ad as new sheet
- Copy data from new sheet and paste it to "Items" sheet in Budget ad the end.
- Sort Items sheet by day, Z-A.
- Manually update "Item" and "Category" columns.
- Balance of CAFBank (in Balance sheet) should check out with the Balance on the actual account.
- Go to Download history
- Select date range since latest update to now
- File Types for Download: Comma Delimited - All activity
- Hit "Download history"
- Run
paypal..py
script like this:python paypal.py path_to_exported_csv.csv
- Upload newly generated CSV to Budget spreadsheet, ad as new sheet
- Copy data from new sheet and paste it to "Items" sheet in Budget ad the end.
- Sort Items sheet by day, Z-A.
- Manually update "Item" and "Category" columns.
- Balance of PayPal (in Balance sheet) should check out with the Balance on the actual account.