doc: describe --forecast and --auto

This commit is contained in:
Dmitry Astapov 2017-12-14 23:56:43 +00:00 committed by Simon Michael
parent 040b9aef91
commit f85643889c

View File

@ -156,6 +156,15 @@ m4_define({{_reportingoptions_}}, {{
: convert amounts to their market value on the report end date
(using the most recent applicable [market price](journal.html#market-prices), if any)
`--forecast`
: generate forecast transactions from [periodic transaction]((journal.html#periodic-transactions) rules.
Each periodic transaction rule will generate [forecast transactions](budgeting-and-forecasting.html#forecasting),
beginning the day after the last recorded journal transaction,
and ending 6 months from today, or at the specified report end date.
`--auto`
: apply [automated posting rules](journal.html#automated-posting-rules) to modify transactions where applicable (can combine with --forecast).
When a reporting option appears more than once in the command line, the last one takes precedence.
Some reporting options can also be written as [query arguments](#queries).