Vincent Paredes
ea8dacd70f
handling promo page for new paypal application
2015-09-12 18:59:44 +02:00
Vincent Paredes
85cbefaca4
fixing captcha
2015-08-26 09:56:09 +02:00
RouxRC
b7286cbe1c
get real amount accounting paypal's commissions
...
For pro accounts, using bookkeeping tab instead of activity
When there's a commission, transaction's label gets enriched in parenthesis at the end with the actual amount before the fee was deduced.
Signed-off-by: RouxRC <b.ooghe@gmail.com>
2015-08-24 13:51:37 +02:00
Baptiste Delpey
36c001474c
fix transactions parsing
2015-08-12 15:34:49 +02:00
Vincent Paredes
e8ab487681
handling timeout when fetching old history
2015-07-24 15:21:50 +02:00
Vincent Paredes
a634fa1a15
fixing timeout for some accounts
2015-07-24 15:21:14 +02:00
Baptiste Delpey
24ef670b9e
fix timeout on accounts with huge transactions number
2015-06-15 21:42:12 +02:00
Romain Bignon
c54dbd2ee9
fix call of ads_token convert function
2015-06-13 18:21:39 +02:00
Baptiste Delpey
fa195d9687
increase DEFAULT_TIMEOUT for accounts with a lot of transactions with foreign currency
2015-06-10 20:57:22 +02:00
Baptiste Delpey
42d6e7034c
change detection of pro or perso account_type
2015-06-10 20:57:21 +02:00
Baptiste Delpey
21cda323c8
fix crash on old website and inform users
2015-06-10 20:57:21 +02:00
Baptiste Delpey
dbb70eabbf
add paypal new page to fix crash on history of some accounts
2015-05-27 08:14:27 +02:00
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