Skip to content
  1. Feb 24, 2019
  2. Feb 23, 2019
  3. Jun 19, 2017
  4. Apr 28, 2016
    • Florent Fourcot's avatar
      condition: strip left and right condition · fe236caa
      Florent Fourcot authored
      I was running this simple condition:
        boobank history XXX --condition 'amount > 2000'
      Before this patch, the command raised an error:
        Field "amount " is not valid.
      Thanks to this patch, condition are less confusing for users. A blank is
      not significant anymore.
      fe236caa
  5. Nov 28, 2014
    • Konubinix's avatar
      Allow ResultsCondition to compare timedelta · bd7891f2
      Konubinix authored
      The user may now use conditions on durations (from the audio and the video
      capabilities) in repl applications.
      
      The documentation has been updated to take this change into account.
      bd7891f2
  6. Oct 08, 2014
  7. Oct 01, 2014
  8. Jul 09, 2014
  9. Apr 09, 2014
  10. Jan 06, 2014
  11. Dec 16, 2013
    • Florent's avatar
      Add date to filter of expression · 505a5e9f
      Florent authored
      closes #1308
      
      It is now possible to get a history in a range of date with something
      like:
      boobank history CC-1234@ing --condition "date>2013-12-01 AND date<2013-12-8"
      
      It displays transactions done betwenn the 2th and the 7th december.
      505a5e9f
  12. Aug 06, 2013
  13. Aug 05, 2013
    • Florent's avatar
      Rewriting of ResultsCondition, first part · 31016c48
      Florent authored
      Allow to give int, float, and not only strings
      Fix AND/OR conditions
      Add some comments to unterstand this fucking code
      31016c48
    • Florent's avatar
      Fix OR condition · 4dbe7b8c
      Florent authored
      Return True at the first True result, return False if no condition
      match
      
      Closes #1288
      4dbe7b8c
  14. Apr 08, 2011
  15. Nov 14, 2010
  16. Nov 01, 2010
  17. Sep 23, 2010
  18. Jul 12, 2010
  19. Jun 22, 2010
  20. Jun 21, 2010
  21. May 21, 2010
  22. May 15, 2010
  23. May 11, 2010
  24. May 05, 2010