summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't compute running total for balance reportsJohn Wiegley2009-03-051-13/+16
* Renamed some flags and members in post_tJohn Wiegley2009-03-051-1/+1
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-2/+2
* Gather account details in a details_t structureJohn Wiegley2009-03-031-7/+11
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-20/+26
* Fixed the operation of --head and --tailJohn Wiegley2009-02-271-6/+21
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-30/+82
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-5/+5
* Switched from using POST_AUTO to ITEM_GENERATEDJohn Wiegley2009-02-241-4/+4
* The Great Renaming, Part IIJohn Wiegley2009-02-231-293/+293
* If handle_value sees a sequence, make it compoundJohn Wiegley2009-02-231-0/+1
* Don't report collapsed subtotal if no xacts seenJohn Wiegley2009-02-231-1/+2
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-18/+42
* Restored the --invert optionJohn Wiegley2009-02-221-15/+0
* Fixed another memory bug in by_payee_xactsJohn Wiegley2009-02-211-10/+3
* Added a new --exact optionJohn Wiegley2009-02-211-23/+37
* Restored --forecast, now also --forecast-whileJohn Wiegley2009-02-211-6/+5
* Restored the --budget optionJohn Wiegley2009-02-201-4/+4
* Added more option baseline tests, enabled --dowJohn Wiegley2009-02-201-0/+3
* Rewrote the equity command, which is working againJohn Wiegley2009-02-201-1/+44
* Renamed a debug category to be consistentJohn Wiegley2009-02-191-1/+1
* Moved an exception, so the report is more generalJohn Wiegley2009-02-191-19/+20
* Fixed use of the -p flag without an intervalJohn Wiegley2009-02-171-2/+3
* Improved the --collapse filterJohn Wiegley2009-02-171-1/+7
* Rewrote how the balance command displays accountsJohn Wiegley2009-02-171-0/+4
* Added new --set-acount and --set-payee optionsJohn Wiegley2009-02-161-1/+13
* Added several new reporting optionsJohn Wiegley2009-02-161-32/+3
* Fixed how subtotal date ranges are computedJohn Wiegley2009-02-161-63/+54
* Revert "Propagate xact effective date in two places"John Wiegley2009-02-161-4/+2
* Propagate xact effective date in two placesJohn Wiegley2009-02-161-2/+4
* Report collapsed xacts using earliest dateJohn Wiegley2009-02-161-9/+16
* Made several of the filters more context awareJohn Wiegley2009-02-151-7/+14
* Improved handling of --empty optionJohn Wiegley2009-02-151-24/+24
* item_predicate now operates on scope_tJohn Wiegley2009-02-151-4/+3
* Fixed a call to value_t::cast to use in_place_castJohn Wiegley2009-02-151-3/+3
* Whitespace fixesJohn Wiegley2009-02-151-3/+3
* Added xact_t::count memberJohn Wiegley2009-02-151-1/+6
* Have interval_xacts construct temps on a listJohn Wiegley2009-02-141-3/+5
* Generate null transactions for empty periodsJohn Wiegley2009-02-141-0/+16
* Re-enabled periodic reporting options (-M, etc)John Wiegley2009-02-141-6/+3
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-1/+1
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-5/+7
* Added a new --collapse-if-zero option.John Wiegley2009-02-091-1/+13
* Removed the balance_pair_t type, since it's now an unneeded abstraction.John Wiegley2009-02-091-1/+0
* Use the report's amount_expr everywhere that computes an xact's amount.John Wiegley2009-02-091-13/+7
* Always calculate transaction totals based on the expression for the amount.John Wiegley2009-02-091-6/+2
* Had to step back from a change that was breaking regular reports.John Wiegley2009-02-091-1/+8
* Pass amount expression to calc_xacts, to be used for computing the total.John Wiegley2009-02-081-2/+4
* Improved an error message that was trying to show transaction context.John Wiegley2009-02-081-2/+1
* Removed an unnecessary boolean test.John Wiegley2009-02-071-1/+1