Commit graph

47 commits

Author SHA1 Message Date
Vincent Paredes
ea8dacd70f handling promo page for new paypal application 2015-09-12 18:59:44 +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
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
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
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
Romain Bignon
3df00b6395 remove unused code, fix timeout of history fetch 2015-03-05 21:58:26 +01:00
Kitof
131b01c599 [paypal] Get converted amount for foreign currencies 2015-03-04 13:37:06 +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
Vincent Paredes
bf5dd493a8 handling new website account for individual 2014-11-26 08:38:31 +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
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
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
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
Vincent Paredes
13802f497e fixing when requesting the same file 2014-08-05 14:43:46 +02:00
Oleg Plakhotniuk
983ef7b925 Paypal transactions history fetching with adaptive steps.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>

closes #1406
2014-06-23 23:46:09 +02:00
Oleg Plakhotniuk
9a2f0d55aa Retrieve all transactions from the history. Merchant and regular account support. All transactions add up to balance.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>

closes #1406
2014-06-22 22:37:20 +02:00
Romain Bignon
7915b0588f certificate changed 2014-04-15 15:29:30 +02:00
Romain Bignon
0ce45770fb certificate changed 2014-02-26 07:43:54 +01:00
Romain Bignon
b9a817df88 keep compatibility with both certificates 2014-01-11 10:48:42 +01:00
Romain Bignon
fa88f0f013 paypal certificate changed 2014-01-11 00:07:39 +01:00
Romain Bignon
f4ec9e393a paypal certificate changed 2013-06-22 10:50:16 +02:00
Laurent Bachelier
ca4c97b42f paypal: Handle multiple pages 2013-02-12 18:29:01 +01:00
Laurent Bachelier
3199c0dd3c Rewrite history fetching (without CSV)
Very simple for now, does not handle going on the next page, or
categorizations (like CSV does).
2013-02-11 18:47:28 +01:00
Laurent Bachelier
82f3b6103e paypal: Bigger timeout
For CSV export.
2013-02-07 14:22:12 +01:00
Laurent Bachelier
d424fe5da7 paypal: Fix incorrect login detection
And use "webscr" URLs everywhere.
2013-02-07 14:22:12 +01:00
Laurent Bachelier
49c37a5600 paypal: Try to convert from utf-8, fall back on latin-1 2013-02-05 20:35:21 +01:00
Laurent Bachelier
8fdc555367 paypal: Check SSL 2013-02-05 16:32:18 +01:00
Laurent Bachelier
235bc87a0a paypal: Fix OMFG warning 2013-02-05 16:32:18 +01:00
Laurent Bachelier
f5c80141ff paypal: History support through CSV download 2013-02-05 16:32:18 +01:00
Laurent Bachelier
efbc3b9ef6 paypal: Add function to download the CSV history 2013-02-05 16:32:18 +01:00
Laurent Bachelier
395d7e5e5d paypal: Proper multi-currency support
An account per currency.
And fix xpath (missing ".").
2013-02-05 16:32:18 +01:00
Laurent Bachelier
6e7599d4e3 paypal: Start support for multiple currencies
For now, ignore everything that is not the primary, and do not use the
converted total.

This is based on http://i.imgur.com/TNcLbPB.jpg
as I have 0 in all currencies for now.
2013-02-05 16:32:18 +01:00
Laurent Bachelier
0e505c0b1d Add basic PayPal module
Limitations for now:
* Only French-style (UUU,CC and not UUU.CC) balances; the choice is not left up to the user so
  it's hard to test
* No history (should be easy to add)
2013-02-05 16:32:17 +01:00