Commit graph

29 commits

Author SHA1 Message Date
Florent
e1190dea23 Fix history of accounts 2013-05-27 23:47:49 +02:00
Florent
040231a274 Add type account on ING 2013-04-25 12:56:41 +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
61f8ab8920 fix crash on ASV accounts history 2013-03-02 10:28:19 +01:00
Romain Bignon
5d6b4ea7d9 fix infinite loop if there is no pagination 2013-02-25 14:38:34 +01:00
Florent
7ff2a9bf95 Fix infinite loop 2013-02-25 13:49:16 +01:00
Florent
b400544e90 Remove old code 2013-02-25 12:16:05 +01:00
Florent
9284a7fe04 Restore category
Use value of old website as text
2013-02-25 12:03:53 +01:00
Florent
3d532ef501 Support all the history
Ugly code...
2013-02-25 12:03:52 +01:00
Romain Bignon
634d7a7c56 fix parsing date 2013-02-22 16:38:34 +01:00
Romain Bignon
9e2f89d3fc other fix for months 2013-02-22 16:26:24 +01:00
Romain Bignon
9f5717c01c fix months 2013-02-22 16:24:33 +01:00
Romain Bignon
4531600b45 support TITRE and PEA account types 2013-02-22 16:16:39 +01:00
Florent
10e7194a36 Restore old hash computation 2013-02-22 15:44:58 +01:00
Florent
2f411b54e7 Fix some months. Fix encoding issue 2013-02-22 15:44:58 +01:00
Florent
d552e43267 Get transaction history on the new site 2013-02-22 15:44:58 +01:00
Florent
0ea938a0c6 Restore old ID for compatibility 2013-02-22 15:44:58 +01:00
Florent
c6e5f41983 Get accounts on the new website 2013-02-22 15:44:58 +01:00
Romain Bignon
c76cd0c1c5 detect when website is unavailable 2013-02-05 14:34:49 +01:00
Florent
050ff69f0f Fix listing for proxy account 2012-12-14 15:10:57 +01:00
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
d91dad2b2b support currencies 2012-12-06 13:21:13 +01:00
Romain Bignon
5f9536f61d use static IDs of accounts 2012-07-30 15:52:17 +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
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
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
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Renamed from weboob/backends/ing/pages/accounts_list.py (Browse further)