Commit graph

25 commits

Author SHA1 Message Date
Laurent Bachelier
73137b681d cragr: Support of a new history layout
Much easier to parse due to having properly separated in table elements,
and having parent div with meaningful IDs.
Found on the Toulouse region.
2011-04-11 08:28:27 +02:00
Romain Bignon
7e2bb91b3b change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
Xavier G
111a49e00e CrAgr: Fixed the history operation so that it basically works when every non-ASCII character on the bank website is replaced with two interrogation marks.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-02-19 15:21:24 +01:00
Laurent Bachelier
217920fddf Fix handling of negative amounts on account list
The '-' was ignored (only ',' and digits were accepted!)
As a bonus, factorization of similar code.
2010-12-10 17:07:03 +01:00
Laurent Bachelier
fdcc192f7e Fix extraction of amounts >999 € 2010-12-10 16:41:26 +01:00
Christophe Benz
525c8d3185 fix cragr login 2010-11-30 13:18:49 +01:00
Xavier G
5906ea8326 CrAgr: implemented the transfer operation
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-27 17:23:13 +01:00
Xavier G
efec89d905 CrAgr: added some documentation to accounts_list.py
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-27 17:23:13 +01:00
Xavier G
f338439bd7 Implemented history operation for CrAgr backend
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-12 22:43:26 +01:00
Laurent Bachelier
6bc8ae2479 Check if Credit Agricole is down 2010-10-01 13:15:49 +02:00
Laurent Bachelier
0942c08d55 Add support for another version of Credit Agricole
Both versions are present, for different regions.
2010-10-01 12:08:51 +02:00
Romain Bignon
404d7290ba a lot of pyflakes and pylint fixes 2010-08-13 22:23:10 +02:00
Laurent Bachelier
05b9bbdb2e Fix for ClientForm in mechanize >=0.2
refs #362
2010-08-10 18:15:22 +02:00
Romain Bignon
5e39cda3ab fix login on cragr 2010-06-26 13:41:29 +02:00
Romain Bignon
d5b1105b9c mechanize 0.2 uses its own ControlNotFoundError exception 2010-06-26 13:38:48 +02:00
Christophe Benz
470f2a9fe2 use real comments for licence header 2010-06-22 16:27:33 +02:00
Christophe Benz
af3ebade90 use properties for setters 2010-06-22 16:26:24 +02:00
Christophe Benz
54cc3b0a4a unused code, imports, or variables 2010-04-16 18:11:52 +02:00
Christophe Benz
42de7aa5a3 rename BasePage.loaded() to on_loaded() 2010-04-16 18:11:52 +02:00
Romain Bignon
43a8c0d7da fix 2010-04-07 15:14:45 +02:00
Romain Bignon
aa5929e9df fix parsing of accounts list 2010-04-07 15:11:45 +02:00
Romain Bignon
471844cda0 debug messages 2010-04-07 14:51:55 +02:00
Romain Bignon
bd43711fb3 missing file 2010-04-07 14:42:24 +02:00
Romain Bignon
3c11c40ac5 logging on cragr in perhaps fixed. 2010-04-07 14:35:23 +02:00
Romain Bignon
4faeea1959 new backend 'cragr' (for Credit Agricole bank) 2010-04-06 19:31:38 +02:00