diff --git a/doc/lib.m4 b/doc/lib.m4 index 7bd9fa809..8c155d231 100644 --- a/doc/lib.m4 +++ b/doc/lib.m4 @@ -148,6 +148,10 @@ m4_define({{_reportingoptions_}}, {{ : convert amounts to their cost at transaction time (using the [transaction price](journal.html#transaction-prices), if any) +`-V --value` +: convert amounts to their market value on the report end date +(using the most recent applicable [market price](journal.html#market-prices), if any) + `--pivot TAGNAME` : organize reports by some tag's value instead of by account diff --git a/hledger/doc/balance.m4.md b/hledger/doc/balance.m4.md index 631d0327d..211470c7b 100644 --- a/hledger/doc/balance.m4.md +++ b/hledger/doc/balance.m4.md @@ -16,10 +16,6 @@ Show accounts and their balances. Alias: bal. `--flat` : show accounts as a list; amounts exclude subaccounts except when account is depth-clipped (default in multicolumn reports) -`-V --value` -: convert amounts to their market value on the report end date -(using the most recent applicable [market price](journal.html#market-prices), if any) - `-A --average` : show a row average column (in multicolumn mode) diff --git a/hledger/doc/commands.m4.md b/hledger/doc/commands.m4.md index 6eabd3459..5a98dd9d6 100644 --- a/hledger/doc/commands.m4.md +++ b/hledger/doc/commands.m4.md @@ -172,9 +172,18 @@ Show a balance sheet. Alias: bs. `--flat` : show full account names, as a list (default) +`-N --no-total` +: don't show the final total row + `--drop=N` : in flat mode: omit N leading account name parts +`--no-elide` +: don't squash boring parent accounts (in tree mode) + +`--format=LINEFORMAT` +: in single-column balance reports: use this custom line format + This command displays a simple [balance sheet](http://en.wikipedia.org/wiki/Balance_sheet). It currently assumes that you have top-level accounts named `asset` and `liability` @@ -207,9 +216,18 @@ Show a cashflow statement. Alias: cf. `--flat` : show full account names, as a list (default) +`-N --no-total` +: don't show the final total row + `--drop=N` : in flat mode: omit N leading account name parts +`--no-elide` +: don't squash boring parent accounts (in tree mode) + +`--format=LINEFORMAT` +: in single-column balance reports: use this custom line format + This command displays a simple [cashflow statement](http://en.wikipedia.org/wiki/Cash_flow_statement) It shows the change in all "cash" (ie, liquid assets) accounts for the @@ -272,9 +290,18 @@ Show an income statement. Alias: is. `--flat` : show full account names, as a list (default) +`-N --no-total` +: don't show the final total row + `--drop=N` : in flat mode: omit N leading account name parts +`--no-elide` +: don't squash boring parent accounts (in tree mode) + +`--format=LINEFORMAT` +: in single-column balance reports: use this custom line format + This command displays a simple [income statement](http://en.wikipedia.org/wiki/Income_statement). It currently assumes that you have top-level accounts named `income` (or