Skip to content
  1. Oct 11, 2018
    • Quentin Defenouillere's avatar
      [milleis] Corrected removal of untyped accounts · c79eef16
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Several customers complained that their Life Insurances were not
      scraped.
      A validate() method excluded the accounts that are UNKNOWN.
      I removed it and placed a logger warning to catch all the untyped accounts in
      order to type them in the future.
      I also changed the condition on investments in case there is none and removed the condition
      excluding investments without quantity.
      
      Closes: 6810@zendesk, 6834@zendesk, 6978@zendesk, 7184@zendesk
      c79eef16
  2. Sep 16, 2018
  3. Jul 29, 2018
  4. Jun 09, 2018
    • Quentin Defenouillere's avatar
      [barclays] Changed immediate cards to TYPE_CHECKING · ea0a2aad
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      The credit cards were all stored as type 7 so the code was modified to
      switch to type 1 (checking) if it is not a deferred card (there is no
      due date on the total amount of transactions for immediate cards).
      
      Closes: 5082@zendesk
      ea0a2aad
    • Quentin Defenouillere's avatar
      [barclays] Corrected coming and balance for DIFF cards · 933add45
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      In this module the deferred credit cards appeared without any coming and their
      coming was displayed in the balance column. Since the "coming" of each
      card appear in the "balance" column on the BMilleis website, this has been fixed by
      defining "obj_balance" and "obj_coming" methods that depend on the type of each account.
      
      Closes: 5082@zendesk
      933add45
  5. Mar 03, 2018
  6. Dec 16, 2017
  7. Nov 18, 2017
  8. Oct 08, 2017
  9. Sep 21, 2017
  10. Sep 20, 2017
  11. Sep 10, 2017
  12. Sep 03, 2017
  13. Aug 30, 2017
  14. May 30, 2017
  15. Apr 01, 2017
  16. Mar 11, 2017
  17. Jan 08, 2017
  18. Dec 24, 2016
  19. Dec 03, 2016
  20. Nov 18, 2016
  21. Jun 05, 2016
  22. Feb 11, 2016
  23. Feb 07, 2016
  24. Nov 17, 2015
    • Romain Bignon's avatar
      support more account types · afe10a23
      Romain Bignon authored
      afe10a23
    • Baptiste Delpey's avatar
      fix bug when card is first account · 688e6caf
      Baptiste Delpey authored and Romain Bignon's avatar Romain Bignon committed
      Previously card accounts were linked to the previous account, but we
      encountered a card account in first position. We decided to link it to
      following account because doing something cleaner was to demanding. We
      think this should be enough because this behaviour is rare and an even
      more complex one should not exist.
      688e6caf