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
Vincent Paredes
13802f497e
fixing when requesting the same file
2014-08-05 14:43:46 +02:00
Romain Bignon
e025fb0b20
rename ICap to Cap ( closes #1424 )
2014-07-05 17:33:44 +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
Oleg Plakhotniuk
196dac615a
Get more transactions on paypal
...
close #1405
2014-06-18 15:02:50 +02:00
Florent
9ca0bbae6a
bump to 0.j
2014-05-19 22:45:35 +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
Florent
a82f57512c
bump to 0.i
2014-01-08 23:40:16 +01:00
Romain Bignon
c1f8c08196
better description and field labels for french banks
2013-12-14 18:22:31 +01:00
Laurent Bachelier
bfe3ac6bcd
Remove comments on deleted code
...
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00