From 47ebc216f36c0f7745295c7731f1ed25d65f843d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Jun 2013 17:06:09 -0700 Subject: [PATCH] docs: note fix lot price ordering issue in ledger compatibility notes --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FAQ.md b/FAQ.md index 74222dbae..7a935d934 100644 --- a/FAQ.md +++ b/FAQ.md @@ -200,6 +200,11 @@ comments may be permissible in different places. postings with the same date) by parse order. ledger goes strictly by parse order. +- ledger allows amounts to have a + [fixed lot price](MANUAL.html#prices) and a regular price in any + order (and uses whichever appears first). hledger requires the fixed + lot price to come last (and ignores it). + ### How are the implementations different ? ledger is written in C++, whereas hledger is written in the