Add importer for Statiegeld Nederland

This commit is contained in:
polyfloyd 2025-06-27 18:11:57 +02:00
parent 3351e2d0d4
commit d48a4dfd87
10 changed files with 67 additions and 0 deletions

View file

@ -41,6 +41,7 @@ if __name__ == "__main__":
importers = [
rabobank.Importer("Activa:Betaalrekening", "EUR"),
pdf.MollieInvoiceImporter(),
pdf.StatiegeldImporter(),
]
hooks = [classify_contra(rabobank.guess_contra, "Activa:Betaalrekening")]
main = Ingest(importers, hooks)