From 3bb6881500ed57c973f898c2ffaac34171155416 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 23 Jun 2023 18:39:00 -1000 Subject: [PATCH] ;doc:journal:balance assignments: mention multiple files --- hledger/hledger.m4.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 2a422a830..433516c1a 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -2498,6 +2498,12 @@ $ hledger print --explicit (a) $1 @ €2 = $1 @ €2 ``` +#### Balance assignments and multiple files + +Balance assignments handle multiple files [like balance assertions](#assertions-and-multiple--f-files). +They see balance from other files previously included from the current file, +but not from previous sibling or parent files. + ### Bracketed posting dates For setting [posting dates](#posting-dates) and [secondary posting dates](#secondary-dates),