docs: Explain in more detail the parsing of the payee vs. notes fields

This commit is contained in:
Caleb Maclennan 2019-07-12 15:09:29 +03:00 committed by Simon Michael
parent e68e558761
commit 7e332fda20

View File

@ -238,10 +238,10 @@ or left blank. Transaction descriptions can be queried, unlike [comments](#comme
### Payee and note
You can optionally include a `|` (pipe) character in a description to
subdivide it into a payee/payer name on the left and additional notes on the right.
This may be worthwhile if you need to do more precise
[querying](/hledger.html#queries) and [pivoting](/hledger.html#pivoting) by payee.
You can optionally include a `|` (pipe) character in descriptions to subdivide the description
into separate fields for payee/payer name on the left (up to the first `|`) and an additional note
field on the right (after the first `|`). This may be worthwhile if you need to do more precise
[querying](/hledger.html#queries) and [pivoting](/hledger.html#pivoting) by payee or by note.
## Account names