Skip to content
  1. Feb 05, 2019
  2. Jan 13, 2019
  3. Dec 02, 2018
  4. Oct 11, 2018
  5. Oct 09, 2018
  6. Sep 16, 2018
    • Quentin Defenouillere's avatar
      [ing] added condition to verify the page before calling get_isin_code() · add26f8c
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Several bugs occurred in production with NoneType has no attribute
      get_isin_code(), probably because the investment URL does not work or
      because some IPs are still blocked. In case the page did not load
      properly, the "if self.detailfonds.is_here()" before calling get_isin_code() avoids
      bugs during life insurance accounts synchronisation.
      add26f8c
    • Quentin Defenouillere's avatar
      [ing] Fixed excessive requests to get transaction investment ISIN codes · 3c8f8705
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      The ING module was performing many requests for the transaction list
      since it was performing an Async to get the ISIN code for each investment of each
      transaction (up to 1400 requests for one account history of 151
      transactions). I implemented a dictionary to store the ISIN codes and go
      to the investment details page only once per investment, thus reducing
      the amount of requests to 241 for the same history.
      The outputs of "history 1" for the same life insurance are identical
      before and after this patch.
      
      Closes: 833427@redmine
      3c8f8705
  7. Aug 18, 2018
  8. Jul 29, 2018
    • Sylvie Ye's avatar
      [ing] get estimated value on transfer page · a082c0cb
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      get on transfer page because estimated value on account page can be different
      need estimated value to validate origin account to do transfer
      
      Closes: 15168@sibi 15200@sibi 15553@sibi 15554@sibi 10417@sibi 13715@sibi 15566@sibi 15231@sibi 15371@sibi
      a082c0cb
    • Célande Adrien's avatar
      [ing] multispace · f7af289f
      Célande Adrien authored and Romain Bignon's avatar Romain Bignon committed
      I reverted from my previous patch using the terms 'users'.
      Now, there is a real multispace implemented.
      
      You must switch from one space to another to retrieve all the accounts.
      One account belongs to one space, so when data are needed from this account, the space is changed.
      
      Previously investments were broken, it is not anymore.
      I also checked retrieving of recipients.
      f7af289f
    • Sylvie Ye's avatar
      [ing] Check origin account balance with estimated balance if exist · 9d47b308
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      Sometimes in transfer 'recap', origin account balance is the estimated balance of origin account
      
      Closes: 9988@sibi 5128@sibi 7706@sibi
      9d47b308
    • cadrien's avatar
      [ing] not using back_to_first user if only one user · ea31e78c
      cadrien authored and Romain Bignon's avatar Romain Bignon committed
      Closes: 8800@sibi
      Closes: 8802@sibi
      Closes: 8829@sibi
      Closes: 8910@sibi
      ea31e78c
    • cadrien's avatar
      [ing] switch users to have all accounts · 29d51bcf
      cadrien authored and Romain Bignon's avatar Romain Bignon committed
      You can have accounts for several person for the same connection.
      I use a form to have the right account page, else the list of persons is cut.
      Then a new form to change accounts list.
      
      Closes: 5684@zendesk
      29d51bcf
  9. Jun 09, 2018
  10. Dec 30, 2017
  11. Dec 03, 2017
  12. Nov 18, 2017
  13. Oct 08, 2017
  14. Jul 08, 2017
  15. Jun 17, 2017
  16. May 08, 2017
  17. Apr 29, 2017
  18. Apr 01, 2017
  19. Mar 11, 2017
  20. Feb 11, 2017
  21. Jan 08, 2017