- 14 Jan, 2018 19 commits
-
-
Romain Bignon authored
Closes: 477593@redmine
-
Tony Malto authored
-
Vincent Ardisson authored
And JSONDecodeError doesn't exist in python2
-
Théo Dorée authored
Here is the fact. Before, we were creating unique ID from date, row, and others informations that were disponible in the website. Transaction's id aren't mandatory, and it was pretty ugly. Adding to that the fact that we recently got a case where there was two exactly similar transactions, causing a crash, we deceided to delete it.
-
Théo Dorée authored
Sometimes they are some duplicates transactions with same date / hour / store name
-
Théo Dorée authored
-
Romain Bignon authored
-
Baptiste Delpey authored
-
Barthélémy Gouby authored
-
Théo Dorée authored
-
Théo Dorée authored
-
Théo Dorée authored
-
Vincent A authored
-
Vincent A authored
-
Vincent A authored
Those errors are specific to CapBankTransfer and should thus be in boobank.
-
Vincent A authored
-
Vincent A authored
In Python 2, getpass will fail if argument is unicode and non-ascii Fixes https://git.weboob.org/weboob/devel/issues/76.
-
Vincent A authored
This file allows multiple editors to use the same indent style and other params. See http://editorconfig.org/
-
Vincent A authored
-
- 30 Dec, 2017 21 commits
-
-
Phyks (Lucas Verney) authored
-
Bezleputh authored
-
Bezleputh authored
more
-
Bezleputh authored
-
Caram Dache authored
Update boobank.py to generate valid OFX files for CARD accounts. Only CHECKING and SAVINGS accounts were supported previously.
-
Jerome b authored
-
Nicolas Frandeboeuf authored
-
Nicolas Frandeboeuf authored
-
Etienne Lachere authored
now the pattern will match directly fr iban Closes: zendesk@3825
-
Vincent Ardisson authored
However, the wrong otp still isn't detected properly
-
Théo Dorée authored
-
Sylvie Ye authored
URL in iframe for "pret" doesn't match pattern "/comptes_contrats/sans_"
-
Sylvie Ye authored
closes : 3811@zendesk
-
Sylvie Ye authored
closes: 3812@zendesk
-
Vincent Ardisson authored
-
Vincent Ardisson authored
We should not create Account objects for cards, and the history of these cards must be returned on checking account. We can do some guessing by looking at the history of an account and looking if the transactions have spread debit dates or only once per month.
-
Vincent Ardisson authored
On the site, the card coming is on card page, but card history is on checking page. Before, the history on cards was not returned, but it's possible to find on which card is a history transaction, so we now yield such transactions on the related card account instead of checking account. However, if the site doesn't show the card if there are no coming transactions, so in this case the history will not be returned because the card Account object cannot be created.
-
Sylvie Ye authored
Same "compte de dépôts" on LCL website are visible on AccountsPage and BoursePage In BoursePage, there are 2 columns: "Solde espèce" and "Valorisation titres" Column "Solde espèces" = balance on AccountsPage + overdraft authorization Column "Valorisation titres" = value-creation on "compte de dépôts" equities Boobank has to get only "Valorisation titres" column for market accounts because liquidities are already in checking accounts
-
Théo Dorée authored
Closes: 475624@redmine
-
Sylvie Ye authored
-
Baptiste Delpey authored
-