summaryrefslogtreecommitdiff
path: root/src/report.h
Commit message (Expand)AuthorAgeFilesLines
* Output "@ AMOUNT" cost in the print reportJohn Wiegley2009-02-241-0/+2
* Removed the largely useless --performance optionJohn Wiegley2009-02-241-1/+0
* The Great Renaming, Part IIJohn Wiegley2009-02-231-22/+22
* Restore the --gain option, for showing gain/lossJohn Wiegley2009-02-231-1/+19
* Added --revalued-total option, used by --gainJohn Wiegley2009-02-231-0/+13
* Added get_at and is_seq valexpr functionsJohn Wiegley2009-02-231-0/+2
* Removed unused member keep_details_t::keep_baseJohn Wiegley2009-02-231-2/+1
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-1/+1
* Many fixes to --market and --exchangeJohn Wiegley2009-02-221-2/+2
* --exchange option now accepts multiple commoditiesJohn Wiegley2009-02-221-2/+2
* Added --exchange (-x) optionJohn Wiegley2009-02-221-5/+15
* Fixed the way values are justified for printingJohn Wiegley2009-02-221-17/+19
* Changed --colors to --color, to match GitJohn Wiegley2009-02-221-11/+11
* Restored the --invert optionJohn Wiegley2009-02-221-1/+4
* Removed unused --totals optionJohn Wiegley2009-02-221-2/+0
* Added a new --colors option, for terminal funJohn Wiegley2009-02-211-17/+24
* Removed an unused class: format_entriesJohn Wiegley2009-02-211-0/+2
* Use more general scrub valexpr function in formatsJohn Wiegley2009-02-211-41/+38
* Create a new interactive_t helper classJohn Wiegley2009-02-211-2/+2
* Added --start-of-week option, used with --weeklyJohn Wiegley2009-02-211-0/+1
* Added a new --exact optionJohn Wiegley2009-02-211-0/+1
* Restored the --deviation optionJohn Wiegley2009-02-211-1/+3
* Restored --forecast, now also --forecast-whileJohn Wiegley2009-02-211-1/+1
* Enabled --current optionJohn Wiegley2009-02-201-1/+3
* Strip amounts displayed in the csv reportJohn Wiegley2009-02-201-1/+1
* Removed unused --cache optionJohn Wiegley2009-02-201-1/+0
* Restored the --basis optionJohn Wiegley2009-02-201-1/+16
* Added --no-total optionJohn Wiegley2009-02-201-0/+2
* Don't use auto-widths for widths explicitly givenJohn Wiegley2009-02-201-10/+20
* Rewrote the equity command, which is working againJohn Wiegley2009-02-201-4/+1
* Use the 'market' function, not 'market_value'John Wiegley2009-02-191-2/+2
* Added a new --columns= optionJohn Wiegley2009-02-191-0/+2
* The sequence -M -p 2004 now equals -p 2004 -MJohn Wiegley2009-02-191-57/+54
* Restored the -j and -J optionsJohn Wiegley2009-02-191-10/+7
* Moved init of options to the options themselvesJohn Wiegley2009-02-191-9/+69
* Improved how register reports are formattedJohn Wiegley2009-02-191-4/+26
* Added --flat option, to flatten the balance reportJohn Wiegley2009-02-171-0/+1
* The option --cost is now an alias for --basisJohn Wiegley2009-02-171-1/+0
* Added new --set-acount and --set-payee optionsJohn Wiegley2009-02-161-0/+2
* Added several new reporting optionsJohn Wiegley2009-02-161-1/+4
* Fixed several unused value and param warningsJohn Wiegley2009-02-161-4/+4
* Moved around some functions for clarityJohn Wiegley2009-02-161-11/+0
* The -n option for bal command is working againJohn Wiegley2009-02-161-3/+3
* Made several of the filters more context awareJohn Wiegley2009-02-151-2/+3
* Normalized handling of several report optionsJohn Wiegley2009-02-151-58/+64
* Re-enabled the --format (-F) optionJohn Wiegley2009-02-151-0/+6
* The "xact" variable now returns null for accountsJohn Wiegley2009-02-151-0/+3
* Split up session_t::reread_journal_files()John Wiegley2009-02-151-1/+2
* Change a few calls to on() to use set_expr()John Wiegley2009-02-151-6/+5
* Parse '/' in an operator context as "div"John Wiegley2009-02-151-1/+1