;csv: doc: tweaks
This commit is contained in:
parent
07a96c47c9
commit
62d9e46adc
@ -3961,9 +3961,14 @@ A posting's amount can be set in one of these ways:
|
|||||||
|
|
||||||
There is some automatic special handling for an amount's sign, for convenience:
|
There is some automatic special handling for an amount's sign, for convenience:
|
||||||
|
|
||||||
- **If an amount value begins with a plus sign,** it will be removed: `+AMT` becomes `AMT`
|
- **If an amount value begins with a plus sign:**\
|
||||||
- **If an amount value is parenthesised,** it will be de-parenthesised and sign-flipped: `(AMT)` becomes `-AMT`
|
it will be removed: `+AMT` becomes `AMT`
|
||||||
- **If an amount value begins with two minus signs,** they cancel out and will be removed: `--AMT` becomes `AMT`
|
|
||||||
|
- **If an amount value is parenthesised:**\
|
||||||
|
it will be de-parenthesised and sign-flipped: `(AMT)` becomes `-AMT`
|
||||||
|
|
||||||
|
- **If an amount value begins with two minus signs:**\
|
||||||
|
they cancel out and will be removed: `--AMT` becomes `AMT`
|
||||||
|
|
||||||
### Setting currency/commodity
|
### Setting currency/commodity
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user