summaryrefslogtreecommitdiff
path: root/src/report.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added baseline tests for --related, --related-allJohn Wiegley2009-06-181-1/+5
* Restored --plot-amount-format, --plot-total-formatJohn Wiegley2009-06-181-9/+2
* Restored --prices-format optionsJohn Wiegley2009-06-181-1/+2
* Restored pricesdb command and --pricesdb-format optionJohn Wiegley2009-06-181-1/+1
* When --end is used, set a "terminus" dateJohn Wiegley2009-06-161-4/+14
* Move amount colorization deeper into the coreJohn Wiegley2009-06-161-14/+12
* Added new debug option --optionsJohn Wiegley2009-06-021-101/+245
* First iteration of the new date_interval_t rewriteJohn Wiegley2009-03-151-6/+6
* Rewrote the balance report again, to fix --depthJohn Wiegley2009-03-081-1/+1
* Implemented --unround using value expressionsJohn Wiegley2009-03-061-1/+4
* Removed the --totals optionJohn Wiegley2009-03-051-2/+0
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-9/+10
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-17/+2
* Allow special %{} formatting sequenceJohn Wiegley2009-03-031-13/+13
* Moved fn_false to be a non-member functionJohn Wiegley2009-03-031-3/+0
* Changed how comments are output to be more logicalJohn Wiegley2009-03-011-6/+5
* Separator in "balance" now part of format stringJohn Wiegley2009-02-271-1/+4
* Added --lots-actual, to not print calc'd detailsJohn Wiegley2009-02-271-3/+6
* Changed "priced" to "cost_calculated" for clarityJohn Wiegley2009-02-271-5/+10
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-271-0/+2
* The print command now prints xact's effective dateJohn Wiegley2009-02-271-0/+2
* Fixed bugs relating to sign and rounding of costsJohn Wiegley2009-02-271-2/+3
* Added an --unround option, to show full precisionJohn Wiegley2009-02-271-0/+2
* Changed the "truncate" valexpr func to "truncated"John Wiegley2009-02-271-4/+4
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-6/+8
* Changed --exchange's short option from -x to -XJohn Wiegley2009-02-251-1/+1
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-4/+4
* Fixed the --gain option for balance reportsJohn Wiegley2009-02-251-0/+1
* Added a new --depth optionJohn Wiegley2009-02-251-0/+5
* Added a new level of Python integrationJohn Wiegley2009-02-241-0/+2
* 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