summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added --flat option, to flatten the balance reportJohn Wiegley2009-02-171-4/+6
* Removed the %*| special char, for %*(" ")John Wiegley2009-02-171-2/+2
* The option --cost is now an alias for --basisJohn Wiegley2009-02-171-2/+1
* Added new --set-acount and --set-payee optionsJohn Wiegley2009-02-161-1/+3
* Added several new reporting optionsJohn Wiegley2009-02-161-1/+4
* Accept --first/--last as synonyms for --head/--tailJohn Wiegley2009-02-161-0/+2
* Made "stat" a synonym for the "stats" commandJohn Wiegley2009-02-161-1/+1
* Moved around some functions for clarityJohn Wiegley2009-02-161-18/+2
* The -n option for bal command is working againJohn Wiegley2009-02-161-1/+1
* Made several of the filters more context awareJohn Wiegley2009-02-151-14/+19
* Don't apply all filters for account-wise reportsJohn Wiegley2009-02-151-1/+1
* Print stripped amounts in the print reportJohn Wiegley2009-02-151-2/+2
* Normalized handling of several report optionsJohn Wiegley2009-02-151-1/+1
* Re-enabled the --format (-F) optionJohn Wiegley2009-02-151-10/+16
* The "xact" variable now returns null for accountsJohn Wiegley2009-02-151-0/+5
* item_predicate now operates on scope_tJohn Wiegley2009-02-151-2/+2
* chain_xact_handlers now always operators the sameJohn Wiegley2009-02-151-3/+3
* Removed the %! formatting code, as it does nothingJohn Wiegley2009-02-151-6/+6
* Changed the semantics of the "prices" reportJohn Wiegley2009-02-131-2/+1
* The formatting code no longer justifies valuesJohn Wiegley2009-02-131-2/+2
* Don't print an xact's amount if it was calculatedJohn Wiegley2009-02-131-4/+4
* Added a "reload" command, for use at the REPLJohn Wiegley2009-02-131-0/+2
* Changed print report to use format_dateJohn Wiegley2009-02-131-1/+2
* Added a new valexpr function: format_dateJohn Wiegley2009-02-131-0/+10
* Restored the "prices" command.John Wiegley2009-02-121-9/+13
* Turned on the "emacs" command and budgeting, though neither are tested yet.John Wiegley2009-02-121-2/+5
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-2/+3
* Rewrote the "entry" command. It's ALIVE!John Wiegley2009-02-111-6/+10
* Wired up the "entry" command from 2.x, though it still needs to be ported.John Wiegley2009-02-101-1/+18
* Wrote the beginnings of a new "stats" command.John Wiegley2009-02-101-0/+5
* Removed reference to session_t from the iterators module.John Wiegley2009-02-091-2/+2
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-27/+3
* Added a new --collapse-if-zero option.John Wiegley2009-02-091-0/+1