Commit graph

72 commits

Author SHA1 Message Date
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
4422b207e1 support loan payment type 2014-09-03 10:19:03 +02:00
Romain Bignon
e1e4213c75 remove spaces in IDs 2014-09-02 16:54:14 +02:00
Romain Bignon
0b7a499eeb display check number in label (closes #1027) 2014-09-02 12:19:41 +02:00
Romain Bignon
6cafeb7a4b strip displayed balance at end of transaction labels 2014-09-02 12:10:48 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
bfd09a2383 if an account type is not supported, raise NotImplementedError instead of BrokenPageError 2014-03-30 14:06:05 +02:00
Romain Bignon
7c64ad162c fix parsing accounts on specific regions 2014-03-01 18:14:03 +01:00
Romain Bignon
5345645b0f fix accounts parsing 2014-02-27 08:28:25 +01:00
Romain Bignon
8fdbf330dd improvements on transaction and account types detection 2014-02-16 21:04:46 +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
Romain Bignon
1c0f2432e2 fix crash when there is the coming column with empty value 2013-12-09 09:32:08 +01:00
Romain Bignon
b8a622590a fix getting history on some special workflow 2013-12-04 18:25:13 +01:00
Romain Bignon
d68de0d0d7 support defered cards 2013-11-29 15:28:34 +01:00
Romain Bignon
95edea1f07 fix crash on special account histories 2013-11-26 11:55:58 +01:00
Romain Bignon
efd514d232 fix: sometimes it is not possible to sort by value date in history 2013-11-23 13:21:53 +01:00
Romain Bignon
5ff52844a5 fix connection on other kind of accounts 2013-11-23 13:08:12 +01:00
Romain Bignon
a84979a927 fix authentication on banquepopulaire 2013-11-23 12:47:46 +01:00
Romain Bignon
8d8ee80770 do not crash with market accounts 2013-10-23 14:51:12 +02:00
Romain Bignon
8d04e22703 support accounts with empty balance 2013-10-23 14:51:12 +02:00
Romain Bignon
56e9476e3a spport loan accounts 2013-10-12 12:28:10 +02:00
Romain Bignon
1c71ab7a76 do not crash when there is no full list page 2013-10-12 12:25:34 +02:00
Romain Bignon
5c5cb5da8e do not crash if there is no operations 2013-10-10 09:53:53 +02:00
Romain Bignon
1707494747 get list of all accounts 2013-10-09 18:25:23 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
c3f87ad78f banquepop: store vdate 2013-08-01 16:52:47 +02:00
Romain Bignon
efa39af957 sort entries by value date (taken for Transaction.date) 2013-07-28 18:55:51 +02:00
Laurent Bachelier
a6ad7e83ff Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
7f09092b37 fix go on professional accounts list page 2013-06-22 14:29:04 +02:00
Romain Bignon
bc348136e7 add new url for homepage 2013-06-15 00:50:20 +02:00
Romain Bignon
70812252f1 Revert "use the operation date, not value one"
This reverts commit 04a3995416.
2013-05-22 12:52:55 +02:00
Romain Bignon
04a3995416 use the operation date, not value one 2013-05-20 20:59:01 +02:00
Romain Bignon
fa6dd0b28d support new authentication on some regions 2013-05-20 20:12:53 +02:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Romain Bignon
a263c266af update regexps 2013-02-06 15:01:03 +01:00
Romain Bignon
89e5a20cb1 fix parsing of some card transactions 2013-02-06 13:06:55 +01:00
Florent
bf3132e8c0 bump to 0.f 2013-01-25 17:23:49 +01:00
Romain Bignon
d0b546cc15 catch the right exception 2013-01-08 23:09:24 +01:00