summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unneeded debug codeJohn Wiegley2010-06-131-5/+0
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-129/+89
* Improved value expression function 'commodity'John Wiegley2010-06-121-0/+8
* Untabified all source filesJohn Wiegley2010-06-111-228/+228
* Fixed the "generate" commandJohn Wiegley2010-06-101-8/+2
* New display flag AMOUNT_PRINT_ELIDE_COMMODITY_QUOTESJohn Wiegley2010-06-091-1/+1
* Fixed interaction with -V/X and grouped postingsJohn Wiegley2010-06-091-0/+5
* A further simplification of -V and -XJohn Wiegley2010-06-071-1/+1
* amount_t::print and value_t::print now use flagsJohn Wiegley2010-06-071-4/+9
* Minor optimization of how non --empty is handledJohn Wiegley2010-06-071-5/+0
* Reworked the way that <Rounding> entries are shownJohn Wiegley2010-06-061-24/+26
* Made "expr" command a synonym for "parse"John Wiegley2010-06-051-0/+2
* Added new command: "pricemap [DATE]"John Wiegley2010-06-041-0/+15
* A little bit of code cleanupJohn Wiegley2010-06-041-10/+20
* Don't use --pager or --color with --outputJohn Wiegley2010-06-021-0/+7
* Minor optimizationJohn Wiegley2010-05-311-1/+2
* New: --group-by=EXPR and --group-title-format=FMTJohn Wiegley2010-05-301-34/+116
* Option --rounding inverted to --no-roundingJohn Wiegley2010-05-301-1/+1
* Added new option: --no-titlesJohn Wiegley2010-05-301-0/+1
* Added --rounding option, which is off by defaultJohn Wiegley2010-05-231-0/+1
* Fix to an interaction between --period and --sortJohn Wiegley2010-05-231-3/+2
* Added new option --prepend-widthJohn Wiegley2010-05-221-7/+17
* Option --count sums payees, account, commoditiesJohn Wiegley2010-05-221-0/+1
* Added new commands: acounts, payees, commoditiesJohn Wiegley2010-05-221-1/+15
* Added a simple print() value expression functionJohn Wiegley2010-05-081-0/+16
* Added new --meta and --meta-width optionsJohn Wiegley2010-03-171-4/+38
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-16/+20
* Fixed a problem with the "quoted" valexpr functionJohn Wiegley2010-03-051-2/+2
* Added some preliminary code for convert CSV to LedgerJohn Wiegley2010-03-051-0/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Renamed the "args" command to "query"John Wiegley2010-03-041-1/+5
* Added a --pivot=TAG optionJohn Wiegley2010-02-021-0/+1
* Added a debug statement for report.predicateJohn Wiegley2010-02-021-2/+5
* Added a trim() value expression functionJohn Wiegley2009-11-251-0/+28
* Added options: --unrealized-gains and --unrealized-lossesAristid Breitkreuz2009-11-241-0/+2
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-9/+8
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-0/+1
* Decompile all amount expressions for accounts reportsJohn Wiegley2009-11-181-0/+6
* It's OK for a report query to be emptyJohn Wiegley2009-11-181-14/+10
* The new period parser is passing all testsJohn Wiegley2009-11-181-6/+7
* Renamed date_interval_t::end to finishJohn Wiegley2009-11-171-2/+2
* Added historical support for single-letter valexprsJohn Wiegley2009-11-141-0/+39
* Reorganized a bit of the reporting codeJohn Wiegley2009-11-121-48/+25
* Moved report normalization into report.ccJohn Wiegley2009-11-121-0/+171
* Removed unused codeJohn Wiegley2009-11-121-2/+0
* Renamed the pricesdb command to pricedbJohn Wiegley2009-11-121-4/+4
* Added new value expressions for value conversionJohn Wiegley2009-11-111-0/+81
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-0/+1
* Added floor() value expression functionJohn Wiegley2009-11-111-0/+8
* Added a --prepend-format optionJohn Wiegley2009-11-111-7/+15