summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-7/+51
* Changed several pointers to references in filtersJohn Wiegley2009-11-191-25/+42
* Renamed bool controlling running total calculationsJohn Wiegley2009-11-181-2/+2
* Whitespace fixJohn Wiegley2009-11-181-2/+1
* The new period parser is passing all testsJohn Wiegley2009-11-181-6/+8
* Renamed date_interval_t::end to finishJohn Wiegley2009-11-171-3/+3
* Break up multiple commodities in equity reportJohn Wiegley2009-11-141-7/+14
* --data shouldn't modify the underlying itemJohn Wiegley2009-11-121-1/+1
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-3/+8
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-4/+4
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-0/+2
* Added "reported posts" into account xdataJohn Wiegley2009-11-021-1/+1
* Fixed a bug with budgetingJohn Wiegley2009-11-021-2/+2
* Improved the way account temporaries are managedJohn Wiegley2009-11-011-12/+42
* 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