summaryrefslogtreecommitdiff
path: root/src/select.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix query string for select accountMartin Michlmayr2014-05-301-4/+4
| | | | | | | A wrong query string was generated by "select account": one ansify_if() too much was listed and justify() was called with the wrong parameters. Bug fix for #744
* Move the debug statement to where it makes more senseMartin Michlmayr2014-05-301-2/+1
| | | | | | It's possible to just say "select account" without a "from", so put the debug statement at the end of the block where the variable "formatter" is filled with the query string.
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-8/+0
|
* Added a "json" report commandJohn Wiegley2012-05-181-0/+2
|
* Add experimental support for select queriesJohn Wiegley2012-03-131-0/+441