Commit graph

44 commits

Author SHA1 Message Date
Romain Bignon
d91dad2b2b support currencies 2012-12-06 13:21:13 +01:00
Romain Bignon
db739f9eef update transaction regexps 2012-11-06 18:08:04 +01:00
Romain Bignon
a7b0d274a0 handle error when service is unavailable 2012-11-01 17:35:21 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Laurent Bachelier
3a66728392 Fix crashes with unicode characters in maintainer name
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Romain Bignon
3a68deb9e5 support multi cards list 2012-10-11 11:46:48 +02:00
Romain Bignon
85c9554733 support deferred debit cards 2012-10-10 14:44:34 +02:00
Romain Bignon
a4355cdff6 detect other cases of auth failures 2012-10-02 16:45:20 +02:00
Romain Bignon
ec0cd86a8e as this account is not supported, raise a NotImplementedError instead of returning an empty list 2012-09-28 18:26:08 +02:00
Romain Bignon
7bb19bfe87 oops, missing file 2012-09-24 15:15:12 +02:00
Romain Bignon
cdbda7c05c fix login on website 2012-09-24 15:14:17 +02:00
Romain Bignon
4101ea9c3d handle error message when unable to login 2012-09-15 11:04:49 +02:00
Romain Bignon
dde19633d3 set CERTHASH const on most bank modules and others 2012-09-01 13:38:08 +02:00
Romain Bignon
4b877f530f update regexps 2012-08-24 17:06:22 +02:00
Romain Bignon
9547cb0afa truncate password to 6 digits 2012-08-09 20:29:07 +02:00
Romain Bignon
168eb85381 support website changes about authentication (closes #891) 2012-06-14 12:54:41 +02:00
Romain Bignon
89ff1d1446 add missing patterns 2012-05-24 23:20:53 +02:00
Romain Bignon
a090c20489 fix follow next pages of history 2012-05-14 22:19:42 +02:00
Romain Bignon
2f8072e89e bump to 0.d 2012-05-04 21:17:46 +02:00
Romain Bignon
39657d53c8 fix when there are no transactions for the account 2012-04-25 16:11:09 +02:00
Romain Bignon
b2b2ff7b43 fix parsing history when there are unicode chars in labels 2012-04-21 13:34:01 +02:00
Romain Bignon
1737ed017c ooops 2012-04-16 16:58:11 +02:00
Romain Bignon
66d68c50fb support many kind of accounts 2012-04-16 16:54:30 +02:00
Romain Bignon
61f4e631dd do not get coming operations, as their labels are useless 2012-04-16 16:54:06 +02:00
Romain Bignon
82a874bc73 detect if a transaction is debited or not 2012-04-16 16:53:39 +02:00
Romain Bignon
6e430010ab if link is not a AccountHistory, returns an empty list 2012-04-11 16:09:40 +02:00
Romain Bignon
22c2210fe7 never convert a float to Decimal 2012-04-11 13:25:58 +02:00
Romain Bignon
d1447062f9 oops, remove unused class 2012-04-09 11:27:03 +02:00
Romain Bignon
fc2380fb58 empty this unused file 2012-04-09 11:26:08 +02:00
Romain Bignon
70b1c3cd0c update tests 2012-04-09 11:25:18 +02:00
Romain Bignon
10dc63e4fa support display of history and coming transactions 2012-04-09 11:21:28 +02:00
Romain Bignon
b157e92d5b use decimal.Decimal instead of float to store amounts of money 2012-03-29 16:31:18 +02:00
Romain Bignon
8f282c9ae8 rename iter_operations to iter_coming 2012-03-23 17:07:34 +01:00
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +01:00
Laurent Bachelier
006e97a8be PEP8 style fixes and other small style fixes
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.

Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
  classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
  change to a comment something that wasn't really appropriate for a
  docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00
Romain Bignon
35688f58c9 Account.link_id becomes a private attribute 2012-03-10 09:03:26 +01:00
Laurent Bachelier
0fa7060b68 Better descriptions for modules 2012-02-11 00:46:48 +01:00
Romain Bignon
6b11124091 check if login is failed 2012-02-09 19:05:13 +01:00
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Romain Bignon
b61f89b5c9 pyflakes fixes 2012-01-30 15:29:23 +01:00
Jocelyn Jaubert
393abe6c1e SG: Remove non-implemented features from test.py
Signed-off-by: Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2012-01-27 17:39:23 +01:00
Jocelyn Jaubert
7e9bad6178 SG: update account page list to changes on webpage
Signed-off-by: Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2012-01-27 17:39:21 +01:00
Romain Bignon
abb24b9954 several fixes to run successfully tests 2012-01-17 17:46:13 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00