Compare commits

...

1 Commits

Author SHA1 Message Date
Random936
4e6211130f Adding savings account check 2026-05-16 09:50:51 -04:00

View File

@@ -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"