parent
bd08dd3858
commit
71f9b74b0e
@ -238,9 +238,9 @@ A transaction [amount](/journal.html#amounts) must be set, in one of these ways:
|
|||||||
- with an `amount` field assignment, which sets the first posting's amount
|
- with an `amount` field assignment, which sets the first posting's amount
|
||||||
|
|
||||||
- (When the CSV has debit and credit amounts in separate fields:)\
|
- (When the CSV has debit and credit amounts in separate fields:)\
|
||||||
with field assignments for the `amount-in` and `amount-out` pseudo fields
|
with field assignments for the `amount-in` and `amount-out` pseudo
|
||||||
instead (both of them). Whichever one has a value will be used, with
|
fields (both of them). Whichever one has a value will be used, with
|
||||||
appropriate sign. (If both contain a value, it might not work so well.)
|
appropriate sign. If both contain a value, it might not work so well.
|
||||||
|
|
||||||
- or implicitly by means of a [balance assignment](/journal.html#balance-assignments) (see below).
|
- or implicitly by means of a [balance assignment](/journal.html#balance-assignments) (see below).
|
||||||
|
|
||||||
@ -253,7 +253,7 @@ If the currency/commodity symbol is provided as a separate CSV field,
|
|||||||
assign it to the `currency` pseudo field; the symbol will be prepended
|
assign it to the `currency` pseudo field; the symbol will be prepended
|
||||||
to the amount
|
to the amount
|
||||||
(TODO: <s>when there is an amount</s>).
|
(TODO: <s>when there is an amount</s>).
|
||||||
Or, you can use an `amount` [field assignment](#field-assignment) more control, eg:
|
Or, you can use an `amount` [field assignment](#field-assignment) for more control, eg:
|
||||||
```
|
```
|
||||||
fields date,description,currency,amount
|
fields date,description,currency,amount
|
||||||
amount %amount %currency
|
amount %amount %currency
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user