;bs/bse/cf/is: update help to mention account types

This commit is contained in:
Simon Michael 2020-07-19 11:15:50 -07:00
parent d738ca8c60
commit 640d2f2972
8 changed files with 74 additions and 53 deletions

View File

@ -1,15 +1,17 @@
balancesheet, bs\ balancesheet, bs\
This command displays a simple balance sheet, showing historical ending This command displays a balance sheet, showing historical ending
balances of asset and liability accounts (ignoring any report begin date). balances of asset and liability accounts. (To see equity as well,
It assumes that these accounts are under a top-level `asset` or `liability` use the [balancesheetequity](#balancesheetequity) command.)
account (case insensitive, plural forms also allowed). Amounts are shown with normal positive sign, as in conventional
financial statements.
Note this report shows all account balances with normal positive sign
(like conventional financial statements, unlike balance/print/register)
(experimental).
_FLAGS _FLAGS
The asset and liability accounts shown are those accounts declared
with the `Asset` or `Cash` or `Liability` type, or otherwise all
accounts under a top-level `asset` or `liability` account (case
insensitive, plurals allowed).
Example: Example:
```shell ```shell

View File

@ -1,15 +1,16 @@
balancesheet, bs balancesheet, bs
This command displays a simple balance sheet, showing historical ending This command displays a balance sheet, showing historical ending
balances of asset and liability accounts (ignoring any report begin balances of asset and liability accounts. (To see equity as well, use
date). It assumes that these accounts are under a top-level asset or the balancesheetequity command.) Amounts are shown with normal positive
liability account (case insensitive, plural forms also allowed). sign, as in conventional financial statements.
Note this report shows all account balances with normal positive sign
(like conventional financial statements, unlike balance/print/register)
(experimental).
_FLAGS _FLAGS
The asset and liability accounts shown are those accounts declared with
the Asset or Cash or Liability type, or otherwise all accounts under a
top-level asset or liability account (case insensitive, plurals
allowed).
Example: Example:
$ hledger balancesheet $ hledger balancesheet

View File

@ -1,9 +1,16 @@
balancesheetequity, bse\ balancesheetequity, bse\
Just like [balancesheet](#balancesheet), but also reports Equity This command displays a balance sheet, showing historical ending
(which it assumes is under a top-level `equity` account). balances of asset, liability and equity accounts.
Amounts are shown with normal positive sign, as in conventional
financial statements.
_FLAGS _FLAGS
The asset, liability and equity accounts shown are those accounts
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).
Example: Example:
```shell ```shell
$ hledger balancesheetequity $ hledger balancesheetequity

View File

@ -1,9 +1,15 @@
balancesheetequity, bse balancesheetequity, bse
Just like balancesheet, but also reports Equity (which it assumes is This command displays a balance sheet, showing historical ending
under a top-level equity account). balances of asset, liability and equity accounts. Amounts are shown with
normal positive sign, as in conventional financial statements.
_FLAGS _FLAGS
The asset, liability and equity accounts shown are those accounts
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).
Example: Example:
$ hledger balancesheetequity $ hledger balancesheetequity

View File

@ -1,14 +1,16 @@
cashflow, cf\ cashflow, cf\
This command displays a simple cashflow statement, showing changes This command displays a cashflow statement, showing the inflows and
in "cash" accounts. It assumes that these accounts are under a top-level outflows affecting "cash" (ie, liquid) assets.
`asset` account (case insensitive, plural forms also allowed) and do not Amounts are shown with normal positive sign, as in conventional
contain `receivable` or `A/R` in their name. financial statements.
Note this report shows all account balances with normal positive sign
(like conventional financial statements, unlike balance/print/register)
(experimental).
_FLAGS _FLAGS
The "cash" accounts shown are those accounts declared with the `Cash`
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.
Example: Example:
```shell ```shell
$ hledger cashflow $ hledger cashflow

View File

@ -1,13 +1,15 @@
cashflow, cf cashflow, cf
This command displays a simple cashflow statement, showing changes in This command displays a cashflow statement, showing the inflows and
"cash" accounts. It assumes that these accounts are under a top-level outflows affecting "cash" (ie, liquid) assets. Amounts are shown with
asset account (case insensitive, plural forms also allowed) and do not normal positive sign, as in conventional financial statements.
contain receivable or A/R in their name. Note this report shows all
account balances with normal positive sign (like conventional financial
statements, unlike balance/print/register) (experimental).
_FLAGS _FLAGS
The "cash" accounts shown are those accounts declared with the Cash
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.
Example: Example:
$ hledger cashflow $ hledger cashflow

View File

@ -1,19 +1,19 @@
incomestatement, is\ incomestatement, is\
This command displays a simple income statement, showing revenues
and expenses during a period. It assumes that these accounts are under a This command displays an
top-level `revenue` or `income` or `expense` account (case insensitive, [income statement](http://en.wikipedia.org/wiki/Income_statement),
plural forms also allowed). showing revenues and expenses during one or more periods.
Note this report shows all account balances with normal positive sign Amounts are shown with normal positive sign, as in conventional
(like conventional financial statements, unlike balance/print/register) financial statements.
(experimental).
_FLAGS _FLAGS
This command displays a simple The revenue and expense accounts shown are those accounts declared
[income statement](http://en.wikipedia.org/wiki/Income_statement). It with the `Revenue` or `Expense` type, or otherwise all accounts under
currently assumes that you have top-level accounts named `income` (or a top-level `revenue` or `income` or `expense` account (case
`revenue`) and `expense` (plural forms also allowed.) insensitive, plurals allowed).
Example:
```shell ```shell
$ hledger incomestatement $ hledger incomestatement
Income Statement Income Statement

View File

@ -1,16 +1,17 @@
incomestatement, is incomestatement, is
This command displays a simple income statement, showing revenues and
expenses during a period. It assumes that these accounts are under a This command displays an income statement, showing revenues and expenses
top-level revenue or income or expense account (case insensitive, plural during one or more periods. Amounts are shown with normal positive sign,
forms also allowed). Note this report shows all account balances with as in conventional financial statements.
normal positive sign (like conventional financial statements, unlike
balance/print/register) (experimental).
_FLAGS _FLAGS
This command displays a simple income statement. It currently assumes The revenue and expense accounts shown are those accounts declared with
that you have top-level accounts named income (or revenue) and expense the Revenue or Expense type, or otherwise all accounts under a top-level
(plural forms also allowed.) revenue or income or expense account (case insensitive, plurals
allowed).
Example:
$ hledger incomestatement $ hledger incomestatement
Income Statement Income Statement