Skip to content
  1. Sep 09, 2020
  2. Aug 07, 2020
    • Yoann Guillard's avatar
      [lcl] Handle unauthorized life insurance · 2cc8c6e0
      Yoann Guillard authored and hydrargyrum's avatar hydrargyrum committed
      Some users are unauthorized to access life insurance.
      This was raising an error cause the redirection to
      the main website was not handled.
      2cc8c6e0
    • Yoann Guillard's avatar
      [lcl] Fix balance · 08a6cca6
      Yoann Guillard authored and hydrargyrum's avatar hydrargyrum committed
      Sometimes, for professional accounts, the balance was the sum of
      transactions of last x (47) days. I added a new method get_balance.
      Maybe the previous should be removed. I put a backtrace to check it.
      08a6cca6
    • ntome's avatar
      [lcl] when some transactions details requests start failing, stop doing them · 3dbeeeab
      ntome authored and hydrargyrum's avatar hydrargyrum committed
      For each checking account transaction, we tried to open the transaction
      dedicated page to fetch details.
      Unfortunately, on some accounts, none of the transaction details page work,
      we get a page telling the user is not allowed to see that info. For example,
      this can happen on a professional account while the user is a private one.
      They can see the list of transaction but not the full details.
      
      We now keep the behavior but if we encountered too many failures (5) on those
      details, we stop trying to go to the details.
      
      Obnoxious validate() code is moved to a more appropriate place.
      3dbeeeab
  3. Jul 15, 2020
  4. Jul 02, 2020
  5. Jun 17, 2020
  6. Jun 03, 2020
  7. May 07, 2020
  8. Apr 22, 2020
    • Guillaume Risbourg's avatar
      [lcl] Handle new errors when adding a recipient · c4d91042
      Guillaume Risbourg authored and hydrargyrum's avatar hydrargyrum committed
      The new error requires the user to have a phone number to validate the
      recipient:
      Aucun Téléphone
      Un numéro de téléphone enregistré est nécessaire afin de vous envoyer un code de connexion.
      Nous vous invitons à vous rendre à votre agence ou appeler le 09 69 36 30 30.
      c4d91042
  9. Apr 08, 2020
  10. Mar 18, 2020
  11. Mar 05, 2020
  12. Feb 12, 2020
  13. Jan 30, 2020
  14. Jan 08, 2020
  15. Dec 18, 2019
  16. Nov 20, 2019
  17. Nov 09, 2019
  18. Oct 23, 2019
    • Damien Mat Jedrzejewski's avatar
      [lcl] Fixed/built Calie webspace parsing · 6bc9348f
      Damien Mat Jedrzejewski authored and hydrargyrum's avatar hydrargyrum committed
      Calie webspace is used for "Federlux Privilege" life insurances.
      This commit:
      	- fixes navigation to this space
      	- iterizes accounts found on it
      	- fixes iter_investments for theses accounts
      	- manages the case where there is several Calie insurances vs. only one
      	- raises ActionNeeded when the Calie service is not activated
      	- Prepared TODO: iter_history on this wespace must manage js. Url to get to history page is fetched for now.
      6bc9348f
  19. Oct 01, 2019
  20. Aug 28, 2019
    • Lucas Ficheux's avatar
      [lcl] Added dayfirst=True to all Date filters · 838b2180
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      Some Date filters didn't have dayfirst=True which caused them to return
      the wrong date, it only happens on the rare occasion that the raw from
      TransactionElement didn't fill the attribute obj.date properly
      
      Closes : 12588@zendesk
      838b2180
  21. Jul 05, 2019
  22. Jun 17, 2019
  23. May 19, 2019