docs: incomestatement/balancesheet updates
This commit is contained in:
parent
d30cd5847a
commit
6679414f26
14
MANUAL.md
14
MANUAL.md
@ -754,15 +754,17 @@ Examples:
|
|||||||
|
|
||||||
#### incomestatement
|
#### incomestatement
|
||||||
|
|
||||||
This is intended to display a standard-looking
|
This command displays a standard
|
||||||
[income statement](http://en.wikipedia.org/wiki/Income_statement). Currently
|
[income statement](http://en.wikipedia.org/wiki/Income_statement). It
|
||||||
it is similar to doing `hledger balance '^(income|expenses?|profits?|loss(es)?)(:|$)'`.
|
currently assumes that you have top-level accounts named `income` (or
|
||||||
|
`revenue`) and `expense` (plural forms also allowed.)
|
||||||
|
|
||||||
#### balancesheet
|
#### balancesheet
|
||||||
|
|
||||||
This is intended to display a standard-looking
|
This command displays a standard
|
||||||
[balance sheet](http://en.wikipedia.org/wiki/Balance_sheet). Currently
|
[balance sheet](http://en.wikipedia.org/wiki/Balance_sheet). It currently
|
||||||
it is similar to doing `hledger balance '^(assets?|liabilit(y|ies)|equity)(:|$)'`.
|
assumes that you have top-level accounts named `asset`, `liability` and
|
||||||
|
`equity` (plural forms also allowed.)
|
||||||
|
|
||||||
#### cashflow
|
#### cashflow
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user