Commit graph

66 commits

Author SHA1 Message Date
Romain Bignon
3cb6ca033f bump to 0.7 2011-03-01 13:57:23 +01:00
Xavier G
217a03a7de CrAgr: Fixed the cents calculation.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-02-26 17:34:12 +01: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
Romain Bignon
2ebb9a844d bump to 0.6 2011-01-08 12:30:28 +01:00
Xavier G
70a3effae4 The CrAgr backend now systematically goes back to the home page when get_accounts_list is triggered.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-12-26 17:43:19 +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
Romain Bignon
a83a81dde8 bump to 0.5 2010-12-01 19:55:59 +01:00
Christophe Benz
525c8d3185 fix cragr login 2010-11-30 13:18:49 +01:00
Romain Bignon
de75347035 unused import 2010-11-27 17:23:53 +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
2b38c243f7 CrAgr: added the CA Lorraine website to the known sites list.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-27 17:23:10 +01:00
Laurent Bachelier
37bab806b2 Fix some cragr regions domains 2010-11-21 22:09:37 +01:00
Christophe Benz
f2b493b5e5 unused method (the same as in parent class) 2010-11-17 20:48:49 +01:00
Christophe Benz
56df443aa9 add new URL for cragr accounts page 2010-11-17 16:27:01 +01:00
Christophe Benz
da9bbe67d2 sort cragr regions alphabetically 2010-11-17 15:16:06 +01:00
Christophe Benz
05bf302824 add other credit agricole URLs 2010-11-17 12:17:05 +01:00
Christophe Benz
f8c0de39bd introduce per-region website in cragr backend 2010-11-17 11:00:51 +01:00
Christophe Benz
afae06efc1 factorize wget user agent 2010-11-16 12:16:14 +01:00
Xavier G
be990c150f Fixed the CrAgr backend, allowing a second retrieving of the accounts list.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-13 01:05:55 +01:00
Romain Bignon
a07b64e35d Xavier is now the CrAgr maintainer 2010-11-12 22:47:50 +01:00
Romain Bignon
1c66261bf5 do not override iter_operations() to let ICapBank raise NotImplementedError 2010-11-12 22:47:22 +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
e5d4047016 Use basestring instead of str and unicode 2010-11-12 18:52:50 +01:00
Laurent Bachelier
024f217c8b Use strings instead of integers internally for account IDs 2010-11-12 18:40:23 +01:00
Romain Bignon
bea732d534 bump to version 0.4 2010-11-01 23:21:37 +01:00
Romain Bignon
2d2a942494 use Value* classes instead of ConfigField 2010-10-26 21:02:42 +02:00
Romain Bignon
c959feacac bump version of backends and applications to 0.3 2010-10-11 10:31:44 +02: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
71f18ce7f6 bump version of every applications to 0.2 2010-09-25 07:39:40 +02:00
Romain Bignon
915bab2a68 fix tests 2010-08-31 16:00:55 +02:00
Romain Bignon
3590b8bfeb fix name of test 2010-08-31 15:11:20 +02:00
Romain Bignon
66b212dddb test for CrAgr 2010-08-31 15:02:12 +02:00
Christophe Benz
8afff42465 compare instance to basestring instead of (str, unicode) 2010-08-17 19:33:06 +02:00
Romain Bignon
404d7290ba a lot of pyflakes and pylint fixes 2010-08-13 22:23:10 +02:00
Romain Bignon
af08bd0eeb several fixes 2010-08-12 18:17:19 +02:00
Romain Bignon
7949fcc8f1 unused imports removed 2010-08-12 09:19:35 +02:00
Christophe Benz
13f9fc07b2 move icons to xdg standard dirs, add desktop files
closes #359
2010-08-11 19:30:30 +02:00
Laurent Bachelier
05b9bbdb2e Fix for ClientForm in mechanize >=0.2
refs #362
2010-08-10 18:15:22 +02:00
Romain Bignon
490d0a6a39 add logo for each backends 2010-07-31 16:22:14 +02:00
Romain Bignon
ca7d37e3cb renames 2010-07-13 18:47:31 +02:00
Christophe Benz
0028e48b61 backend move to tools 2010-07-12 03:16:05 +02:00
Christophe Benz
1955d1be59 move core files to weboob.core 2010-07-07 17:20:16 +02:00
Christophe Benz
944662c4bf set application versions to 0.1 2010-07-07 17:20:16 +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