Skip to content
  1. Apr 11, 2021
  2. Apr 04, 2021
  3. Apr 08, 2020
  4. Feb 12, 2020
  5. Dec 05, 2019
    • Quentin Defenouillere's avatar
      [binck] Removed bugging Investment vdate · edad4280
      Quentin Defenouillere authored and hydrargyrum's avatar hydrargyrum committed
      The vdate changes depending on the moment of the day (only time, no date
      on the morning). Since Investment.vdate is rarely scraped and not that
      important, it is better not to fetch at all than let the module bug all
      the time.
      edad4280
  6. Nov 20, 2019
  7. Nov 09, 2019
  8. Oct 23, 2019
    • Damien Mat Jedrzejewski's avatar
      [binck] Fix investments vdate · d73bb2d5
      Damien Mat Jedrzejewski authored and hydrargyrum's avatar hydrargyrum committed
      JSON periodically returns only time for investments vdate, and module was building a Date object from it.
      It was faulty since Date (and DateTime) filters now defaults strict
      argument to True. This caused a massive amout a account bugs throughout
      the week days.
      This commit adds DateTime with strict=False when this happens.
      d73bb2d5
  9. Sep 11, 2019
  10. Jul 18, 2019
    • Damien Mat Jedrzejewski's avatar
      [binck] fixed vdate for invests · 802516aa
      Damien Mat Jedrzejewski authored and hydrargyrum's avatar hydrargyrum committed
      On the site, the current hour is displayed if the invest day is today,
      it displays a date otherwise.
      Must apply Date filter on that.
      
      Fixed how obj_code_type is built too
      
      Closes: 10650@zendesk
      802516aa
  11. May 25, 2019
  12. May 19, 2019
  13. Mar 16, 2019
  14. Feb 27, 2019
  15. Feb 24, 2019
  16. Jan 06, 2019
  17. Dec 29, 2018
    • Quentin Defenouillere's avatar
      [binck] Get missing ISIN codes from invest detail page · f3da1833
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      For some investments lists the ISIN codes are missing in the API, but we
      can fetch them on the invest detail page.
      When the concerned connection will switch to the new interface, I will
      check how SRD invests are organized and if we can fetch missing codes
      the same way.
      
      Closes: 8489@zendesk
      f3da1833
    • Quentin Defenouillere's avatar
      [binck] Corrected details for new Binck website & improved navigation · e19fc6a3
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Some connections were still bugging since the new website arrived,
      especially because of the "home page" with market data that can have
      several URLs.
      From the home page or the view page, I added an on_load() to go directly
      to the accounts page.
      Some connections are still using the former website and there are no
      accounts on the new website architecture so I re-implemented the former
      behavior.
      
      Closes: 8489@zendesk
      e19fc6a3
  18. Dec 18, 2018
  19. Dec 17, 2018