Commit graph

43 commits

Author SHA1 Message Date
Romain Bignon
27d6614f38 remove useless imports 2011-05-29 23:29:57 +02:00
Romain Bignon
473d45f5f1 bank account IDs are also stored in keyring (closes #565) 2011-05-21 10:35:18 +02:00
Romain Bignon
cb1372b99f new class BackendConfig to manage backend configs 2011-05-21 10:26:57 +02:00
Romain Bignon
e0cb6d6dfe lxml is needed for bp 2011-05-10 17:26:15 +02:00
Romain Bignon
53e22d9f4b bump to 0.9 2011-05-08 18:31:44 +02:00
Romain Bignon
9afb301ebe move select() in parser 2011-04-09 11:25:13 +02:00
Romain Bignon
7e2bb91b3b change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
Erwan Jahier
dc5264fbd2 Add 'comptes titres', 'comptes vies', and 'comptes retraites' to the list of boobank/bp accounts (closes #567)
Signed-off-by: Erwan Jahier <jahier@imag.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-04-06 11:44:26 +02:00
Nicolas Duhamel
99646e40d9 Fix bp backend (closes #621) 2011-04-05 12:52:45 +02:00
Romain Bignon
31a0a0a8be bump to 0.8 2011-04-04 10:30:09 +02:00
Romain Bignon
52d06a26fe fix parsing of accounts when there isn't any savings account 2011-03-13 17:49:44 +01:00
Romain Bignon
3cb6ca033f bump to 0.7 2011-03-01 13:57:23 +01:00
Romain Bignon
2ebb9a844d bump to 0.6 2011-01-08 12:30:28 +01:00
Christophe Benz
f1b3264a67 simplify and factorize code, remove dead code, follow conventions, use new-style classes 2010-12-09 15:39:49 +01:00
Romain Bignon
311f997b39 fix syntax (please cbenz check with pyflakes before commiting) 2010-12-09 12:03:04 +01:00
Christophe Benz
851b2d34ca code clean, split too long lines 2010-12-08 18:10:44 +01:00
Nicolas Duhamel
b583e0aa53 Fix bad encoding error with a hack 2010-12-03 16:37:42 +01:00
Romain Bignon
a83a81dde8 bump to 0.5 2010-12-01 19:55:59 +01:00
Romain Bignon
c3463f2184 fix license 2010-11-27 13:39:00 +01:00
Romain Bignon
a166b13be1 fix: correctly get transfer error 2010-11-17 00:48:49 +01:00
Romain Bignon
76429c5f29 oops 2010-11-16 15:20:44 +01:00
Romain Bignon
3417cf5a1b fix handling 2010-11-16 15:14:45 +01:00
Romain Bignon
fe85423051 handle transfer errors 2010-11-16 15:07:40 +01:00
Romain Bignon
23f6a60521 raise AccountNotFound instead of returning it. 2010-11-16 14:36:39 +01:00
Romain Bignon
bd1eb19250 check if transfer failed 2010-11-16 14:12:21 +01:00
nicolas duhamel
b5e016f9ba finished to use BaseBrowser (closes #422) 2010-11-16 11:05:38 +01:00
Romain Bignon
4144380dd9 handle LoggedPage 2010-11-11 15:51:16 +01:00
Romain Bignon
8dc3231d88 remove useless 'inlogin' attribute 2010-11-10 21:52:02 +01:00
nicolas duhamel
9426b9f204 modified: weboob/backends/bp/backend.py
modified:   weboob/backends/bp/browser.py
	new file:   weboob/backends/bp/pages/__init__.py
	new file:   weboob/backends/bp/pages/accounthistory.py
	new file:   weboob/backends/bp/pages/accountlist.py
	new file:   weboob/backends/bp/pages/cookie.py
	new file:   weboob/backends/bp/pages/login.py
2010-11-10 21:27:50 +01:00
Nicolas Duhamel
26d69cd0f8 fix parsing of accounts 2010-11-09 12:03:28 +01:00
Romain Bignon
f42842e03e fix init of bp.Browser 2010-11-08 08:54:42 +01:00
Romain Bignon
bea732d534 bump to version 0.4 2010-11-01 23:21:37 +01:00
Romain Bignon
3860f87f76 return a Transfer object insetad of only an ID 2010-10-31 10:26:06 +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
Romain Bignon
2a8f1d1019 change file licence from GPLv2 to GPLv3 2010-10-09 09:49:46 +02:00
Nicolas Duhamel
ccc663be70 modified: weboob/backends/bp/browser.py Update LOCAL_HASH due to website update
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-29 23:30:22 +02:00
Nicolas Duhamel
935531c5ae Return transfer id Prevent when the two accounts aren't on the same backend
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-28 22:27:40 +02:00
Christophe Benz
bd31eeadbd use english descriptions 2010-09-27 18:54:36 +02:00
Romain Bignon
71f18ce7f6 bump version of every applications to 0.2 2010-09-25 07:39:40 +02:00
Romain Bignon
37a53b783a port every console applications to ReplApplication 2010-09-24 12:58:27 -04:00
Nicolas Duhamel
81706f23ad Add a transfer capability and implante it in bp and boobank
Make a transfer in boobank like that:

>transfer fromaccountid toaccoundid amount

Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-24 18:05:32 +02:00
nicolas
af8842bb0b Committer: nicolas <nicolas@NicolasDesktop.(none)>
New backend, bp, La Banque Postale
Implante
 - get_accounts_list
 - get_history

	new file:   weboob/backends/bp/__init__.py
	new file:   weboob/backends/bp/backend.py
	new file:   weboob/backends/bp/browser.py

Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-23 17:17:58 -04:00