Skip to content

Commit

Permalink
v1.0.2 Added new trntype: 'Uitgaande instantoverschrijving'; Changed one
Browse files Browse the repository at this point in the history
Changed trntype 'SEPA-domiciliëring' from DIRECTDEBIT to REPEATPMT
  • Loading branch information
woutbr committed May 16, 2019
1 parent ddecd0a commit 1e05f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ofxstatement/plugins/argenta.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ class ArgentaStatementParser(StatementParser):
'Betaling Bancontact': 'POS',
'Betaling Maestro': 'POS',
'Bestendige opdracht': 'REPEATPMT',
'SEPA-domiciliëring': 'DIRECTDEBIT',
'SEPA-domiciliëring': 'REPEATPMT',
'Debet ten voordele van BCC': 'DEBIT',
'Storting kaarttransactie': 'XFER',
'Opname Bancontact': 'ATM',
'Interestberekening': 'INT'
'Uitgaande instantoverschrijving': 'DEBIT',
}# TODO Add more transaction types as I encounter them.
# Transaction types used in <TRNTYPE>: xml.coverpages.org/OFEXFIN2.html#_Ref377532222

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages
from distutils.core import setup

version = '1.0.1'
version = '1.0.2'
with open('README.rst', encoding = "utf-8") as f:
long_description = f.read()

Expand Down

0 comments on commit 1e05f7a

Please # to comment.