From 35e68e23c5a6387657c472ff638ff4df500d746b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 27 Jun 2018 11:44:26 +0100 Subject: [PATCH] doc: journal: clarify account aliases doc [ci skip] --- hledger-lib/hledger_journal.m4.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index 9beaefc6f..b1e72d21b 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -850,15 +850,16 @@ account assets:bank:checking 1110 ### Rewriting accounts -You can define aliases which rewrite your account names (after reading the journal, -before generating reports). hledger's account aliases can be useful for: +You can define account alias rules which rewrite your account names, or parts of them, +before generating reports. +This can be useful for: - expanding shorthand account names to their full form, allowing easier data entry and a less verbose journal - adapting old journals to your current chart of accounts - experimenting with new account organisations, like a new hierarchy or combining two accounts into one - customising reports -Account aliases also affect [account directives](#declaring-accounts). +Account aliases also rewrite account names in [account directives](#declaring-accounts). They do not affect account names being entered via hledger add or hledger-web. See also [Cookbook: Rewrite account names](https://github.com/simonmichael/hledger/wiki/Rewrite-account-names).