hledger-flow: ally: add eCheck deposit rule

This commit is contained in:
2024-06-07 13:33:01 -07:00
parent 290aa7c933
commit a08ae2098e

View File

@@ -53,4 +53,9 @@ if %direction ^IN$
& %description ^Interest Paid$
account2 income:ally:%subaccount:interest
# eCheck deposits
if %direction ^IN$
& %description ^eCheck Deposit$
account2 income:ally:%subaccount:echeck
# vim: sw=2 sts=2 si ai et