mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
docs: describe metadata/tags
This commit is contained in:
parent
6ca155edc0
commit
5670dabf1b
18
MANUAL.md
18
MANUAL.md
@ -261,6 +261,24 @@ Example:
|
||||
$ hledger register checking --effective
|
||||
2010/02/19 movie ticket assets:checking $-10 $-10
|
||||
|
||||
### Metadata
|
||||
|
||||
Extra metadata (a keyword and value) or tags (just keywords) may be
|
||||
attached to transactions and postings by inserting one or more comment
|
||||
lines containing KEY:[VALUE]. In the example below, the transaction has a
|
||||
`purpose` tag with value "`research`", and the expenses:cinema posting has
|
||||
the `fun` and `outing` tags.
|
||||
|
||||
1/1 movie ticket
|
||||
; purpose: research
|
||||
expenses:cinema $10
|
||||
; fun:
|
||||
; outing:
|
||||
assets:checking
|
||||
|
||||
hledger does not yet allow querying on these fields; they are parsed for
|
||||
compatibility with ledger, but ignored.
|
||||
|
||||
### Default commodity
|
||||
|
||||
You can set a default commodity or currency with a D directive. This will
|
||||
|
Loading…
Reference in New Issue
Block a user