- Copy
config/env.example.phptoconfig/env.phpand fill necessary values - Run
bin/run.phpand enjoy!
- We are downloading transactions "From last downloaded transaction". If you need to manually adjust the breakpoint, you can run
bin/reset-fio.php 1234with transaction ID you want to return to. - If you delete imported transactions from YNAB, it WON'T BE IMPORTED AGAIN - YNAB remember "import id" and reject them automatically (https://www.reddit.com/r/ynab/comments/7rrx16/help_how_to_reimport_deleted_transactions/). Solution could be modifying
\App\Repository\YnabTargetRepositoryto use different import id (e.g. uniquid, md5 time or anything).