add a pattern to detect cards
This commit is contained in:
parent
a7af6b2c6e
commit
920d46e116
1 changed files with 2 additions and 0 deletions
|
|
@ -208,6 +208,8 @@ class Transaction(FrenchTransaction):
|
|||
FrenchTransaction.TYPE_CHECK),
|
||||
(re.compile('^(?P<category>RELEVE CB) AU (?P<dd>\d+)/(?P<mm>\d+)/(?P<yy>\d+)'),
|
||||
FrenchTransaction.TYPE_CARD),
|
||||
(re.compile('^(?P<category>CB) (?P<text>.*) (?P<dd>\d+)/(?P<mm>\d+)/(?P<yy>\d+)'),
|
||||
FrenchTransaction.TYPE_CARD),
|
||||
(re.compile('^(?P<category>(PRELEVEMENT|TELEREGLEMENT|TIP)) (?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_ORDER),
|
||||
(re.compile('^(?P<category>ECHEANCEPRET)(?P<text>.*)'), FrenchTransaction.TYPE_LOAN_PAYMENT),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue