From 18c6ff2a044b5b7beac841e4f9101f068c96e601 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Jun 2013 13:51:15 -0700 Subject: [PATCH] docs: note single commodity limitation for balance assertions --- MANUAL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANUAL.md b/MANUAL.md index 15f6192b2..42f11ae7d 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -271,6 +271,9 @@ parse order. This is different from ledger, which currently goes strictly by parse order. Sorting by date means balance assertions will still work if you reorder your entries. +Also note the asserted balance must be a simple amount - it's not +currently possible to assert a balance containing multiple commodities. + The impact of balance assertions on parsing time for large files is not yet known.