From a899f7924f7a1ee70dd55d0168c90d20f86e7c7b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 11 Oct 2018 15:53:06 -0700 Subject: [PATCH] docs: journal: account: update directives intro [ci skip] --- hledger-lib/hledger_journal.m4.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index 1b94b2446..f8f4bb632 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -626,7 +626,7 @@ so here is a table summarising the directives and their effects, with links to m | directive | end directive | subdirectives | purpose | can affect (as of 2018/06) |:------------------|:--------------------|:----------------|:-------------------------------------------------------------------|:--------------------------------------------- -| [`account`] | | any text | declare an account name & optional account code | account code: balance reports (except `balance` single-column mode) +| [`account`] | | any text | document account names, declare account types & display order | all entries in all files, before or after | [`alias`] | `end aliases` | | rewrite account names | following inline/included entries until end of current file or end directive | [`apply account`] | `end apply account` | | prepend a common parent to account names | following inline/included entries until end of current file or end directive | [`comment`] | `end comment` | | ignore part of journal | following inline/included entries until end of current file or end directive @@ -650,8 +650,7 @@ And some definitions: ||| |:----------------|:-------------------------------------------------------------------------------------------------------------------- -| subdirective | optional indented directive or unparsed text lines immediately following a parent directive -| account code | numeric code influencing account display order in most balance reports +| subdirective | optional indented directive line immediately following a parent directive | number notation | how to interpret numbers when parsing journal entries (the identity of the decimal separator character). (Currently each commodity can have its own notation, even in the same file.) | display style | how to display amounts of a commodity in reports (symbol side and spacing, digit groups, decimal separator, decimal places) | directive scope | which entries and (when there are multiple files) which files are affected by a directive