Laurent Bachelier
3da02fde24
Remove useless __all__ in modules
...
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.
The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Romain Bignon
33b9ae23be
fix detection of card pages
2014-01-14 11:33:52 +01:00
Romain Bignon
3ec1cac9e3
support dispobank
2014-01-14 10:40:35 +01:00
Romain Bignon
2c0417b2d6
fix crash on page to select account
2013-11-26 17:13:58 +01:00
Romain Bignon
ad4239d41c
set the right debit date on card transactions
2013-09-07 22:14:31 +02:00
Romain Bignon
ca018c7cb1
fix selection of accounts when there are both personal and enterprise ones
2013-08-23 11:14:50 +02:00
Romain Bignon
fe6d99c51a
bred: ability to select accounts
2013-08-07 12:08:15 +02:00
Romain Bignon
3f5b2c6d41
fix login on accounts with several subaccounts
2013-04-01 15:05:23 +02:00
Laurent Bachelier
7094931c92
Easy spacing fixes, trailing stuff
...
Remove useless trailing \
Remove trailing spaces
Add missing empty lines
autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .
Diff quickly checked.
2013-03-16 00:54:55 +01:00
Romain Bignon
34aff683eb
fix deferred debit cards parsing
2013-02-05 11:23:42 +01:00
Romain Bignon
67c24a8926
fix crash when there is no ID on a transaction
2012-12-22 21:22:36 +01:00
Romain Bignon
d91dad2b2b
support currencies
2012-12-06 13:21:13 +01:00
Romain Bignon
3247217dad
ignore special accounts
2012-11-30 17:19:56 +01:00
Romain Bignon
8e4454e14f
fix parsing accounts when there are interlines
2012-11-17 17:00:09 +01:00
Romain Bignon
33bbe6d451
support payment in several times
2012-11-10 12:37:12 +01:00
Romain Bignon
e7c6e6b4ab
correctly encode login and password
2012-11-09 13:31:29 +01:00
Romain Bignon
5699a18cf0
fix detecting wrong pass
2012-10-02 16:40:38 +02:00
Romain Bignon
57436e0899
fix when there are several amounts for a card
2012-07-03 10:08:02 +02:00
Romain Bignon
00cb04f49e
new module for french bank Bred (CapBank)
2012-06-27 16:41:28 +02:00