Florent
c3f7e412c8
Fix currency for ing accounts
...
There is no € symbols in the home Page.
And for the best I know, euro is the only one possibility
2012-12-10 18:06:50 +01:00
Romain Bignon
eac8a7a0e4
fix name of login field to remember client number
2012-12-10 10:54:20 +01:00
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
8377407155
Support of downloading monthly pdf report
2012-10-31 14:41:29 +01: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
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
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
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
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
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
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
14a7a1d362
support repositories to manage backends ( closes #747 )
2012-01-17 17:00:05 +01:00