;doc: bs, cf, is: clarify, link to account types

This commit is contained in:
Simon Michael 2022-06-07 02:17:26 +01:00
parent 496b59060f
commit ecb8023892
3 changed files with 13 additions and 18 deletions

View File

@ -7,10 +7,10 @@ financial statements.
_FLAGS _FLAGS
The asset and liability accounts shown are those accounts declared This report shows accounts declared with the `Asset` or `Cash` or `Liability` type
with the `Asset` or `Cash` or `Liability` type, or otherwise all (see [account types](https://hledger.org/hledger.html#account-types)).
accounts under a top-level `asset` or `liability` account (case Or if no such accounts are declared, it shows top-level accounts named
insensitive, plurals allowed). `asset` or `liability` (case insensitive, plurals allowed) and their subaccounts.
Example: Example:

View File

@ -6,17 +6,12 @@ financial statements.
_FLAGS _FLAGS
"Cash" assets are those accounts which are (or whose parents are) This report shows accounts declared with the `Cash` type
declared as `Cash` by an account directive, like this: (see [account types](https://hledger.org/hledger.html#account-types)).
Or if no such accounts are declared, it shows accounts
```journal - under a top-level account named `asset` (case insensitive, plural allowed)
account some:liquid:asset ; type:C - whose name contains some variation of `cash`, `bank`, `checking` or `saving`.
```
Or if there are no such declarations, all accounts
- under a top-level `asset` account (case insensitive, plural allowed)
- with some variation of `cash`, `bank`, `checking` or `saving` in their name.
More precisely: all accounts matching this case insensitive regular expression: More precisely: all accounts matching this case insensitive regular expression:

View File

@ -7,10 +7,10 @@ financial statements.
_FLAGS _FLAGS
The revenue and expense accounts shown are those accounts declared This report shows accounts declared with the `Revenue` or `Expense` type
with the `Revenue` or `Expense` type, or otherwise all accounts under (see [account types](https://hledger.org/hledger.html#account-types)).
a top-level `revenue` or `income` or `expense` account (case Or if no such accounts are declared, it shows top-level accounts named
insensitive, plurals allowed). `revenue` or `income` or `expense` (case insensitive, plurals allowed) and their subaccounts.
Example: Example:
```shell ```shell