From f3151e388050348b1988eadc28f083c27f5f8877 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 10 Jan 2025 01:19:56 -1000 Subject: [PATCH] ;doc:close: mention the balance assertions --- hledger/Hledger/Cli/Commands/Close.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hledger/Hledger/Cli/Commands/Close.md b/hledger/Hledger/Cli/Commands/Close.md index 2d70fae0f..a7ed1ff77 100644 --- a/hledger/Hledger/Cli/Commands/Close.md +++ b/hledger/Hledger/Cli/Commands/Close.md @@ -71,6 +71,8 @@ Eg to add Equity accounts, provide arguments like `assets liabilities equity` or When migrating to a new file, you'll usually want to bring along the AL or ALE accounts, but not the RX accounts (Revenue, Expense). +Assertions will be added indicating and checking the new balances of the closed/opened accounts. + The generated transactions will have a `clopen:` tag. If the main journal's base file name contains a number (eg a year number), the tag's value will be that base file name with the number incremented.