Add importer for Statiegeld Nederland
This commit is contained in:
parent
3351e2d0d4
commit
d48a4dfd87
10 changed files with 67 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue