Skip to content
  1. May 19, 2019
  2. Mar 31, 2019
  3. Mar 16, 2019
  4. Feb 27, 2019
  5. Feb 24, 2019
  6. Jan 06, 2019
  7. Sep 16, 2018
  8. Jan 14, 2018
  9. Dec 30, 2017
  10. Dec 16, 2017
    • Sylvie Ye's avatar
      add CapBankWealth and CapBankPockets in bank.py · c4a87b34
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      update CapBank into CapbankWealth when iter_investments is implemented
      update CapBank into CapbankPockets when iter_pockets is implemented
      add CapBankWealth when iter_investments is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      add CapBankPockets when iter_pockets is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      c4a87b34
  11. Nov 18, 2017
  12. Oct 08, 2017
  13. Sep 20, 2017
  14. Jul 22, 2017
  15. Jun 22, 2017
  16. Mar 11, 2017
  17. Jan 08, 2017
  18. Dec 26, 2016
  19. Dec 24, 2016
  20. Dec 03, 2016
  21. Nov 21, 2016
  22. Sep 09, 2016
  23. Aug 28, 2016
  24. Aug 23, 2016
  25. Jun 23, 2016
  26. Jun 06, 2016
  27. Feb 11, 2016
  28. Jan 28, 2016
  29. Apr 15, 2015
  30. Jan 13, 2015
    • Romain Bignon's avatar
      use a local instance of LinearDateGuesser instead of global one · 87070bf0
      Romain Bignon authored
      When giving LinearDateGuesser instance to DateGuesser at Page's
      declaration, that'll be the SAME object for all the life-time of the
      module. So when listing transactions of a second account, the first taken
      date is the date of the oldest transaction of the first account!
      87070bf0
  31. Oct 17, 2014