;bs,bse,cf,is: update docs
This commit is contained in:
parent
7b8a873471
commit
ae73eea7cb
@ -12,10 +12,6 @@ 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
|
||||||
@ -39,15 +35,11 @@ Total:
|
|||||||
0
|
0
|
||||||
```
|
```
|
||||||
|
|
||||||
With a [reporting interval](#reporting-interval), multiple columns
|
This command is a higher-level variant of the [`balance`](#balance) command,
|
||||||
will be shown, one for each report period.
|
and supports many of that command's features, such as multi-period reports.
|
||||||
As with [multicolumn balance reports](#multicolumn-balance-reports),
|
It is similar to `hledger balance -H assets liabilities`,
|
||||||
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
but with smarter account detection, and liabilities displayed with
|
||||||
Normally balancesheet shows historical ending balances, which is what
|
their sign flipped.
|
||||||
you need for a balance sheet; note this means it ignores report begin
|
|
||||||
dates (and `-T/--row-total`, since summing end balances generally does not make sense).
|
|
||||||
Instead of absolute values [percentages](#percentages) can be displayed
|
|
||||||
with `-%`.
|
|
||||||
|
|
||||||
This command also supports the
|
This command also supports the
|
||||||
[output destination](hledger.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
|
|||||||
@ -11,10 +11,6 @@ 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
|
||||||
@ -42,6 +38,11 @@ Total:
|
|||||||
0
|
0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This command is a higher-level variant of the [`balance`](#balance) command,
|
||||||
|
and supports many of that command's features, such as multi-period reports.
|
||||||
|
It is similar to `hledger balance -H assets liabilities equity`,
|
||||||
|
but with smarter account detection, and liabilities/equity displayed with
|
||||||
|
their sign flipped.
|
||||||
|
|
||||||
This command also supports the
|
This command also supports the
|
||||||
[output destination](hledger.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
|
|||||||
@ -11,9 +11,6 @@ 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
|
||||||
@ -31,13 +28,10 @@ Total:
|
|||||||
$-1
|
$-1
|
||||||
```
|
```
|
||||||
|
|
||||||
With a [reporting interval](#reporting-interval), multiple columns
|
This command is a higher-level variant of the [`balance`](#balance) command,
|
||||||
will be shown, one for each report period.
|
and supports many of that command's features, such as multi-period reports.
|
||||||
Normally cashflow shows changes in assets per period, though
|
It is similar to `hledger balance assets not:fixed not:investment not:receivable`,
|
||||||
as with [multicolumn balance reports](#multicolumn-balance-reports)
|
but with smarter account detection.
|
||||||
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
|
||||||
Instead of absolute values [percentages](#percentages) can be displayed
|
|
||||||
with `-%`.
|
|
||||||
|
|
||||||
This command also supports the
|
This command also supports the
|
||||||
[output destination](hledger.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
|
|||||||
@ -13,10 +13,6 @@ 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
|
||||||
@ -41,13 +37,11 @@ Total:
|
|||||||
0
|
0
|
||||||
```
|
```
|
||||||
|
|
||||||
With a [reporting interval](#reporting-interval), multiple columns
|
This command is a higher-level variant of the [`balance`](#balance) command,
|
||||||
will be shown, one for each report period.
|
and supports many of that command's features, such as multi-period reports.
|
||||||
Normally incomestatement shows revenues/expenses per period, though
|
It is similar to `hledger balance '(revenues|income)' expenses`,
|
||||||
as with [multicolumn balance reports](#multicolumn-balance-reports)
|
but with smarter account detection, and revenues/income displayed with
|
||||||
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
their sign flipped.
|
||||||
Instead of absolute values [percentages](#percentages) can be displayed
|
|
||||||
with `-%`.
|
|
||||||
|
|
||||||
This command also supports the
|
This command also supports the
|
||||||
[output destination](hledger.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user