diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.md b/hledger/Hledger/Cli/Commands/Balancesheet.md index 6afebbd2c..6289da334 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -12,6 +12,10 @@ with the `Asset` or `Cash` or `Liability` type, or otherwise all accounts under a top-level `asset` or `liability` account (case insensitive, plurals allowed). +(This report is essentially similar to +"hledger balance --historical assets liabilities", +with liabilities sign-flipped.) + Example: ```shell diff --git a/hledger/Hledger/Cli/Commands/Balancesheetequity.md b/hledger/Hledger/Cli/Commands/Balancesheetequity.md index b788fb912..14f3605d6 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheetequity.md +++ b/hledger/Hledger/Cli/Commands/Balancesheetequity.md @@ -11,6 +11,10 @@ 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 is essentially similar to +"hledger balance --historical assets liabilities equity", +with liabilities and equity sign-flipped.) + Example: ```shell $ hledger balancesheetequity diff --git a/hledger/Hledger/Cli/Commands/Cashflow.md b/hledger/Hledger/Cli/Commands/Cashflow.md index b5b51a72a..4f1cb13c5 100644 --- a/hledger/Hledger/Cli/Commands/Cashflow.md +++ b/hledger/Hledger/Cli/Commands/Cashflow.md @@ -11,6 +11,9 @@ type, or otherwise all accounts under a top-level `asset` account (case insensitive, plural allowed) which do not have `fixed`, `investment`, `receivable` or `A/R` in their name. +(This report is essentially similar to +"hledger balance --change assets not:fixed not:investment not:receivable".) + Example: ```shell $ hledger cashflow diff --git a/hledger/Hledger/Cli/Commands/Incomestatement.md b/hledger/Hledger/Cli/Commands/Incomestatement.md index dde86d9c9..a668d5aee 100644 --- a/hledger/Hledger/Cli/Commands/Incomestatement.md +++ b/hledger/Hledger/Cli/Commands/Incomestatement.md @@ -13,6 +13,10 @@ with the `Revenue` or `Expense` type, or otherwise all accounts under a top-level `revenue` or `income` or `expense` account (case insensitive, plurals allowed). +(This report is essentially similar to +"hledger balance --change revenues expenses", +with revenues sign-flipped.) + Example: ```shell $ hledger incomestatement