parse more card transactions
This commit is contained in:
parent
52aaefe6ec
commit
63e1920c2b
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ class Transaction(FrenchTransaction):
|
||||||
(re.compile('^REMISE (?P<text>.*)'), FrenchTransaction.TYPE_DEPOSIT),
|
(re.compile('^REMISE (?P<text>.*)'), FrenchTransaction.TYPE_DEPOSIT),
|
||||||
(re.compile('^(?P<text>.*)( \d+)? QUITTANCE .*'),
|
(re.compile('^(?P<text>.*)( \d+)? QUITTANCE .*'),
|
||||||
FrenchTransaction.TYPE_ORDER),
|
FrenchTransaction.TYPE_ORDER),
|
||||||
|
(re.compile('^CB [\d\*]+ (?P<text>.*)'), FrenchTransaction.TYPE_CARD),
|
||||||
]
|
]
|
||||||
|
|
||||||
class IndexPage(BasePage):
|
class IndexPage(BasePage):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue