doc: simplify csv ordering doc
This commit is contained in:
parent
0c8b9dc0b9
commit
76b7e16d93
@ -658,9 +658,9 @@ If the CSV has the currency in a separate field, assign that to the `currency` p
|
|||||||
|
|
||||||
If an amount value is parenthesised, it will be de-parenthesised and sign-flipped automatically.
|
If an amount value is parenthesised, it will be de-parenthesised and sign-flipped automatically.
|
||||||
|
|
||||||
The generated journal entries will be sorted by date (after reversing
|
The generated journal entries will be sorted by date.
|
||||||
them if the first's date is later than the last's, to preserve the
|
The original order of same-day entries will be preserved, usually.
|
||||||
order of same-day entries).
|
<!-- (by reversing the CSV entries if they seem to be in reverse date order). -->
|
||||||
|
|
||||||
### Timelog
|
### Timelog
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user