;update CLI usage texts
This commit is contained in:
parent
9c7a87da57
commit
69a7325f91
@ -30,6 +30,9 @@ shown.
|
|||||||
Transactions making a net change of zero are not shown by default; add
|
Transactions making a net change of zero are not shown by default; add
|
||||||
the -E/--empty flag to show them.
|
the -E/--empty flag to show them.
|
||||||
|
|
||||||
|
This command also supports the output destination and output format
|
||||||
|
options The output formats supported are txt, csv, and json.
|
||||||
|
|
||||||
aregister and custom posting dates
|
aregister and custom posting dates
|
||||||
|
|
||||||
Transactions whose date is outside the report period can still be shown,
|
Transactions whose date is outside the report period can still be shown,
|
||||||
@ -42,11 +45,6 @@ To filter strictly by transaction date instead, add the --txn-dates
|
|||||||
flag. If you use this flag and some of your postings have custom dates,
|
flag. If you use this flag and some of your postings have custom dates,
|
||||||
it's probably best to assume the running balance is wrong.
|
it's probably best to assume the running balance is wrong.
|
||||||
|
|
||||||
Output format
|
|
||||||
|
|
||||||
This command also supports the output destination and output format
|
|
||||||
options The output formats supported are txt, csv, and json.
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
Show all transactions and historical running balance in the first
|
Show all transactions and historical running balance in the first
|
||||||
|
|||||||
@ -23,6 +23,10 @@ correct starting balance on that date. Then the balance command will
|
|||||||
show real-world account balances. In some cases the -H/--historical flag
|
show real-world account balances. In some cases the -H/--historical flag
|
||||||
is used to ensure this (more below).
|
is used to ensure this (more below).
|
||||||
|
|
||||||
|
This command also supports the output destination and output format
|
||||||
|
options The output formats supported are (in most modes): txt, csv,
|
||||||
|
html, and json.
|
||||||
|
|
||||||
The balance command can produce several styles of report:
|
The balance command can produce several styles of report:
|
||||||
|
|
||||||
Classic balance report
|
Classic balance report
|
||||||
@ -552,9 +556,3 @@ Budget performance in 2019/01:
|
|||||||
liabilities || $-283.00 [ 26% of $-1100.00]
|
liabilities || $-283.00 [ 26% of $-1100.00]
|
||||||
----------------------------------------++-------------------------------
|
----------------------------------------++-------------------------------
|
||||||
|| 0 [ 0]
|
|| 0 [ 0]
|
||||||
|
|
||||||
Output format
|
|
||||||
|
|
||||||
This command also supports the output destination and output format
|
|
||||||
options The output formats supported are (in most modes): txt, csv,
|
|
||||||
html, and json.
|
|
||||||
|
|||||||
@ -11,6 +11,9 @@ the Asset or Cash or Liability type, or otherwise all accounts under a
|
|||||||
top-level asset or liability account (case insensitive, plurals
|
top-level asset or liability account (case insensitive, plurals
|
||||||
allowed).
|
allowed).
|
||||||
|
|
||||||
|
(This report is essentially similar to "hledger balance --historical
|
||||||
|
assets liabilities", with liabilities sign-flipped.)
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ hledger balancesheet
|
$ hledger balancesheet
|
||||||
|
|||||||
@ -10,6 +10,9 @@ declared with the Asset, Cash, Liability or Equity type, or otherwise
|
|||||||
all accounts under a top-level asset, liability or equity account (case
|
all accounts under a top-level asset, liability or equity account (case
|
||||||
insensitive, plurals allowed).
|
insensitive, plurals allowed).
|
||||||
|
|
||||||
|
(This report is essentially similar to "hledger balance --historical
|
||||||
|
assets liabilities equity", with liabilities and equity sign-flipped.)
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ hledger balancesheetequity
|
$ hledger balancesheetequity
|
||||||
|
|||||||
@ -10,6 +10,9 @@ type, or otherwise all accounts under a top-level asset account (case
|
|||||||
insensitive, plural allowed) which do not have fixed, investment,
|
insensitive, plural allowed) which do not have fixed, investment,
|
||||||
receivable or A/R in their name.
|
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:
|
||||||
|
|
||||||
$ hledger cashflow
|
$ hledger cashflow
|
||||||
|
|||||||
@ -11,6 +11,9 @@ the Revenue or Expense type, or otherwise all accounts under a top-level
|
|||||||
revenue or income or expense account (case insensitive, plurals
|
revenue or income or expense account (case insensitive, plurals
|
||||||
allowed).
|
allowed).
|
||||||
|
|
||||||
|
(This report is essentially similar to "hledger balance --change
|
||||||
|
revenues expenses", with revenues sign-flipped.)
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ hledger incomestatement
|
$ hledger incomestatement
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user