summaryrefslogtreecommitdiff
path: root/src/chain.cc
Commit message (Expand)AuthorAgeFilesLines
* Add new --align-intervals option.Ian20202024-08-061-1/+2
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Fix unrounding for equityOleg Bulatov2022-05-061-1/+1
* Treat --depth like --collapse in registerRahix2020-07-211-1/+1
* collapse_posts: Use --depth as the collapse_depthRahix2020-07-211-2/+8
* Fix typos in commentsMartin Michlmayr2020-05-211-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Item sorting should have access to the report scopeJohn Wiegley2017-01-041-2/+2
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Allow the equity command to strip annotationsJohn Wiegley2012-03-191-1/+1
* Reworked the way that options are handledJohn Wiegley2012-03-091-6/+5
* Many options now have additive effectJohn Wiegley2012-03-071-0/+4
* Removed an unnecessary assertJohn Wiegley2012-03-071-1/+0
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-281-3/+1
* Corrected a typoJohn Wiegley2011-07-031-3/+3
* Rename dow_posts to day_of_week_posts, to be clearerJohn Wiegley2010-06-201-3/+3
* Subsantial fixes and improvements to budgetingJohn Wiegley2010-06-191-2/+2
* Added new option --inject=KEY[,KEY...]John Wiegley2010-06-181-0/+4
* Removed unused --unsorted optionJohn Wiegley2010-06-151-6/+0
* Untabified all source filesJohn Wiegley2010-06-111-59/+59
* Minor optimization of how non --empty is handledJohn Wiegley2010-06-071-6/+6
* Reworked the way that <Rounding> entries are shownJohn Wiegley2010-06-061-13/+21
* New: --group-by=EXPR and --group-title-format=FMTJohn Wiegley2010-05-301-59/+67
* Option --rounding inverted to --no-roundingJohn Wiegley2010-05-301-1/+1
* Added --rounding option, which is off by defaultJohn Wiegley2010-05-231-1/+2
* The --pivot=X option now only matches the tag "X"John Wiegley2010-03-171-1/+1
* Do not implicitly sort register outputJohn Wiegley2010-03-171-0/+2
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added a --pivot=TAG optionJohn Wiegley2010-02-021-1/+11
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-7/+12
* Don't auto-sort transactions for the balance reportJohn Wiegley2009-11-191-4/+0
* Changed several pointers to references in filtersJohn Wiegley2009-11-191-8/+1
* Renamed bool controlling running total calculationsJohn Wiegley2009-11-181-1/+1
* Changed only_preliminaries to for_accounts_reportJohn Wiegley2009-11-181-4/+4
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-0/+5
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-16/+16
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-35/+4
* New: --set-reported-account, --set-reported-payeeJohn Wiegley2009-11-011-0/+11
* Added a --forecast-years optionJohn Wiegley2009-10-311-1/+5
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-7/+7
* Sort by default unless --unsorted is selectedJohn Wiegley2009-10-281-0/+8
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-4/+4
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Implemented --unround using value expressionsJohn Wiegley2009-03-061-5/+3