Baptiste Delpey
7a91f9efae
paypal handle bad login/password
2015-05-14 13:08:59 +02:00
Romain Bignon
678e8b0975
execute fucking javascript convert() function on token
2015-05-12 09:03:37 +02:00
Vincent Paredes
3354667a68
new paypal certificate
2015-04-28 14:57:35 +02:00
Vincent Paredes
1ae22f84a2
handling useless captcha page
2015-04-21 14:59:05 +02:00
Kitof
ebb829061f
[paypal] new cert + fix conversion warning
2015-03-24 22:24:19 +01:00
Baptiste Delpey
15b9e1d10c
we don't try to parse transactions without currencyCode anymore
2015-03-09 18:54:46 +01:00
Romain Bignon
3df00b6395
remove unused code, fix timeout of history fetch
2015-03-05 21:58:26 +01:00
Kitof
f9e92b76fa
[paypal] Fix #1747
2015-03-04 22:49:40 +01:00
Kitof
131b01c599
[paypal] Get converted amount for foreign currencies
2015-03-04 13:37:06 +01:00
Baptiste Delpey
37026158b8
fix history on paypal, stop parsing suspended recurring payment
2015-03-03 16:04:28 +01:00
Romain Bignon
e7cec07750
do not use locale.setlocale to parse amount
2015-02-26 14:10:39 +01:00
Baptiste Delpey
2c7e77ae3c
use locale.format to format amount
2015-02-26 13:24:57 +01:00
Baptiste Delpey
e6ff21340f
fix paypal
2015-02-26 13:24:56 +01:00
Kitof
777abf7e7a
Fix paypal new activity URL
2015-02-16 08:05:55 +01:00
Vincent Paredes
3b6f67f150
handling home page on new private website
2014-12-22 17:47:17 +01:00
Baptiste Delpey
46fdffbc42
fix warning with adding a new home page
2014-12-22 14:31:05 +01:00
Romain Bignon
2edc1b0627
take care of transaction's net amounts ( closes #1694 )
...
The account balance is impacted by the net amount, because Paypal's fee is
deducted at source.
2014-12-18 11:33:15 +01:00
Romain Bignon
2077cbdf34
fix name of paypal accounts (display currency instead of balance)
2014-12-17 16:36:17 +01:00
Baptiste Delpey
3301f578a2
paypal : we now ignore transactions with no 'displayAmount'
2014-12-08 13:28:05 +01:00
bdelpey
9b52ff5140
paypal fix for #11152 KeyError: 'counterparty'
2014-12-08 11:37:10 +01:00
Vincent Paredes
bf5dd493a8
handling new website account for individual
2014-11-26 08:38:31 +01:00
Vincent Paredes
8ce5602a72
When balance is zero, paypal add a class to the div
2014-11-26 08:36:39 +01:00
Romain Bignon
a7dcf82ec0
fix selection of table containing last file requests to be less ambiguous
2014-11-13 08:11:01 +01:00
Romain Bignon
49613aa1f8
fix crash on new accounts list ( closes #1654 )
2014-11-10 19:12:12 +01:00
Vincent Paredes
9a657f8d75
checking website version after login
2014-11-05 16:17:42 +01:00
Vincent Paredes
4720afad05
fixing wrong id on account
2014-11-05 16:17:26 +01:00
Vincent Paredes
a09b941d2e
fixing primary account display twice
2014-11-05 10:41:10 +01:00
Vincent Paredes
844d204ffa
handling when currency is not in right place
2014-11-05 10:41:08 +01:00
Vincent Paredes
b9d3e87fda
fixing using new account page version when we are already on old account page
2014-11-04 16:57:44 +01:00
Vincent Paredes
ffa6d57b47
supporting new paypal website
2014-11-04 13:58:07 +01:00
Vincent Paredes
594e41e6c0
handling when user can't acces account balance on main account
2014-11-04 13:57:09 +01:00
Florent
feb1405813
bump to 1.1
2014-10-17 14:10:38 +02:00
Oleg Plakhotniuk
3aaf8181a5
Use AmericanTransaction.decimal_amount in PayPal module. Part of #1641
2014-10-13 04:23:57 -05:00
Laurent Bachelier
7aeb3e942e
pep8: Fix indentation is not a multiple of four
...
autopep8 -a -r -i --select E111 .
Manual check.
2014-10-11 01:41:00 +02:00
Laurent Bachelier
448c06d125
pep8 blank lines fixes
...
flake8 --select W391,E302,E301,E304
autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Romain Bignon
d61e15cf84
rename things related to browsers
...
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions
Also, the new tree for browser2 is:
weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
0088013ae1
Rename BaseBrowser to Browser
2014-09-26 10:18:12 +02:00
Florent
444d36eee8
Rename BasePage to Page
2014-09-26 10:18:12 +02:00
Florent
5a1d83b567
Rename BaseModule to Module and Module to LoadedModule
2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc
Rename backend.py to module.py
2014-09-26 10:18:12 +02:00
Florent
9370b2fae7
s/Backend/Module
2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c
s/BACKEND/MODULE/
2014-09-26 10:18:11 +02:00
Florent
8559af3d6a
s/BaseBackend/BaseModule
2014-09-26 10:18:11 +02:00
Laurent Bachelier
3da02fde24
Remove useless __all__ in modules
...
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.
The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
432f97e95c
bump to 1.0
2014-09-03 17:14:10 +02:00
Romain Bignon
ed46d72f21
ignore canceled transactions
2014-09-02 17:09:23 +02:00
Romain Bignon
fdaf3e159e
support french dates for last CSV request
2014-09-02 16:54:14 +02:00
Jean-Philippe Dutreve
b828864901
Fix empty amount. Closes #1415
2014-09-02 12:07:36 +02:00
Oleg Plakhotniuk
3b528c4f54
Make Paypal module use AmericanTransaction helper.
...
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-08-30 17:51:36 +02:00
Vincent Paredes
41b55220ec
checking if tr contains text
2014-08-19 15:19:34 +02:00