Skip to content
  1. Sep 09, 2020
  2. Aug 26, 2020
  3. Apr 08, 2020
  4. Jul 18, 2019
  5. Mar 16, 2019
  6. Feb 24, 2019
    • Quentin Defenouillere's avatar
      [barclays] Corrected iter_accounts to fetch IBANs · e04bc24f
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      The is_here() of the LoansPage was catching most other accounts pages,
      as a results, we never landed on AbstractAccountPage and therefore,
      has_iban() always returned False and we were not fetching the IBANs
      anymore.
      I changed the is_here so that every account fits with the right Page.
      From what I observed, only checking accounts have an IBAN so there is no
      need to go to every account's detail page during iter_accounts if we do not
      scrape anything on it.
      This modification significantly reduces the number of requests and the
      duration of iter_accounts().
      e04bc24f
    • Romain Bignon's avatar
      d7320d8b
  7. Jan 23, 2019
  8. Dec 06, 2018
  9. 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
  10. Jul 29, 2018
  11. 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
  12. Mar 03, 2018
  13. Dec 16, 2017
  14. Nov 18, 2017
  15. Oct 08, 2017
  16. Sep 21, 2017
  17. Sep 10, 2017
  18. Sep 03, 2017
  19. Aug 30, 2017
  20. Apr 01, 2017
  21. Nov 18, 2016
  22. Jun 05, 2016
  23. Feb 07, 2016
  24. Nov 17, 2015