Romain Bignon
eac6f9e684
fields are never readonly
2013-02-25 15:05:24 +01:00
Romain Bignon
3870559155
fix typo
2013-02-08 14:40:02 +01:00
Romain Bignon
f607e0316b
use LinearDateGuesser
2013-02-08 14:17:08 +01:00
Romain Bignon
1a971eae6b
do not crash on stockfunds pages
2013-02-04 17:56:58 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Xavier G
cd5ad75928
CrAgr: date parsing: took ValueError raised by datetime.date into account
2013-01-03 19:38:58 +01:00
Xavier G
75e482fb5f
CrAgr: date parsing: improved year calculation
2013-01-02 09:50:58 +01:00
Romain Bignon
55a00080ec
fix: error 500 during history
2012-12-19 20:05:54 +01:00
Romain Bignon
d91dad2b2b
support currencies
2012-12-06 13:21:13 +01:00
Romain Bignon
3be3689439
correctly use iterators
2012-11-10 13:15:01 +01:00
Romain Bignon
9bdd96271c
do not crash if there is no history link for an account
2012-11-10 13:13:02 +01:00
Romain Bignon
db739f9eef
update transaction regexps
2012-11-06 18:08:04 +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
Xavier G
a3d1c8daa5
CrAgr: fixed specific date parsing.
2012-10-09 19:17:22 +02:00
Romain Bignon
0faa643162
add patterns
2012-09-22 12:14:14 +02:00
Romain Bignon
e4e84f85f0
remove unused import
2012-09-17 19:25:04 +02:00
Romain Bignon
a0f276226a
parse dates of card and withdrawal transactions
2012-09-16 10:38:15 +02:00
Xavier G
8cbcde64a6
CrAgr: fixed type for loan payments pattern.
2012-09-16 10:34:23 +02:00
Xavier G
85658846f8
CrAgr: replaced custom clean_amount method with FrenchTransaction.clean_amount
2012-09-16 10:34:22 +02:00
Xavier G
0af83de83e
CrAgr: transactions are now assigned types and categories through FrenchTransaction.
2012-09-16 10:34:21 +02:00
Romain Bignon
bae1675573
update AUTHORS and fix pyflakes warnings
2012-09-12 13:48:33 +02:00
Xavier G
13ee7c4c17
Minor documentation fix.
2012-09-09 19:42:26 +02:00
Xavier G
884d7dab4a
Minor indentation fix.
2012-09-09 19:42:26 +02:00
Xavier G
882e88da07
Slightly improved the TokenExtractor class.
2012-09-09 19:42:26 +02:00
Xavier G
1f078850bf
CrAgr: fixed AccountsList.fallback_date()
2012-09-09 19:42:26 +02:00
Xavier G
63dbc13322
CrAgr: trivia: reordered methods within the AccountsList class.
2012-09-09 19:42:26 +02:00
Xavier G
ca4240cb19
CrAgr: reworked the whole parsing for "list" and "history" operations.
...
The code now relies on text tokens instead of the HTML structure, which varies
too much from one region to another.
2012-09-09 19:42:26 +02:00
Romain Bignon
2f8072e89e
bump to 0.d
2012-05-04 21:17:46 +02:00
Xavier G
025fc6bfc4
CrAgr: CA Sud Rhone Alpes now takes the adequate account label if possible. ( closes #857 )
2012-05-04 21:15:59 +02:00
Xavier G
06848ae011
CrAgr now handles history-less accounts as found on Sud Rhone Alpes
2012-05-04 21:12:58 +02:00
Richard Genoud
08b33d6ffe
cragr: CA Centre website has changed (18_04_2012) - update accordingly ( closes #850 )
...
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
2012-04-21 21:59:55 +02:00
Romain Bignon
22c2210fe7
never convert a float to Decimal
2012-04-11 13:25:58 +02:00
Romain Bignon
b157e92d5b
use decimal.Decimal instead of float to store amounts of money
2012-03-29 16:31:18 +02:00
Xavier G
3279f5dc9c
CrAgr: fixed the way history pages are browsed.
2012-03-23 07:03:30 +01:00
Romain Bignon
ed8551a415
fix parsing of dates
2012-03-22 21:58:24 +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
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
Xavier G
39f08f9b67
CrAgr: fixed balance retrieval for history-less accounts. ( closes #788 )
2012-02-10 14:23:44 +01:00
Xavier G
0734e5d21c
CrAgr: now handles history-less accounts, at least for Toulouse-like layouts
2012-02-10 14:23:31 +01:00
Romain Bignon
4be4b40509
bump to 0.b
2012-02-05 19:35:30 +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