Ignore fixed deposit transactions when processing bank payments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-12 09:21:51 +02:00
parent b61a47168f
commit deedc1019f

View File

@@ -199,6 +199,11 @@ with open('data/fsfe-bankpayments.log', 'a') as logfile:
elif rec["transactionCode"] in ("805", "808"):
continue
# ----- Ignore fixed deposit transactions -----
elif rec["transactionCode"] in ("814", "835"):
continue
# ----- Ignore internal transfers -----
elif rec["remoteAccountNumber"] == "DE74430609672059790800": # to other GLS account