Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.38 KB

foundation-budget.md

File metadata and controls

31 lines (25 loc) · 1.38 KB

How to update Foundation's budget

  1. Find budget spreadsheet in our Drive folder -> Foundation folder.

CAFBank

  1. Login to CAFBank
  2. Click on "View activity"
  3. Click on "Search and export activity"
  4. Select date range since latest update to now
  5. Export activity to CSV
  6. Run cafbank.py script like this: python cafbank.py path_to_exported_csv.csv
  7. Upload newly generated CSV to Budget spreadsheet, ad as new sheet
  8. Copy data from new sheet and paste it to "Items" sheet in Budget ad the end.
  9. Sort Items sheet by day, Z-A.
  10. Manually update "Item" and "Category" columns.
  11. Balance of CAFBank (in Balance sheet) should check out with the Balance on the actual account.

PayPal

  1. Go to Download history
  2. Select date range since latest update to now
  3. File Types for Download: Comma Delimited - All activity
  4. Hit "Download history"
  5. Run paypal..py script like this: python paypal.py path_to_exported_csv.csv
  6. Upload newly generated CSV to Budget spreadsheet, ad as new sheet
  7. Copy data from new sheet and paste it to "Items" sheet in Budget ad the end.
  8. Sort Items sheet by day, Z-A.
  9. Manually update "Item" and "Category" columns.
  10. Balance of PayPal (in Balance sheet) should check out with the Balance on the actual account.