;doc: cli: fix some manual warnings
This commit is contained in:
parent
6aa1bbc18a
commit
d35e4bde11
@ -1913,7 +1913,6 @@ account equity:conversion ; type: V
|
|||||||
```
|
```
|
||||||
|
|
||||||
[five main account types]: https://en.wikipedia.org/wiki/Chart_of_accounts#Types_of_accounts
|
[five main account types]: https://en.wikipedia.org/wiki/Chart_of_accounts#Types_of_accounts
|
||||||
[accounting equation]: https://en.wikipedia.org/wiki/Accounting_equation
|
|
||||||
[CCE]: https://en.wikipedia.org/wiki/Cash_and_cash_equivalents
|
[CCE]: https://en.wikipedia.org/wiki/Cash_and_cash_equivalents
|
||||||
[account directive]: #account
|
[account directive]: #account
|
||||||
|
|
||||||
@ -2522,20 +2521,20 @@ An alternative is to use auto postings in "one time" fashion -
|
|||||||
use them to help build a complex journal entry, view it with `hledger print --auto`,
|
use them to help build a complex journal entry, view it with `hledger print --auto`,
|
||||||
and then copy that output into the journal file to make it permanent.
|
and then copy that output into the journal file to make it permanent.
|
||||||
|
|
||||||
#### Auto postings and multiple files
|
### Auto postings and multiple files
|
||||||
|
|
||||||
An auto posting rule can affect any transaction in the current file,
|
An auto posting rule can affect any transaction in the current file,
|
||||||
or in any parent file or child file. Note, currently it will not
|
or in any parent file or child file. Note, currently it will not
|
||||||
affect sibling files (when multiple `-f`/`--file` are used - see
|
affect sibling files (when multiple `-f`/`--file` are used - see
|
||||||
[#1212](https://github.com/simonmichael/hledger/issues/1212)).
|
[#1212](https://github.com/simonmichael/hledger/issues/1212)).
|
||||||
|
|
||||||
#### Auto postings and dates
|
### Auto postings and dates
|
||||||
|
|
||||||
A [posting date](#posting-dates) (or secondary date) in the matched posting,
|
A [posting date](#posting-dates) (or secondary date) in the matched posting,
|
||||||
or (taking precedence) a posting date in the auto posting rule itself,
|
or (taking precedence) a posting date in the auto posting rule itself,
|
||||||
will also be used in the generated posting.
|
will also be used in the generated posting.
|
||||||
|
|
||||||
#### Auto postings and transaction balancing / inferred amounts / balance assertions
|
### Auto postings and transaction balancing / inferred amounts / balance assertions
|
||||||
|
|
||||||
Currently, auto postings are added:
|
Currently, auto postings are added:
|
||||||
|
|
||||||
@ -2550,7 +2549,7 @@ background.
|
|||||||
This also means that you cannot have more than one auto-posting with a missing
|
This also means that you cannot have more than one auto-posting with a missing
|
||||||
amount applied to a given transaction, as it will be unable to infer amounts.
|
amount applied to a given transaction, as it will be unable to infer amounts.
|
||||||
|
|
||||||
#### Auto posting tags
|
### Auto posting tags
|
||||||
|
|
||||||
Automated postings will have some extra [tags](#tags):
|
Automated postings will have some extra [tags](#tags):
|
||||||
|
|
||||||
@ -2564,7 +2563,7 @@ Also, any transaction that has been changed by auto posting rules will have thes
|
|||||||
- `modified:` - this transaction was modified
|
- `modified:` - this transaction was modified
|
||||||
- `_modified:` - a hidden tag not appearing in the comment; this transaction was modified "just now".
|
- `_modified:` - a hidden tag not appearing in the comment; this transaction was modified "just now".
|
||||||
|
|
||||||
#### Auto postings on forecast transactions only
|
### Auto postings on forecast transactions only
|
||||||
|
|
||||||
Tip: you can can make auto postings that will apply to forecast transactions
|
Tip: you can can make auto postings that will apply to forecast transactions
|
||||||
but not recorded transactions, by adding `tag:_generated-transaction` to their QUERY.
|
but not recorded transactions, by adding `tag:_generated-transaction` to their QUERY.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user