Skip to content
  1. Oct 17, 2023
  2. May 23, 2023
  3. May 02, 2023
  4. Apr 14, 2023
  5. Apr 08, 2023
  6. Mar 05, 2023
  7. Feb 12, 2023
  8. Feb 11, 2023
  9. Feb 04, 2023
  10. Jan 30, 2023
  11. Jan 29, 2023
  12. Feb 18, 2022
  13. Apr 11, 2021
  14. Apr 04, 2021
  15. Feb 12, 2021
    • Christophe François's avatar
      [netfinca] Fix iter_investment · a08cce0d
      Christophe François authored and hydrargyrum's avatar hydrargyrum committed
      The unitvalue contains a valuation hour or date, so the CleanDecimal
      didn't work.
      
      The regex for the unitprice was bad and didn't work with thousands (it's
      the French format so they're separated by a space which didn't match the
      regex).
      a08cce0d
  16. Sep 23, 2020
  17. Sep 09, 2020
    • Quentin Defenouillere's avatar
      [netfinca] Correct original_unitvalue & quantity for Euro funds · 3105fe4f
      Quentin Defenouillere authored and hydrargyrum's avatar hydrargyrum committed
      It seems that the display slightly changed for euro funds investments:
      now they display a 'percentage' in the 'Cours' column (which usually
      contains the unitvalue or the original_unitvalue) and display the
      purchased amount in the 'Quantité' column.
      We must ignore these values because they do not correspond to the data
      usually contained in these columns.
      3105fe4f
  18. Aug 07, 2020
  19. Jul 15, 2020
  20. May 22, 2020
  21. May 07, 2020
  22. Apr 08, 2020
  23. Mar 18, 2020
  24. Mar 05, 2020
  25. Feb 12, 2020
  26. Dec 05, 2019
    • Quentin Defenouillere's avatar
      [netfinca] Repair iter_investments · 9ddd55f7
      Quentin Defenouillere authored and hydrargyrum's avatar hydrargyrum committed
      There were some bugs for some cragr connections using this submodule,
      some values were missing (unit_price, unit_value...) so I added some
      necessary default=NotAvailable.
      I also cleared some parts of the code as mush as I could.
      
      Closes: 14604@zendesk, 49958@sibi
      9ddd55f7
  27. Oct 23, 2019
  28. Oct 01, 2019
  29. Jul 05, 2019
    • Damien Mat Jedrzejewski's avatar
      [cragr] Account typing · ff728de3
      Damien Mat Jedrzejewski authored and hydrargyrum's avatar hydrargyrum committed
      'FLORIANE 2' as TYPE_LIFE_INSURANCE (cragr régions)
      'CEL2' as TYPE_SAVINGS (cragr api)
      'LIVCR' as TYPE_SAVINGS (cragr régions)
      ‘INTEGRAL PEA’ and ‘COMPTE PEA-PME’ as TYPE_PEA (submodule netfinca)
      
      Closes: 11364@zendesk
      ff728de3
  30. Jun 17, 2019