summaryrefslogtreecommitdiff
path: root/src/report.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Restored the --average (-A) report optionJohn Wiegley2009-02-151-1/+5
* Added a helper method for setting expr optionsJohn Wiegley2009-02-151-14/+26
* Added #if 0'd stub code from 2.x's option.ccJohn Wiegley2009-02-141-3/+26
* Restored the --actual and --real optionsJohn Wiegley2009-02-141-2/+9
* Re-enabled periodic reporting options (-M, etc)John Wiegley2009-02-141-5/+32
* Enabled --cleared, --uncleared and --pendingJohn Wiegley2009-02-131-3/+14
* Re-activated the budgeting flagsJohn Wiegley2009-02-131-3/+12
* Added a "reload" command, for use at the REPLJohn Wiegley2009-02-131-0/+5
* Added a new valexpr function: format_dateJohn Wiegley2009-02-131-0/+1
* Restored the "prices" command.John Wiegley2009-02-121-3/+1
* Turned on the "emacs" command and budgeting, though neither are tested yet.John Wiegley2009-02-121-0/+7
* Rewrote the "entry" command. It's ALIVE!John Wiegley2009-02-111-0/+1
* Wired up the "entry" command from 2.x, though it still needs to be ported.John Wiegley2009-02-101-0/+10
* Removed an unneeded method declaration.John Wiegley2009-02-101-1/+0
* When -V is used, show the market value for the amount as well as the total.John Wiegley2009-02-091-0/+1
* Added a new --collapse-if-zero option.John Wiegley2009-02-091-0/+4
* Had to step back from a change that was breaking regular reports.John Wiegley2009-02-091-1/+4
* Pass amount expression to calc_xacts, to be used for computing the total.John Wiegley2009-02-081-0/+1
* Correctly compile the expressions passed to -t and -T.John Wiegley2009-02-081-0/+12
* Inverted the default display mode for balance reports. Use -n to collapseJohn Wiegley2009-02-081-1/+6
* Added support for value expression definitions.John Wiegley2009-02-081-0/+4
* Added stub for --pending report flag.John Wiegley2009-02-081-0/+1
* Reimplemented -B, -V, -I and -O.John Wiegley2009-02-071-4/+26
* Fixed some #include ordering issues.John Wiegley2009-02-071-1/+1
* Renamed escape to quoted, and fixed up the csv report.John Wiegley2009-02-071-1/+1
* Allow value expressions to gain access to option settings.John Wiegley2009-02-071-0/+6
* Fixed the way that --limit, --only and --display are handled.John Wiegley2009-02-071-3/+21
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-071-1/+9