Commit graph

24 commits

Author SHA1 Message Date
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