diff options
author | thdox <thdox@free.fr> | 2015-01-10 23:13:48 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-01-19 20:50:24 +0100 |
commit | dbf1574ab7f05d7cd8920b144675f006cccdf212 (patch) | |
tree | ef4be2f97018a0fa061865b3d7e7d19d4fb0c583 /doc | |
parent | 6547448676ee51c390086e49da32f6cb636b74f9 (diff) | |
download | fork-ledger-dbf1574ab7f05d7cd8920b144675f006cccdf212.tar.gz fork-ledger-dbf1574ab7f05d7cd8920b144675f006cccdf212.tar.bz2 fork-ledger-dbf1574ab7f05d7cd8920b144675f006cccdf212.zip |
Add those single letter directives to index.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 81d1849f..c08d301c 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2081,6 +2081,7 @@ the syntax @code{[ACTUAL_DATE]} or @code{[=EFFECTIVE_DATE]} or @item P @findex --download +@findex P Specifies a historical price for a commodity. These are usually found in a pricing history file (see the @option{--download (-Q)} option). The syntax is: @@ -2554,12 +2555,15 @@ alone, for backwards compatibility with older Ledger versions. @table @code @item A +@findex A See @code{bucket}. @item Y +@findex Y See @code{year}. @item N SYMBOL +@findex N Indicates that pricing information is to be ignored for a given symbol, nor will quotes ever be downloaded for that symbol. Useful with a home currency, such as the dollar @samp{$}. It is recommended @@ -2572,6 +2576,7 @@ N SYMBOL @item D AMOUNT @findex xact +@findex D Specifies the default commodity to use, by specifying an amount in the expected format. The @command{xact} command will use this commodity as @@ -2586,6 +2591,7 @@ D $1,000.00 @end smallexample @item C AMOUNT1 = AMOUNT2 +@findex C Specifies a commodity conversion, where the first amount is given to be equivalent to the second amount. The first amount should use the decimal precision desired during reporting: @@ -2595,6 +2601,12 @@ C 1.00 Kb = 1024 bytes @end smallexample @item I, i, O, o, b, h +@findex I +@findex i +@findex O +@findex o +@findex b +@findex h These four relate to timeclock support, which permits Ledger to read timelog files. See timeclock's documentation for more info on the syntax of its timelog files. |