Skip to content
  1. Nov 30, 2019
    • sinopsysHK's avatar
      [hsbchk] Cleanup · 3a9d0b88
      sinopsysHK authored and Laurent Bachelier's avatar Laurent Bachelier committed
      - Remove debugging tweaks (log.debug, extra overrides,...)
      - Fix lint complains
      - Published as a python3 compatible module
      3a9d0b88
    • sinopsysHK's avatar
      [hsbchk] create new HSBC boobank module dedicated to HK accounts · 6e7d12cb
      sinopsysHK authored and Laurent Bachelier's avatar Laurent Bachelier committed
      Despite looking close to French web site, it Hong Kong web site is
      completely different and need its own support.
      So far login, getting accounts and account history are working.
      There is no such "coming" entries in Hong Kong as all entries are
      recorded alnost in real time even for credit cards which are deferred
      toward parent account but real time toward own account.
      Profile might be added later.
      
      There is no support yet for investments, loans and deposits as I have no
      mean to test.
      
      There is an enhancement that could be considered: enrich entries from
      FPS (Fast Payment Service) additional details. Not yet supported
      6e7d12cb
    • Laurent Bachelier's avatar
      mareeinfo: Fix crash due to strict dates · 259f8eb6
      Laurent Bachelier authored and hydrargyrum's avatar hydrargyrum committed
      All dates are at least missing the year, but it is implied they are
      current year, current day, etc.
      Also tested under Python 3.
      259f8eb6
    • Laurent Bachelier's avatar
      ipapi: Fix Python 3 compatibility · 67ad05d7
      Laurent Bachelier authored and hydrargyrum's avatar hydrargyrum committed
      67ad05d7
    • Lucas Ficheux's avatar
      [bp] Added Transaction typing · 7c963940
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      Corrected regex for FRAIS TRIMESTRIELS DE TENUE DE COMPTE.
      
      Typed Transactions with COMMISSION PAIEMENT PAR CARTE in their label
      as TYPE_BANK.
      
      Typed Transactions with CREDIT CARTE BANCAIRE in their label as
      TYPE_CARD and added rdate parsing.
      7c963940
    • Bezleputh's avatar
      [meteofrance] fix #323 · b2bbc59e
      Bezleputh authored and hydrargyrum's avatar hydrargyrum committed
      b2bbc59e
  2. Nov 20, 2019