summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Expand)AuthorAgeFilesLines
* Added error message if a predicate query is invalidJohn Wiegley2009-11-031-1/+9
* New: --set-reported-account, --set-reported-payeeJohn Wiegley2009-11-011-0/+2
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-6/+2
* Improved arg checking for several valexpr functionsJohn Wiegley2009-10-311-4/+4
* Add valexpr functions for lot dates, prices and tagsJohn Wiegley2009-10-311-0/+33
* Added a --forecast-years optionJohn Wiegley2009-10-311-0/+1
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-2/+2
* Setting --date-format in ~/.ledgerrc works againJohn Wiegley2009-10-291-0/+2
* Fixed "show" keywords, and added // syntaxJohn Wiegley2009-10-281-11/+9
* Fixes to the new query expression parserJohn Wiegley2009-10-281-2/+5
* Rewrote the report query parserJohn Wiegley2009-10-281-2/+2
* -D now means --daily, not --deviationJohn Wiegley2009-10-281-1/+1
* Sort by default unless --unsorted is selectedJohn Wiegley2009-10-281-0/+1
* Removed unnused parameter to value_t::printJohn Wiegley2009-10-271-5/+2
* Added --actual-dates, for overriding --effectiveJohn Wiegley2009-10-271-0/+1
* Support a --now option, for testing purposesJohn Wiegley2009-10-271-0/+1
* Added a new "cleared" reportJohn Wiegley2009-10-271-1/+11
* Added a new "budget" reportJohn Wiegley2009-10-271-1/+14
* Fixed a data lifetime bugJohn Wiegley2009-10-271-2/+7
* Added t and T as valexpr synonymsJohn Wiegley2009-10-261-0/+7
* Fixed sorting in bal reports when --flat is usedJohn Wiegley2009-10-261-4/+7
* Added an "echo" command, for REPL testingJohn Wiegley2009-10-261-0/+10
* Rewrote the way date and time I/O is managedJohn Wiegley2009-10-251-3/+7
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-16/+16
* Restored --price option, added baseline testJohn Wiegley2009-06-261-3/+13
* The --download option is now fully restoredJohn Wiegley2009-06-261-5/+5
* More refactoring for --downloadJohn Wiegley2009-06-241-1/+0
* Restored --download, although not done yetJohn Wiegley2009-06-241-5/+0
* Added a --no-color option, to disable --colorJohn Wiegley2009-06-221-0/+1
* Restored option --period-sortJohn Wiegley2009-06-211-1/+1
* Restored --percent option, added baseline testJohn Wiegley2009-06-211-2/+11
* Fixes to the 'xact' command (used to be 'entry')John Wiegley2009-06-191-1/+6
* Commented out an internal-only optionJohn Wiegley2009-06-181-0/+4
* The -X option now accepts price settingsJohn Wiegley2009-06-181-27/+14
* When --end is used, set a "terminus" dateJohn Wiegley2009-06-161-0/+8
* Move amount colorization deeper into the coreJohn Wiegley2009-06-161-3/+4
* Added new debug option --optionsJohn Wiegley2009-06-021-14/+19
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Revised the ways statistics are computedJohn Wiegley2009-03-061-2/+4
* Implemented --unround using value expressionsJohn Wiegley2009-03-061-0/+7
* Removed the --totals optionJohn Wiegley2009-03-051-1/+0
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-5/+18
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-18/+4
* Allow special %{} formatting sequenceJohn Wiegley2009-03-031-2/+2
* Made all the ANSI color names into valexpr namesJohn Wiegley2009-03-031-0/+67
* Moved fn_false to be a non-member functionJohn Wiegley2009-03-031-1/+4
* Added a "null" value for value expressionsJohn Wiegley2009-03-031-0/+9
* Added a "show" report query termJohn Wiegley2009-03-021-3/+20
* Changed how comments are output to be more logicalJohn Wiegley2009-03-011-0/+2
* The generate report now implies --actualJohn Wiegley2009-02-271-0/+1