Skip to content
  1. Mar 16, 2019
  2. Feb 24, 2019
  3. Feb 05, 2019
  4. Jan 23, 2019
  5. Dec 06, 2018
  6. Oct 11, 2018
  7. Oct 09, 2018
    • Quentin Defenouillere's avatar
      [bp] Fetched correct PERP balance and added iter_history for PERP accounts · bac78e8d
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Customers complained the account.balance for PERP accounts was only the
      "Rente annuelle estimée" instead of the total amount of money added to
      the account. This patch implements the correct balance for PERP accounts
      and repairs the bug in iter_accounts caused by the student_loans.
      I also implemented iter_history for PERP accounts since they use a
      specific page class.
      
      Closes: 6974@zendesk
      bac78e8d
  8. Sep 16, 2018
  9. Aug 18, 2018
  10. Jul 29, 2018
  11. Jul 06, 2018
  12. Jun 09, 2018
    • Quentin Defenouillere's avatar
      [banquepopulaire] Scrapping invests & liquidities from Lifebourse · be55466c
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Re-added the Investments class to lifebourse/pages.py
      Modified banquepopulaire browser to scrap 'TIT' but also 'PRV' accounts
      Modified banque postale browser to avoid scraping liquidities and avoid
      redundancies.
      
      The previous Banque Populaire code only scrapped accounts starting with
      'TIT', this was modified since accounts starting with 'PRV' also appear
      in Lifebourse with invests and liquidites.
      An 'XX-liquidity' class was re-added to the pages files of Lifebourse,
      since Banque Populaire customers wanted liquidities to appear. The
      browser file from Banque Postale file was also modified to prevent
      liquidities from appearing since it would be redundant with current
      accounts.
      
      Closes: 5162@zendesk
      be55466c
  13. May 05, 2018
  14. Mar 31, 2018
  15. Mar 03, 2018
  16. Feb 04, 2018
    • Victor Kannemacher's avatar
      [bp] Change loan method and add revolving credits · fffc5df3
      Victor Kannemacher authored and Romain Bignon's avatar Romain Bignon committed
      Before this commit we used to get the details of loans accounts on the
      first page. But for one account on the first page we can have many loans.
      With this commit we go to the account url to get more details. We also
      can handle the revolving credits.
      
      Closes : 4046@zendeskt
      fffc5df3
  17. Jan 14, 2018
  18. Dec 16, 2017
  19. Nov 18, 2017
  20. Aug 30, 2017