;doc: bse: clarify, link to account types

This commit is contained in:
Simon Michael 2022-06-07 02:24:53 +01:00
parent ecb8023892
commit 82bfd2bebb
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,15 +1,15 @@
balancesheetequity, bse\ balancesheetequity, bse\
This command displays a balance sheet, showing historical ending This command displays a [balance sheet](https://en.wikipedia.org/wiki/Balance_sheet),
balances of asset, liability and equity accounts. showing historical ending balances of asset, liability and equity accounts.
Amounts are shown with normal positive sign, as in conventional Amounts are shown with normal positive sign, as in conventional
financial statements. financial statements.
_FLAGS _FLAGS
The asset, liability and equity accounts shown are those accounts This report shows accounts declared with the `Asset`, `Cash`, `Liability` or `Equity` type
declared with the `Asset`, `Cash`, `Liability` or `Equity` type, or (see [account types](https://hledger.org/hledger.html#account-types)).
otherwise all accounts under a top-level `asset`, `liability` or Or if no such accounts are declared, it shows top-level accounts named
`equity` account (case insensitive, plurals allowed). `asset`, `liability` or `equity` (case insensitive, plurals allowed) and their subaccounts.
Example: Example:
```shell ```shell