katefike / sage

A personal finance app that's like Mint, but better. It uses a dockerized postfix/dovecot email server. Parses transaction data from alert emails.
MIT License
5 stars 0 forks source link

Validate 202402 Discover miles txns #168

Closed katefike closed 2 months ago

katefike commented 3 months ago

Steps

Local Testing

  1. Run export ISDEV=True && python3 -m sage and verify the emails can be parsed
  2. Download a CSV of all of an account's transaction history validator/real_data/Chase_visa-prime_220618-240618.csv
  3. Validate the DB data against the CSV data python3 -m validator Discover_student_220618-240618.csv 3-2024

DONE WHEN