Commit graph

24 commits

Author SHA1 Message Date
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