mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
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
|
||||
|
||||
This is intended to display a standard-looking
|
||||
[income statement](http://en.wikipedia.org/wiki/Income_statement). Currently
|
||||
it is similar to doing `hledger balance '^(income|expenses?|profits?|loss(es)?)(:|$)'`.
|
||||
This command displays a standard
|
||||
[income statement](http://en.wikipedia.org/wiki/Income_statement). It
|
||||
currently assumes that you have top-level accounts named `income` (or
|
||||
`revenue`) and `expense` (plural forms also allowed.)
|
||||
|
||||
#### balancesheet
|
||||
|
||||
This is intended to display a standard-looking
|
||||
[balance sheet](http://en.wikipedia.org/wiki/Balance_sheet). Currently
|
||||
it is similar to doing `hledger balance '^(assets?|liabilit(y|ies)|equity)(:|$)'`.
|
||||
This command displays a standard
|
||||
[balance sheet](http://en.wikipedia.org/wiki/Balance_sheet). It currently
|
||||
assumes that you have top-level accounts named `asset`, `liability` and
|
||||
`equity` (plural forms also allowed.)
|
||||
|
||||
#### cashflow
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user