From 35ba2e4e9e9462b3875ff2f847d476decfe68f7b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 19 Mar 2020 16:03:58 -0700 Subject: [PATCH] ;bal: doc: recommend using the same commodity for budget goals --- hledger/Hledger/Cli/Commands/Balance.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 2da7bf0c1..a3027ad4d 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -368,12 +368,13 @@ Budget performance in 2017/11/01-2017/12/31: || 0 [ 0] 0 [ 0] ``` -Note this is different from a normal balance report in several ways: +This is different from a normal balance report in several ways: - Only accounts with budget goals during the report period are shown, by default. -- In each column, in square brackets after the actual amount, budgeted amounts are shown, - along with the percentage of budget used. +- In each column, in square brackets after the actual amount, + budget goal amounts are shown, and the actual/goal percentage. + (Note: budget goals should be in the same commodity as the actual amount.) - All parent accounts are always shown, even in flat mode. Eg assets, assets:bank, and expenses above.