- 01 Oct, 2019 39 commits
-
-
Etienne Lachere authored
-
Guillaume Risbourg authored
Closes: 45456@sibi
-
Guillaume Risbourg authored
Added ActionNeeded for CIC when it asks for the personal infos of the user. Closes: 13161@zendesk
-
Sylvie Ye authored
Market pages are Json pages now, all SGPE connections crashed because of the 'assert'. This patch handles the new JSON Market Pages and their investments. Closes: 46992@sibi
-
Vincent Ardisson authored
-
Guillaume Risbourg authored
By default the website returns only the transactions of the current month, but we can choose which month we want in the URL of the CSV document. So now we go get every transactions in the past until we get empty datas for 3 months in a row (the website doesn't stop us when there is no more data in the past, so we have to manually stop asking for datas). Closes: 13025@zendesk 8640@zendesk
-
Guillaume Risbourg authored
Closes: 8640@zendesk 13025@zendesk
-
Célande Adrien authored
The `executionSuggestedDate` data used for transfers has been moved in the json page. Closes:47253@sibi
-
Célande Adrien authored
The website gives error messages through a new xpath. Closes: 40073@sibi
-
Quentin Defenouillere authored
This filter uses title(), not capitalize(), so it is less misleading to call it "Title".
-
Lucas Ficheux authored
Corrected bug introduced in 8dd2dba1 The module still referred to diff_percent
-
Lucas Ficheux authored
-
Guillaume Risbourg authored
If the status (available in the SubscriberPage with the key `roleUtilisateurCoffreNumerique/code`) of dematerialization is CGDN (Coffre Gratuit sans contrat de dématérialisation des documents) that means we cannot gather subscriptions/documents online. Closes: 46839@sibi
-
Quentin Defenouillere authored
For connections coming to netfinca from axabanque, it crashes here with "ColumnNotFound: Unable to find column especes" because the column is actually "Solde espèces veille". Closes: 46851@zendesk
-
Quentin Defenouillere authored
The former code was partly obsolete, there is now a JSON for transactions. Closes: 13397@zendesk, 13412@zendesk
-
Lucas Ficheux authored
Ported to Python 3 while assuring Python 2 compatibility
-
Lucas Ficheux authored
Ported to Python 3 while assuring Python 2 compatibility
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
-
Guillaume Risbourg authored
The added url handle is only used when the account history is not available and fix an error that appeared in this case.
-
Guillaume Risbourg authored
The search on the select with label was causing some issue when there was some extra space in the middle of the label. Changed it to search for the full id in the `value` attribute. Closes: 34974@sibi
-
Lucas Ficheux authored
Some transactions were typed as unknown while their label tells us it is a summary_card. They are type as AUTOP in the json.
-
Guillaume Risbourg authored
The 'dateVal' key in the CSV with the list of all the deferred transactions is now empty. The 'obj_date' for deferred cards is now determined with the list of deferred dates available on the website (calendar.ics). Fixed 'obj_bdate' to get the correct format from the CSV : YYYY-MM-DD (previously it took YYYY-DD-MM) Removed `replace_dots` for CleanDecimal in CardHistoryPage because amounts in the CSV already are in the dot format. Closes: 46551@sibi
-
Florian Duguet authored
Closes: 36702@sibi 36704@sibi 36711@sibi
-
Guillaume Risbourg authored
Added Eurocompte Confort (TYPE_CHECKING) account. Removed 'Valorisation Totale De Vos Portefeuilles Titres' from the accounts we gather because it is just a link to the summary of all the PEA, not a real account. Closes; 13246@zendesk
-
Dorian Roly authored
closes : 12838@zendesk
-
Guillaume Risbourg authored
Listed in 11364@zendesk
-
Guillaume Risbourg authored
Modified iter_investment function to handle PERP accounts Listed in 11364@zendesk
-
Guillaume Risbourg authored
Added TYPE_DEPOSIT for "PARTICIPATION" accounts Added TYPE_PEE for "ABONDEMENT EXCEPTIONNEL" accounts Listed in 11364@zendesk
-
Guillaume Risbourg authored
Added MARKET type for "INTEGRAL C.T.O" netfinca accounts Changed cragr account type for "ACCOR MULT" to TYPE_MADELIN Added missing account types to cragr (regions+api)
-
Quentin Defenouillere authored
SRRI values may be '0 - Non disponible' instead of 1 to 7.
-
Florian Duguet authored
Closes: 45506@sibi
-
Dorian Roly authored
-
Dorian Roly authored
A market account was incorrectly recognized as a checking account, The account in question was part of package deal with a checking account, and the caption of the account did not mention its type explicitly, made sure the two were separated and typed correctly Closes: 12639@zendesk
-
Florian Duguet authored
-
Quentin Defenouillere authored
To wait for an element to disappear.
-
Quentin Defenouillere authored
The code had to be adapted to handle the fact that Life Insurances have a '.' for decimal separator on InvestmentPage, not a ',' like other accounts. On the investments table, some values have a ',' some others have a '.' so we need to verify the format in order to call CleanDecimal.French() or .SI() accordingly. Closes: 13308@zendesk, 13320@zendesk, 13331@zendesk, 13333@zendesk
-
Quentin Defenouillere authored
-
Vincent Ardisson authored
-
- 11 Sep, 2019 1 commit
-
-
Lowik BOURGEOISAT authored
-