Romain Bignon
d91dad2b2b
support currencies
2012-12-06 13:21:13 +01:00
Laurent Bachelier
541d080c9d
Use flake8 if available instead of pyflakes
...
With flake8, we can check for more issues and ignore those who are not
real issues.
This allowed me to find genuine errors in:
- modules/boursorama/pages/account_history.py
- modules/ing/pages/login.py
- weboob/tools/application/qt/qt.py
I left one in weboob/tools/browser/browser.py for the time being.
Some PEP8 fixes on other files.
2012-11-24 19:46:34 +01:00
Florent
f645e2fef9
Fix iter_ressources
2012-10-31 15:02:16 +01:00
Florent
8377407155
Support of downloading monthly pdf report
2012-10-31 14:41:29 +01:00
Romain Bignon
4a1e4b5afa
bump to 0.e
2012-10-28 20:39:49 +01:00
Florent
e58a1d5027
Fix hash on double entries
2012-10-24 18:28:40 +02:00
Laurent Bachelier
3a66728392
Fix crashes with unicode characters in maintainer name
...
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Florent
ce3d6c4a2c
Remove a print
2012-10-03 19:13:06 +02:00
Florent
1758f62cdd
Add transfer label
2012-09-27 13:14:03 +02:00
Florent
e128fcc2e2
Allow transfer with weboob identifiers
2012-09-27 13:14:03 +02:00
Florent
52493ca98b
Better error message
2012-09-27 13:14:03 +02:00
Florent
c861da55f9
Full support of transfer
2012-09-27 13:14:03 +02:00
Florent
dae0cdf513
Remove unused code
2012-09-27 13:14:02 +02:00
Florent
e64c31ef44
Get the confirm page for transfer
2012-09-27 13:14:02 +02:00
Florent
af96a09be0
First work on transfer
2012-09-27 13:14:02 +02:00
Florent
10c336fca9
Get recipient for livret A
...
And add missing file...
2012-09-27 13:14:02 +02:00
Florent
06392b4a6f
Get recipient list (only work with one account)
2012-09-27 13:14:02 +02:00
Romain Bignon
dde19633d3
set CERTHASH const on most bank modules and others
2012-09-01 13:38:08 +02:00
Florent
702b56d594
SSL workaround
2012-09-01 12:56:23 +02:00
Florent
1d90c11ad9
Fix first page parsing (additionnal blank in text)
2012-08-08 15:10:43 +02:00
Romain Bignon
5f9536f61d
use static IDs of accounts
2012-07-30 15:52:17 +02:00
Florent
f24a454677
id with hash function
2012-06-01 11:18:07 +02:00
Romain Bignon
2f8072e89e
bump to 0.d
2012-05-04 21:17:46 +02:00
Florent
4fe8f13984
Catch error on password/birthday/login as BrowserIncorrectPassword
2012-05-04 15:01:08 +02:00
Florent
f455fbf1e6
Small cleanup
...
1) Remove the todo, ING coming doesn't provide usefull information
2) yield account instead to create a list
3) remove coming in the test (not implemented)
2012-04-27 13:34:40 +02:00
Romain Bignon
6deaa9ac44
use a better workaround
2012-04-23 11:32:33 +02:00
Florent
ae3ccde2e8
Get more historical transactions
...
We get now all availables transactions on the website, not only
the first page
2012-04-23 11:20:20 +02:00
Florent
d095811799
Use yield to return objects an not a list
2012-04-23 11:20:17 +02:00
Florent
03f68b4207
Fix livret A history (site changed)
...
The url is still valid, but the html code look
like the normal account.
2012-04-11 19:09:13 +02:00
Romain Bignon
9ef76bb8a7
fix unused imports/variables
2012-04-09 11:24:15 +02:00
Florent
bffe58eb9d
Use transaction parsing tools for livret A account
2012-04-04 13:39:47 +02:00
Florent
bdaebf89bc
Use transactions parsing tools for Compte Courant
2012-04-04 13:12:10 +02:00
Romain Bignon
b157e92d5b
use decimal.Decimal instead of float to store amounts of money
2012-03-29 16:31:18 +02:00
Florent
dba66858e4
Fix conversion warning
2012-03-27 17:30:23 +02:00
Romain Bignon
8f282c9ae8
rename iter_operations to iter_coming
2012-03-23 17:07:34 +01:00
Romain Bignon
8e391d0b88
bump to 0.c
2012-03-14 22:09:24 +01:00
Florent
2dd47e745e
Don't cut and url...
2012-03-14 10:50:07 +01:00
Florent
a0d81b0ae1
Pep8 cleanups for ING module
2012-03-13 14:56:36 +01:00
Florent
54ad584f4c
Add the new field for Compte Courant
2012-02-27 16:34:30 +01:00
Romain Bignon
be14595308
apply changes to ICapBank API
2012-02-26 18:30:40 +01:00
Florent
3fb8706d61
The account listing is now more robust
...
Hello,
actually I didn't write this patch. The new contributor is
David Jeanneteau.
Regards,
Florent.
Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2012-02-13 10:47:20 +01:00
Laurent Bachelier
0fa7060b68
Better descriptions for modules
2012-02-11 00:46:48 +01:00
Romain Bignon
ee2df70981
add icon for ing
2012-02-10 01:25:41 +01:00
Romain Bignon
4be4b40509
bump to 0.b
2012-02-05 19:35:30 +01:00
Florent
35bbb38e85
ING: find the keyboard in case of webiste announcement
...
Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2012-01-28 11:53:58 +01:00
Romain Bignon
abb24b9954
several fixes to run successfully tests
2012-01-17 17:46:13 +01:00
Romain Bignon
14a7a1d362
support repositories to manage backends ( closes #747 )
2012-01-17 17:00:05 +01:00