From a08ae2098e5d2dae207ed53f5f9a22e9fc64376b Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Fri, 7 Jun 2024 13:33:01 -0700 Subject: [PATCH] hledger-flow: ally: add eCheck deposit rule --- container/src/hledger-flow/accounts/ally/ally-shared.rules | 5 +++++ 1 file changed, 5 insertions(+) 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