Baptiste Delpey
4def869b6a
courtois: we now skip transactions without date even on pro accounts
2015-07-28 14:58:06 +02:00
Baptiste Delpey
f7f700bd43
creditdunord fix crash on accounts which doesn't support history
2015-05-27 08:14:11 +02:00
Vincent Paredes
adabce289d
handling no details for this account
2015-03-31 18:03:39 +02:00
Vincent Paredes
7ef1ffb87c
handling account with no history
2015-03-30 15:55:25 +02:00
Romain Bignon
5fa16ee66d
remove spaces from IDs
2015-03-16 15:13:08 +01:00
Jean-Philippe Dutreve
82f0a27790
Handle the case when the creditdunord CB label is "OPERATION SUR CARTE" ( closes #1712 )
...
Signed-off-by: Jean-Philippe Dutreve <jdutreve@winancial.com>
2015-01-28 14:05:11 +01:00
Laurent Bachelier
21e8f82fd7
pep8: Use "X not in Y" instead of "not X in Y"
...
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +02:00
Romain Bignon
d61e15cf84
rename things related to browsers
...
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions
Also, the new tree for browser2 is:
weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
444d36eee8
Rename BasePage to Page
2014-09-26 10:18:12 +02:00
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
38f1c3e2c5
if type is not found, set TYPE_UNKNOWN instead of None
2014-02-17 09:37:27 +01:00
Romain Bignon
8fdbf330dd
improvements on transaction and account types detection
2014-02-16 21:04:46 +01:00
Romain Bignon
4d1ed2a430
fix pagination on professional website
2013-11-28 17:09:42 +01:00
Romain Bignon
f949b26996
support SEPA orders
2013-11-26 11:36:19 +01:00
Romain Bignon
20c9f84974
fix parameters on request to get professionnal accounts history
2013-11-26 11:36:18 +01:00
Romain Bignon
ac8bd4e7ec
support enterprise accounts
2013-09-16 12:47:14 +02:00
Laurent Bachelier
23a71d847b
Code style fixes, mostly whitespace
2013-08-04 20:00:19 +02:00
Laurent Bachelier
a6ad7e83ff
Use newer form of catching exceptions
...
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
624896f847
fix crash if the date of a transaction is empty
2013-04-10 17:40:23 +02:00
Romain Bignon
83987f5b2e
fix encoding error to get history for accounts with special chars in name
2013-04-10 17:40:23 +02:00
Romain Bignon
97f92a7276
attach cards to the previous account, not to the first one
2013-03-27 14:29:23 +01:00
Romain Bignon
9856c27f8c
support professionnal accounts
2013-03-25 16:29:14 +01: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
2cf8777f18
better transaction patterns
2013-03-02 11:02:14 +01:00
Romain Bignon
921409ebbc
support joint accounts
2013-03-02 11:01:47 +01:00
Romain Bignon
8e496311e0
support all Visa cards (not only Visa Premier)
2013-02-11 09:01:16 +01:00
Romain Bignon
a88bbe864b
do not go on history page for life assurances
2013-02-10 21:57:31 +01:00
Romain Bignon
8cbdd1fa29
fix unicode issue
2013-02-10 21:57:24 +01:00
Romain Bignon
63cbeea026
ignore card credits all the time
2013-02-10 17:58:09 +01:00
Romain Bignon
fd9d069442
add module creditdunord
2013-02-10 02:17:54 +01:00