Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "only" now a report query modifier for --only | John Wiegley | 2010-06-24 | 1 | -0/+4 |
| | | | | This fits with "show" and "bold", etc. | ||||
* | Added report query modifiers: for, since, until | John Wiegley | 2010-06-22 | 1 | -7/+17 |
| | | | | | | | | | Now instead of ledger reg expense -p "this month", you can say: ledger reg expense for this month And as a shorthand for "for until this month", you can just say "until this month" or "since this month". | ||||
* | Added new "bold" modifier to query expressions | John Wiegley | 2010-06-22 | 1 | -35/+59 |
| | | | | | | | | | | | | | | For example: ledger bal assets bold checking Or you can use expressions: ledger bal assets bold '=total > 1000' This last is identical to saying: ledger bal -l 'account =~ /assets/' --bold-if='total > 1000' | ||||
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -0/+3 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -90/+90 |
| | |||||
* | Further improved parsing of query expressions | John Wiegley | 2010-06-01 | 1 | -11/+16 |
| | | | | Fixes #210 / D4C2DD6F-8967-4FFC-BBBC-A941F9C53475 | ||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Added several more missing virtual keywords | John Wiegley | 2009-11-21 | 1 | -1/+1 |
| | |||||
* | Some reformatting in query.h | John Wiegley | 2009-11-17 | 1 | -35/+37 |
| | |||||
* | Corrected parsing of the 'expr' report query term | John Wiegley | 2009-11-15 | 1 | -1/+5 |
| | |||||
* | Stylistic change: assert(0) -> assert(false) | John Wiegley | 2009-11-13 | 1 | -2/+2 |
| | |||||
* | query_t objects are now convertible to predicate_t | John Wiegley | 2009-11-10 | 1 | -2/+10 |
| | |||||
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -0/+291 |