Skip to content
  1. Jul 18, 2019
    • Damien Mat Jedrzejewski's avatar
      [hsbc] Build around the new webspace · aea17825
      Damien Mat Jedrzejewski authored and hydrargyrum's avatar hydrargyrum committed
      Many clients are migrating to the new website, maybe all of them. This asks for a revision of the
      parsing as well as the navigation. Also handle the case of professional
      accounts and multi owners.
      
      Closes: 12295@zendesk, 12299@zendesk, 12341@zendesk, 12353@zendesk
      aea17825
  2. Jul 05, 2019
    • Damien Mat Jedrzejewski's avatar
      [hsbc] Add parsing of new web space · 19ad1758
      Damien Mat Jedrzejewski authored and hydrargyrum's avatar hydrargyrum committed
      Built navigation and parsing for a connection accessing a new web space.
      It does access to a "Mes Comptes de tiers" section but it is empty
      by default, contrary to the old web space.
      A few code formatting too.
      
      Closes: 11691@zendesk
      19ad1758
  3. May 19, 2019
  4. Apr 09, 2019
  5. Mar 16, 2019
  6. Feb 27, 2019
  7. Feb 24, 2019
  8. Feb 05, 2019
  9. Jan 06, 2019
  10. Jan 01, 2019
  11. Dec 31, 2018
  12. Dec 06, 2018
  13. Dec 02, 2018
    • Quentin Defenouillere's avatar
      [hsbc] Fetch Comptes de Tiers · dd07fce0
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Some HSBC connections have a link called "comptes de tiers" in which
      users can check their family members accounts.
      This patch enables the scraping of all third party accounts.
      
      Closes: 7605@Zendesk
      dd07fce0
    • Quentin Defenouillere's avatar
      [hsbc] Revised account typing using Regexps · e63b54bd
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      The account typing was sometimes biaised by the person's name:
      for example, if the label is "Compte Mr Pelletier", it will find "pel"
      in the label and therefore type it as a "PEL".
      The Regexp looking for actual words should reduce wrong account typing.
      
      Closes: 8229@zendesk
      e63b54bd
    • Quentin Defenouillere's avatar
      [hsbc] Added default account name when label is empty · e1812b01
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Some accounts have a balance but no label on the website.
      To avoid empty account labels I added "Compte sans libellé" as a default
      value.
      e1812b01
    • Quentin Defenouillere's avatar
      [hsbc] Rename investment labels and codes in iter_liquidity() · 92af0ea8
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Customers complained about weird invest labels that they could not
      identify in some of the invests. These invests are actually part of
      iter_liquidity, therefore, in order to fit the liquidity model, I
      renamed these investments with "Liquidités" and "XX-liquidity".
      I on purpose did not use create_french_liquidity because here
      liquidities are iterated with klass=Investment in pages.py and they have
      specific attributes such as original_currency and invest_account_id.
      
      Closes: 7977@zendesk
      92af0ea8
  14. Nov 10, 2018
    • Victor Kannemacher's avatar
      [hsbc] Add profile capability · 8e86294a
      Victor Kannemacher authored and Romain Bignon's avatar Romain Bignon committed
      This commit adds the profile capability. On "mes informations"->"mettre
      a jour mes données" the page contains a div_err div with "Service
      indisponible" in it. But we can still see some informations about the
      profile: the name and address(without the city...).
      On the website, the other informations are loaded after, but nothing is
      really usefull: the phone number shows "xxxxx9999"  and the
      email shows "xxxxxxxpont@mail.com"
      8e86294a
    • Martin Sicot's avatar
      [hsbc] Fixed a bug when there isn't any liquidities · ac6ca1c0
      Martin Sicot authored and Romain Bignon's avatar Romain Bignon committed
      Closes: 7452@zendesk. Some investment accounts don't have any liquidities (ptf titre for example) and crash when we try to retrieve it.
      ac6ca1c0
  15. Oct 11, 2018
  16. Oct 09, 2018
  17. Sep 17, 2018
  18. Sep 16, 2018
    • Célande Adrien's avatar
      [hsbc] account typed · fbc7249b
      Célande Adrien authored and Romain Bignon's avatar Romain Bignon committed
      An account was not typed so it did not detect it could not have an history.
      It is a life insurance.
      
      Closes: 16236@sibi
      Closes: 16450
      fbc7249b
  19. Aug 18, 2018
  20. Jul 29, 2018
  21. Jun 09, 2018
  22. May 05, 2018
  23. Apr 15, 2018