summaryrefslogtreecommitdiff
path: root/src/chain.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+3
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-5/+5
* Added an --unround option, to show full precisionJohn Wiegley2009-02-271-0/+4
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-1/+4
* The Great Renaming, Part IIJohn Wiegley2009-02-231-57/+57
* Added --revalued-total option, used by --gainJohn Wiegley2009-02-231-4/+5
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-9/+9
* Restored the --invert optionJohn Wiegley2009-02-221-4/+0
* Added a new --exact optionJohn Wiegley2009-02-211-0/+1
* Restored --forecast, now also --forecast-whileJohn Wiegley2009-02-211-2/+10
* Rewrote the equity command, which is working againJohn Wiegley2009-02-201-1/+3
* Don't sort or subtotal xacts for account reportsJohn Wiegley2009-02-191-20/+20
* Improved the --collapse filterJohn Wiegley2009-02-171-10/+13
* Added new --set-acount and --set-payee optionsJohn Wiegley2009-02-161-6/+26
* Added several new reporting optionsJohn Wiegley2009-02-161-0/+6
* Fixed the --head and --tail optionsJohn Wiegley2009-02-161-3/+6
* Made several of the filters more context awareJohn Wiegley2009-02-151-6/+12
* Don't apply all filters for account-wise reportsJohn Wiegley2009-02-151-32/+38
* Improved handling of --empty optionJohn Wiegley2009-02-151-1/+2
* item_predicate now operates on scope_tJohn Wiegley2009-02-151-12/+12
* chain_xact_handlers now always operators the sameJohn Wiegley2009-02-151-80/+76
* Have interval_xacts construct temps on a listJohn Wiegley2009-02-141-1/+2
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-11/+15
* Sort period transactions by "date", not by "d".John Wiegley2009-02-101-1/+1
* Added a new --collapse-if-zero option.John Wiegley2009-02-091-1/+2
* Use the report's amount_expr everywhere that computes an xact's amount.John Wiegley2009-02-091-5/+6
* Had to step back from a change that was breaking regular reports.John Wiegley2009-02-091-1/+3
* Pass amount expression to calc_xacts, to be used for computing the total.John Wiegley2009-02-081-1/+2
* Removed --reconcile and --reconcile-date.John Wiegley2009-02-071-14/+0
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-32/+4
* Restored all the option handlers from 2.6.2, but not the options themselves.John Wiegley2009-02-061-15/+16
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-79/+71
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-5/+13
* Moved chain_xact_handlers into its own file, chain.h and chain.cc.John Wiegley2009-02-011-0/+225