Commit graph

18 commits

Author SHA1 Message Date
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Romain Bignon
e0cb6d6dfe lxml is needed for bp 2011-05-10 17:26:15 +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
Christophe Benz
851b2d34ca code clean, split too long lines 2010-12-08 18:10:44 +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
3860f87f76 return a Transfer object insetad of only an ID 2010-10-31 10:26:06 +01: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
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