summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-1/+0
* Added a --forecast-years optionJohn Wiegley2009-10-311-2/+4
* Revised the forecasting logicJohn Wiegley2009-10-281-31/+65
* Further improvements to handling temporariesJohn Wiegley2009-10-281-0/+1
* Added a new "budget" reportJohn Wiegley2009-10-271-0/+9
* Redid the way temporaries are handled in filteringJohn Wiegley2009-10-271-80/+31
* When creating temp posts, add them to the accountJohn Wiegley2009-10-271-0/+7
* New valexpr functions: id, idstring, magnitudeJohn Wiegley2009-10-251-15/+0
* Rewrote the way date and time I/O is managedJohn Wiegley2009-10-251-5/+4
* Improved usefulness of the "print --anon" outputJohn Wiegley2009-06-271-4/+23
* Removed some dead codeJohn Wiegley2009-06-271-2/+1
* The --download option is now fully restoredJohn Wiegley2009-06-261-2/+2
* The --revalued option now honors the -e terminusJohn Wiegley2009-06-171-0/+9
* Corrected a syntax error in a gettext usageJohn Wiegley2009-03-241-1/+1
* The new code is working now.John Wiegley2009-03-161-41/+44
* Restored all the old code, though not tested yetJohn Wiegley2009-03-161-22/+22
* First iteration of the new date_interval_t rewriteJohn Wiegley2009-03-151-41/+35
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Changed the way that account balances are computedJohn Wiegley2009-03-061-23/+1
* 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