summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow --head to limit the entries generate createsJohn Wiegley2009-02-271-1/+3
* Added --lots-actual, to not print calc'd detailsJohn Wiegley2009-02-271-1/+1
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-271-0/+16
* Fixed bugs relating to sign and rounding of costsJohn Wiegley2009-02-271-0/+8
* Added an --unround option, to show full precisionJohn Wiegley2009-02-271-0/+1
* Changed the "truncate" valexpr func to "truncated"John Wiegley2009-02-271-3/+3
* Changed --exchange's short option from -x to -XJohn Wiegley2009-02-251-3/+3
* Added a new --depth optionJohn Wiegley2009-02-251-0/+1
* Added a new level of Python integrationJohn Wiegley2009-02-241-0/+17
* Removed the largely useless --performance optionJohn Wiegley2009-02-241-3/+1
* The Great Renaming, Part IIJohn Wiegley2009-02-231-36/+33
* rounded() and quantity() act on the first valueJohn Wiegley2009-02-231-3/+4
* Added get_at and is_seq valexpr functionsJohn Wiegley2009-02-231-2/+36
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-3/+7
* Many fixes to --market and --exchangeJohn Wiegley2009-02-221-7/+3
* --exchange option now accepts multiple commoditiesJohn Wiegley2009-02-221-16/+28
* Added --exchange (-x) optionJohn Wiegley2009-02-221-16/+18
* Fixed the way values are justified for printingJohn Wiegley2009-02-221-9/+10
* Changed --colors to --color, to match GitJohn Wiegley2009-02-221-2/+2
* Removed unused --totals optionJohn Wiegley2009-02-221-1/+0
* Added a new --colors option, for terminal funJohn Wiegley2009-02-211-2/+30
* Added a new --raw option, for use with printJohn Wiegley2009-02-211-2/+2
* Removed an unused class: format_entriesJohn Wiegley2009-02-211-1/+2
* Use more general scrub valexpr function in formatsJohn Wiegley2009-02-211-1/+8
* Create a new interactive_t helper classJohn Wiegley2009-02-211-23/+21
* Made --leeway a synonym for --price-expJohn Wiegley2009-02-211-0/+1
* Added --start-of-week option, used with --weeklyJohn Wiegley2009-02-211-0/+1
* Handle reporting widths that are too smallJohn Wiegley2009-02-211-1/+2
* Added a new --exact optionJohn Wiegley2009-02-211-0/+1
* Restored --forecast, now also --forecast-whileJohn Wiegley2009-02-211-1/+1
* Restored the --base optionJohn Wiegley2009-02-201-1/+5
* Added more option baseline tests, enabled --dowJohn Wiegley2009-02-201-1/+1
* Removed unused --cache optionJohn Wiegley2009-02-201-2/+2
* Restored the --basis optionJohn Wiegley2009-02-201-6/+18
* Added --no-total optionJohn Wiegley2009-02-201-2/+3
* Rewrote the equity command, which is working againJohn Wiegley2009-02-201-27/+27
* Allow for sorting of the balance reportJohn Wiegley2009-02-191-2/+2
* Added a new --columns= optionJohn Wiegley2009-02-191-0/+1
* The sequence -M -p 2004 now equals -p 2004 -MJohn Wiegley2009-02-191-1/+1
* Restored the -j and -J optionsJohn Wiegley2009-02-191-0/+7
* Moved init of options to the options themselvesJohn Wiegley2009-02-191-52/+0
* Improved how register reports are formattedJohn Wiegley2009-02-191-33/+34