Florent
732417b94a
Support coming operations
2014-08-28 11:52:15 +02:00
Florent
346c6efc6b
Remove (finally!) the index on ing / do not get coming operations
2014-08-27 11:04:04 +02:00
Florent
a434f33a61
Set replace_dots everywhere
...
The goal is to change the default value in CleanDecimal
2014-08-21 10:21:53 +02:00
Florent
76cb004eb4
Move ItemListTable-Element outside of page.py
...
One of the goal is to not import all modules needed by filters by
loading the page file.
In the same goal, move the import of parsers in the class definition.
2014-07-09 10:23:20 +02:00
Romain Bignon
8f11fd40bc
pyflakes fix
2014-04-26 12:07:22 +02:00
Florent
d6d5d4cebd
Set obj_id to None before to return it to the browser
2014-04-24 19:45:28 +02:00
Florent
cf71e6bf6a
Fix pagination on iter_bills
2014-04-15 10:38:53 +02:00
Florent
c488a0c7ae
Use @pagination
2014-04-15 10:26:25 +02:00
Florent
3514f65cc6
Reset the counter to each pages
2014-03-28 15:43:10 +01:00
Florent
3cab148414
Do not return same id twice
2014-03-28 14:55:56 +01:00
Florent
902ab0a392
pep8 cleaning
2014-03-28 14:16:24 +01:00
Florent
492dd1d61a
Remove unused imports
2014-03-28 14:16:24 +01:00
Florent
3f1e45d459
Restore compatibility with old hash values
2014-03-28 14:16:24 +01:00
Florent
45760ca84b
Remove parse function
2014-03-28 14:16:24 +01:00
Florent
d2eec89a4e
Set the category
2014-03-28 14:16:24 +01:00
Florent
7f02c6d526
Use Transaction.Raw
2014-03-28 14:16:24 +01:00
Florent
267b8bbc75
Add history support with Browser2
2014-03-28 14:16:24 +01:00
Florent
15ca64f3d9
First step on ING with Browser2
...
Login and listing of accounts work
2014-03-28 14:16:23 +01:00
Florent
16f6fc349e
Fix conversion warning
2014-03-21 20:16:56 +01:00
Romain Bignon
8fdbf330dd
improvements on transaction and account types detection
2014-02-16 21:04:46 +01:00
Romain Bignon
6099560b8c
change currencies integer constants to ISO code strings
2014-02-16 19:48:17 +01:00
Florent
845cf844a7
Update regexps
...
Site changed
2014-01-20 17:53:52 +01:00
Mathieu Lordon
f8a6da674c
Add LDD support to ING
2013-09-02 11:37:59 +02:00
Florent
4d5b84a2a8
Move Currency from ICapBank to ICapBase
2013-07-30 10:35:25 +02:00
Florent
e1190dea23
Fix history of accounts
2013-05-27 23:47:49 +02:00
Florent
040231a274
Add type account on ING
2013-04-25 12:56:41 +02: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
61f8ab8920
fix crash on ASV accounts history
2013-03-02 10:28:19 +01:00
Romain Bignon
5d6b4ea7d9
fix infinite loop if there is no pagination
2013-02-25 14:38:34 +01:00
Florent
7ff2a9bf95
Fix infinite loop
2013-02-25 13:49:16 +01:00
Florent
b400544e90
Remove old code
2013-02-25 12:16:05 +01:00
Florent
9284a7fe04
Restore category
...
Use value of old website as text
2013-02-25 12:03:53 +01:00
Florent
3d532ef501
Support all the history
...
Ugly code...
2013-02-25 12:03:52 +01:00
Romain Bignon
634d7a7c56
fix parsing date
2013-02-22 16:38:34 +01:00
Romain Bignon
9e2f89d3fc
other fix for months
2013-02-22 16:26:24 +01:00
Romain Bignon
9f5717c01c
fix months
2013-02-22 16:24:33 +01:00
Romain Bignon
4531600b45
support TITRE and PEA account types
2013-02-22 16:16:39 +01:00
Florent
10e7194a36
Restore old hash computation
2013-02-22 15:44:58 +01:00
Florent
2f411b54e7
Fix some months. Fix encoding issue
2013-02-22 15:44:58 +01:00
Florent
d552e43267
Get transaction history on the new site
2013-02-22 15:44:58 +01:00
Florent
0ea938a0c6
Restore old ID for compatibility
2013-02-22 15:44:58 +01:00
Florent
c6e5f41983
Get accounts on the new website
2013-02-22 15:44:58 +01:00
Romain Bignon
c76cd0c1c5
detect when website is unavailable
2013-02-05 14:34:49 +01:00
Florent
050ff69f0f
Fix listing for proxy account
2012-12-14 15:10:57 +01:00
Florent
c3f7e412c8
Fix currency for ing accounts
...
There is no € symbols in the home Page.
And for the best I know, euro is the only one possibility
2012-12-10 18:06:50 +01:00
Romain Bignon
d91dad2b2b
support currencies
2012-12-06 13:21:13 +01:00
Romain Bignon
5f9536f61d
use static IDs of accounts
2012-07-30 15:52:17 +02:00
Florent
f455fbf1e6
Small cleanup
...
1) Remove the todo, ING coming doesn't provide usefull information
2) yield account instead to create a list
3) remove coming in the test (not implemented)
2012-04-27 13:34:40 +02:00
Romain Bignon
b157e92d5b
use decimal.Decimal instead of float to store amounts of money
2012-03-29 16:31:18 +02:00
Florent
dba66858e4
Fix conversion warning
2012-03-27 17:30:23 +02:00