;update manuals

This commit is contained in:
Simon Michael 2020-10-25 18:56:34 -10:00
parent 6e956fb62b
commit b10e96d26d
3 changed files with 11 additions and 12 deletions

View File

@ -1158,9 +1158,9 @@ amount %amt %cur
\f[R] \f[R]
.fi .fi
.PP .PP
Note we used temporary field names \f[C]cur\f[R] (and \f[C]amt\f[R]) - Note we used a temporary field name (\f[C]cur\f[R]) that is not
not \f[C]currency\f[R], since in this case we don\[aq]t want to trigger \f[C]currency\f[R] - that would trigger the prepending effect, which we
that name\[aq]s special effect. don\[aq]t want here.
.SS Referencing other fields .SS Referencing other fields
.PP .PP
In field assignments, you can interpolate only CSV fields, not hledger In field assignments, you can interpolate only CSV fields, not hledger

View File

@ -1087,9 +1087,8 @@ amount %amt %cur
expenses:unknown 123.00 USD expenses:unknown 123.00 USD
income:unknown -123.00 USD income:unknown -123.00 USD
Note we used temporary field names 'cur' (and 'amt') - not Note we used a temporary field name ('cur') that is not 'currency' -
'currency', since in this case we don't want to trigger that name's that would trigger the prepending effect, which we don't want here.
special effect.
 
File: hledger_csv.info, Node: Referencing other fields, Next: How CSV rules are evaluated, Prev: Setting currency/commodity, Up: TIPS File: hledger_csv.info, Node: Referencing other fields, Next: How CSV rules are evaluated, Prev: Setting currency/commodity, Up: TIPS
@ -1246,10 +1245,10 @@ Node: Setting amounts34895
Ref: #setting-amounts35064 Ref: #setting-amounts35064
Node: Setting currency/commodity36051 Node: Setting currency/commodity36051
Ref: #setting-currencycommodity36243 Ref: #setting-currencycommodity36243
Node: Referencing other fields37423 Node: Referencing other fields37417
Ref: #referencing-other-fields37623 Ref: #referencing-other-fields37617
Node: How CSV rules are evaluated38520 Node: How CSV rules are evaluated38514
Ref: #how-csv-rules-are-evaluated38693 Ref: #how-csv-rules-are-evaluated38687
 
End Tag Table End Tag Table

View File

@ -842,8 +842,8 @@ TIPS
expenses:unknown 123.00 USD expenses:unknown 123.00 USD
income:unknown -123.00 USD income:unknown -123.00 USD
Note we used temporary field names cur (and amt) - not currency, since Note we used a temporary field name (cur) that is not currency - that
in this case we don't want to trigger that name's special effect. would trigger the prepending effect, which we don't want here.
Referencing other fields Referencing other fields
In field assignments, you can interpolate only CSV fields, not hledger In field assignments, you can interpolate only CSV fields, not hledger