From 4e6211130fe2f3f8c36e0335a0ad8e8e30a2c4bd Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 16 May 2026 09:50:51 -0400 Subject: [PATCH] Adding savings account check --- ledger/update.jq | 1 + 1 file changed, 1 insertion(+) diff --git a/ledger/update.jq b/ledger/update.jq index 6203270..f0ced37 100644 --- a/ledger/update.jq +++ b/ledger/update.jq @@ -37,6 +37,7 @@ def format_transactions: def rename_accounts: map(.name |= ( if (.| contains("7778")) then "Checking" + elif (.| contains("8704")) then "Assets:Sofi:Checking" elif (.| contains("5809")) then "Credit" elif (.| contains("3116")) then "Amazon" elif (.| contains("3013")) then "Savings"