;bs/bse/cf/is: describe in terms of balance command

This commit is contained in:
Simon Michael 2020-12-22 09:22:10 -08:00
parent 324dfaee49
commit 630347e0e8
4 changed files with 15 additions and 0 deletions

View File

@ -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 accounts under a top-level `asset` or `liability` account (case
insensitive, plurals allowed). insensitive, plurals allowed).
(This report is essentially similar to
"hledger balance --historical assets liabilities",
with liabilities sign-flipped.)
Example: Example:
```shell ```shell

View File

@ -11,6 +11,10 @@ declared with the `Asset`, `Cash`, `Liability` or `Equity` type, or
otherwise all accounts under a top-level `asset`, `liability` or otherwise all accounts under a top-level `asset`, `liability` or
`equity` account (case insensitive, plurals allowed). `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: Example:
```shell ```shell
$ hledger balancesheetequity $ hledger balancesheetequity

View File

@ -11,6 +11,9 @@ type, or otherwise all accounts under a top-level `asset` account
(case insensitive, plural allowed) which do not have `fixed`, (case insensitive, plural allowed) which do not have `fixed`,
`investment`, `receivable` or `A/R` in their name. `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: Example:
```shell ```shell
$ hledger cashflow $ hledger cashflow

View File

@ -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 a top-level `revenue` or `income` or `expense` account (case
insensitive, plurals allowed). insensitive, plurals allowed).
(This report is essentially similar to
"hledger balance --change revenues expenses",
with revenues sign-flipped.)
Example: Example:
```shell ```shell
$ hledger incomestatement $ hledger incomestatement