From 76b7e16d939037d0bf826a7e2c3c5392cd266c75 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 2 Dec 2014 12:07:35 -0800 Subject: [PATCH] doc: simplify csv ordering doc --- doc/manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual.md b/doc/manual.md index ecf8ab2fc..88d3fbb3e 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -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. -The generated journal entries will be sorted by date (after reversing -them if the first's date is later than the last's, to preserve the -order of same-day entries). +The generated journal entries will be sorted by date. +The original order of same-day entries will be preserved, usually. + ### Timelog