Commit graph

35 commits

Author SHA1 Message Date
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
a4edbb82b9 fix typo: if there isn't any card, it didn't return any transactions 2013-02-20 14:08:51 +01:00
Romain Bignon
5b9c359487 do not support other kind of account histories than CPT 2013-02-10 17:12:23 +01:00
Romain Bignon
9aaf775b0f we don't like licking asses 2013-02-08 17:00:47 +01:00
Romain Bignon
a2fcc209f1 support deferred cards 2013-02-08 14:17:08 +01:00
Florent
bf3132e8c0 bump to 0.f 2013-01-25 17:23:49 +01:00
Romain Bignon
76da084ec1 on error during login, raise exception 2013-01-14 17:32:20 +01:00
Romain Bignon
3dfd475605 fix parsing of accounts 2013-01-01 20:58:28 +01:00
Romain Bignon
d91dad2b2b support currencies 2012-12-06 13:21:13 +01:00
Romain Bignon
e9b27dd073 Revert "there are no coming operations with HSBC"
This reverts commit 8b95206d51.
2012-11-29 11:06:25 +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
8b95206d51 there are no coming operations with HSBC 2012-10-10 17:20:08 +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
d814326d2f fix parsing of accounts and history 2012-08-07 18:00:29 +02:00
Romain Bignon
9d3d8eb1a1 support history of coming transactions 2012-06-07 15:30:19 +02:00
Romain Bignon
681c97440d fix duplicate IDs of accounts 2012-05-07 10:11:50 +02:00
Romain Bignon
2f8072e89e bump to 0.d 2012-05-04 21:17:46 +02:00
Romain Bignon
67ba5b42c0 display accounts without history 2012-04-29 22:26:07 +02:00
Romain Bignon
91c0dd5c82 remove double spaces from hsbc raw labels 2012-04-01 11:27:51 +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
2675510f32 add a class FrenchTransaction to factorize common parsing of french banks 2012-03-22 16:33:05 +01:00
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +01:00
Laurent Bachelier
062f2c4c3e Fix Python 2.5 support
And fix some PEP8 style issues (mostly about spaces) while I was there.

refs #806
2012-03-13 12:36:02 +01:00
Romain Bignon
35688f58c9 Account.link_id becomes a private attribute 2012-03-10 09:03:26 +01:00
Romain Bignon
94f7941a84 fix parsing DAB transactions 2012-03-09 13:09:26 +01:00
Romain Bignon
0cf736f10d display only real accounts 2012-03-06 19:57:04 +01:00
Romain Bignon
76040343bc raise BrowserHTTPError when the website is unavailable 2012-03-03 19:57:33 +01:00
Xavier G
23dd14e1f9 CrAgr: Transaction objects are now created using datetime.date (closes #800) 2012-02-26 21:11:32 +01:00
Romain Bignon
be14595308 apply changes to ICapBank API 2012-02-26 18:30:40 +01:00
Laurent Bachelier
0fa7060b68 Better descriptions for modules 2012-02-11 00:46:48 +01:00
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Romain Bignon
2b7f6c5bc8 add favicon and tests 2012-02-04 16:19:46 +01:00
Romain Bignon
3ebdbbc473 add backend hsbc 2012-02-04 16:04:06 +01:00