diff --git a/container/src/hledger-flow/accounts/ally/ally-shared.rules b/container/src/hledger-flow/accounts/ally/ally-shared.rules index f9d8684..289f844 100644 --- a/container/src/hledger-flow/accounts/ally/ally-shared.rules +++ b/container/src/hledger-flow/accounts/ally/ally-shared.rules @@ -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