Skip to content
  1. Dec 02, 2018
  2. Nov 10, 2018
    • Quentin Defenouillere's avatar
      [cragr] Get PEA correct balance (without liquidities) · 5f0d1fbe
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Some PEA accounts are only present on the market space and not on the
      main page, and since we don't update the balance for PEA accounts in
      market_accounts_matching(), these PEA simply did not have any balance.
      
      With this patch the PEA accounts are correctly updated by going to the
      investments details in order to fetch their balance WITHOUT liquidities
      corresponding to the balance of the DAV PEA account.
      
      Closes: 6613@zendesk
      5f0d1fbe
  3. Oct 11, 2018
  4. Oct 09, 2018
  5. Sep 16, 2018
  6. Aug 18, 2018
  7. Jul 29, 2018
  8. Jun 09, 2018
  9. May 05, 2018
  10. Apr 15, 2018
  11. Mar 31, 2018
  12. Mar 03, 2018
  13. Feb 04, 2018
  14. Jan 14, 2018
    • Olivier Da Rocha's avatar
      [cragr] fixes the retrieval of an investment's vdate · 9aecf57a
      Olivier Da Rocha authored and Romain Bignon's avatar Romain Bignon committed
      When retrieving the vdate of an investment, the value sent to be filtered by Date()
      was an object Element causing the filtering to fail (AttributeError: 'list' object has no attribute 'read').
      By calling CleanText first, the value sent is the date in unicode. The right value, with no errors, is returned
      
      Closes: 500983@redmine
      9aecf57a