From 82bfd2bebb3f2399cc8088dc484aeb5b4e963de6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 7 Jun 2022 02:24:53 +0100 Subject: [PATCH] ;doc: bse: clarify, link to account types --- hledger/Hledger/Cli/Commands/Balancesheet.md | 2 +- hledger/Hledger/Cli/Commands/Balancesheetequity.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.md b/hledger/Hledger/Cli/Commands/Balancesheet.md index e5593d31d..db0a8204e 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -7,7 +7,7 @@ financial statements. _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)). Or if no such accounts are declared, it shows top-level accounts named `asset` or `liability` (case insensitive, plurals allowed) and their subaccounts. diff --git a/hledger/Hledger/Cli/Commands/Balancesheetequity.md b/hledger/Hledger/Cli/Commands/Balancesheetequity.md index 71c267cdf..ec5ad1191 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheetequity.md +++ b/hledger/Hledger/Cli/Commands/Balancesheetequity.md @@ -1,15 +1,15 @@ balancesheetequity, bse\ -This command displays a balance sheet, showing historical ending -balances of asset, liability and equity accounts. +This command displays a [balance sheet](https://en.wikipedia.org/wiki/Balance_sheet), +showing historical ending balances of asset, liability and equity accounts. Amounts are shown with normal positive sign, as in conventional financial statements. _FLAGS -The asset, liability and equity accounts shown are those accounts -declared with the `Asset`, `Cash`, `Liability` or `Equity` type, or -otherwise all accounts under a top-level `asset`, `liability` or -`equity` account (case insensitive, plurals allowed). +This report shows accounts declared with the `Asset`, `Cash`, `Liability` or `Equity` type +(see [account types](https://hledger.org/hledger.html#account-types)). +Or if no such accounts are declared, it shows top-level accounts named +`asset`, `liability` or `equity` (case insensitive, plurals allowed) and their subaccounts. Example: ```shell