summaryrefslogtreecommitdiff
path: root/src/report.h
Commit message (Expand)AuthorAgeFilesLines
* Improved value expression function 'commodity'John Wiegley2010-06-121-0/+1
* Untabified all source filesJohn Wiegley2010-06-111-143/+143
* Scrub account totals before applying --percentJohn Wiegley2010-06-111-1/+2
* Fixed the "generate" commandJohn Wiegley2010-06-101-3/+3
* Corrected some math used by the budget commandJohn Wiegley2010-06-101-5/+5
* Fixed interaction with -V/X and grouped postingsJohn Wiegley2010-06-091-5/+7
* Corrected implementation of --percentJohn Wiegley2010-06-061-1/+1
* Added new command: "pricemap [DATE]"John Wiegley2010-06-041-0/+1
* New: --group-by=EXPR and --group-title-format=FMTJohn Wiegley2010-05-301-0/+18
* Option --rounding inverted to --no-roundingJohn Wiegley2010-05-301-2/+2
* Added new option: --no-titlesJohn Wiegley2010-05-301-0/+2
* Added --rounding option, which is off by defaultJohn Wiegley2010-05-231-0/+2
* Created new valexpr variable display_accountJohn Wiegley2010-05-221-5/+5
* Added new option --prepend-widthJohn Wiegley2010-05-221-5/+10
* Changed the report generated by the csv commandJohn Wiegley2010-05-221-2/+3
* Option --count sums payees, account, commoditiesJohn Wiegley2010-05-221-0/+1
* Added a simple print() value expression functionJohn Wiegley2010-05-081-0/+1
* Added new --meta and --meta-width optionsJohn Wiegley2010-03-171-5/+14
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-18/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added a --pivot=TAG optionJohn Wiegley2010-02-021-0/+3
* Guard against divide by zero error in -A reg reportJohn Wiegley2010-01-211-1/+1
* Added a trim() value expression functionJohn Wiegley2009-11-251-0/+1
* Added options: --unrealized-gains and --unrealized-lossesAristid Breitkreuz2009-11-241-0/+5
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-0/+3
* The new period parser is passing all testsJohn Wiegley2009-11-181-13/+18
* Don't bold the payee for virtual or temporary xactsJohn Wiegley2009-11-131-1/+1
* Reorganized a bit of the reporting codeJohn Wiegley2009-11-121-0/+30
* Moved report normalization into report.ccJohn Wiegley2009-11-121-0/+2
* Renamed the pricesdb command to pricedbJohn Wiegley2009-11-121-3/+3
* Added new value expressions for value conversionJohn Wiegley2009-11-111-0/+9
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-0/+2
* Added floor() value expression functionJohn Wiegley2009-11-111-0/+1
* Added a --prepend-format optionJohn Wiegley2009-11-111-0/+9
* Fixes to Python importing; removed "hello" precommandJohn Wiegley2009-11-101-2/+0
* account_amount() is now account().amountJohn Wiegley2009-11-101-1/+0
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
* Column widths are always calculated nowJohn Wiegley2009-11-071-30/+6
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-18/+2
* Added new account_total value expressionJohn Wiegley2009-11-051-0/+1
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-2/+4
* Set default LESS options to -FRSXJohn Wiegley2009-11-021-1/+1
* New: --set-reported-account, --set-reported-payeeJohn Wiegley2009-11-011-0/+4
* Add valexpr functions for lot dates, prices and tagsJohn Wiegley2009-10-311-0/+3
* Added a --forecast-years optionJohn Wiegley2009-10-311-0/+2
* Setting --date-format in ~/.ledgerrc works againJohn Wiegley2009-10-291-0/+4
* If isatty is available, no colors/pager for non-ttysJohn Wiegley2009-10-291-1/+16
* Fixed a gcc warningJohn Wiegley2009-10-281-2/+0
* Make "less" the default pager, similar to GitJohn Wiegley2009-10-281-1/+28
* No more trailing spaces in the print reportJohn Wiegley2009-10-281-3/+3