Xavier G
43d562a338
CrAgr: optimized operations retrieval for CA Centre by adding a start_offset parameter to AccountsList.get_history
2011-09-13 12:17:43 +02:00
Xavier G
67aac80c00
CrAgr: revisited the way login() and home() methods work. Also added extra debug statements. Fixes #697 .
2011-08-27 18:38:15 +02:00
Xavier G
498d168a7f
CrAgr: added Richard Genoud's patch handling "See 25 more" links.
...
Add full history on account page: on CA centre france (and maybe others),
there's no "next page" link but a "see 25 more" link. So, we have to expand the
history before fetching results
2011-08-23 08:53:43 +02:00
Xavier G
7f3c4be18b
CrAgr: fixed regression induced by commit cb906211
2011-08-23 08:53:20 +02:00
Xavier G
13aa381335
CrAgr: when transferring money, the reason was not optional as expected. ( closes #696 )
2011-08-14 20:39:14 +02:00
Romain Bignon
49b46ff095
clean code
2011-06-21 13:17:59 +02:00
Xavier G
c5c6ddb742
CrAgr backend: cents were not correctly formatted before form submit.
2011-04-11 08:28:27 +02:00
Laurent Bachelier
a93b1a7271
cragr: Better workaround for the absence of redirection
2011-04-11 08:28:27 +02:00
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
Laurent Bachelier
d56ed544fa
cragr: Fix login issues with the Toulouse website ( closes #629 )
2011-04-11 08:28:01 +02:00
Romain Bignon
7e2bb91b3b
change license to AGPLv3+
2011-04-08 12:48:07 +02: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
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
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
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
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
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
Christophe Benz
8afff42465
compare instance to basestring instead of (str, unicode)
2010-08-17 19:33:06 +02:00
Christophe Benz
470f2a9fe2
use real comments for licence header
2010-06-22 16:27:33 +02:00
Christophe Benz
2ca57c15a8
rename Browser to BaseBrowser
2010-04-16 18:11:52 +02:00
Romain Bignon
471844cda0
debug messages
2010-04-07 14:51:55 +02:00
Romain Bignon
3c11c40ac5
logging on cragr in perhaps fixed.
2010-04-07 14:35:23 +02:00
Romain Bignon
d03bd47981
fix login
2010-04-06 21:02:21 +02:00
Romain Bignon
b8eb34c804
Cragr.home() correctly goes to the specified hostname
2010-04-06 20:46:12 +02:00
Romain Bignon
5795094c6e
typo
2010-04-06 20:42:26 +02:00
Romain Bignon
4faeea1959
new backend 'cragr' (for Credit Agricole bank)
2010-04-06 19:31:38 +02:00