; doc: journal: link

This commit is contained in:
Simon Michael 2020-11-27 09:05:23 -08:00
parent 3bfe53dd50
commit af15a5d0c8

View File

@ -1078,7 +1078,8 @@ hledger won't be able to detect it. Usually this isn't a big problem, as you'll
notice the error in balance reports, or when reconciling account balances. notice the error in balance reports, or when reconciling account balances.
When you want more error checking, you can enable [strict mode] with the `-s`/`--strict` flag. Then hledger will will report an error if any transaction references When you want more error checking, you can enable [strict mode] with the `-s`/`--strict` flag. Then hledger will will report an error if any transaction references
an account that has not been declared by an account directive. Some things to note: an account that has not been declared by an [account directive](#declaring-accounts).
Some things to note:
- The declaration is case-sensitive; transactions must use the correct account name capitalisation. - The declaration is case-sensitive; transactions must use the correct account name capitalisation.
- The account directive's scope is "whole file and below" (see [directives](#directives)). This means it affects all of the current file, and any files it includes, but not parent or sibling files. The position of account directives within the file does not matter, though it's usual to put them at the top. - The account directive's scope is "whole file and below" (see [directives](#directives)). This means it affects all of the current file, and any files it includes, but not parent or sibling files. The position of account directives within the file does not matter, though it's usual to put them at the top.