mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
docs update
This commit is contained in:
parent
3f5cc428dc
commit
5383215051
18
README
18
README
@ -53,7 +53,7 @@ This version of hledger mimics a subset of ledger 2.6.1:
|
|||||||
- multiple commodities
|
- multiple commodities
|
||||||
- virtual transactions
|
- virtual transactions
|
||||||
- balance, print, register commands
|
- balance, print, register commands
|
||||||
- positive and negative account & description filter patterns
|
- positive and negative account & description patterns
|
||||||
- LEDGER environment variable
|
- LEDGER environment variable
|
||||||
- and::
|
- and::
|
||||||
|
|
||||||
@ -63,13 +63,15 @@ This version of hledger mimics a subset of ledger 2.6.1:
|
|||||||
-f, --file FILE read ledger data from FILE
|
-f, --file FILE read ledger data from FILE
|
||||||
|
|
||||||
Report filtering:
|
Report filtering:
|
||||||
-b, --begin DATE set report begin date (YYYY/MM/DD syntax)
|
-b, --begin DATE set report begin date
|
||||||
-e, --end DATE set report end date (YYYY/MM/DD syntax)
|
-e, --end DATE set report end date
|
||||||
-C, --cleared consider only cleared transactions
|
-C, --cleared consider only cleared transactions
|
||||||
-R, --real consider only real (non-virtual) transactions
|
-R, --real consider only real (non-virtual) transactions
|
||||||
|
|
||||||
Output customization:
|
Output customization:
|
||||||
-s, --subtotal balance: show sub-accounts
|
-s, --subtotal balance report: show sub-accounts
|
||||||
|
-E, --empty balance report: show accounts with zero balance
|
||||||
|
-n, --collapse balance report: no grand total
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
balance [REGEXP]... show balance totals for matching accounts
|
balance [REGEXP]... show balance totals for matching accounts
|
||||||
@ -78,7 +80,7 @@ This version of hledger mimics a subset of ledger 2.6.1:
|
|||||||
|
|
||||||
hledger-only features:
|
hledger-only features:
|
||||||
|
|
||||||
- ...
|
- --depth=N balance report: maximum account depth to show
|
||||||
|
|
||||||
ledger features not supported:
|
ledger features not supported:
|
||||||
|
|
||||||
@ -86,7 +88,6 @@ ledger features not supported:
|
|||||||
- modifier entries
|
- modifier entries
|
||||||
- periodic entries
|
- periodic entries
|
||||||
- commodity pricing
|
- commodity pricing
|
||||||
- flexible date syntax for --begin/--end
|
|
||||||
- counting an unfinished timelog session
|
- counting an unfinished timelog session
|
||||||
- parsing gnucash files
|
- parsing gnucash files
|
||||||
- and::
|
- and::
|
||||||
@ -114,11 +115,10 @@ ledger features not supported:
|
|||||||
-T, --total EXPR use EXPR to calculate the displayed total
|
-T, --total EXPR use EXPR to calculate the displayed total
|
||||||
|
|
||||||
Output customization:
|
Output customization:
|
||||||
-n, --collapse register: collapse entries; balance: no grand total
|
-n, --collapse register: collapse entries
|
||||||
-s, --subtotal ... other: show subtotals
|
-s, --subtotal other: show subtotals
|
||||||
-P, --by-payee show summarized totals by payee
|
-P, --by-payee show summarized totals by payee
|
||||||
-x, --comm-as-payee set commodity name as the payee, for reporting
|
-x, --comm-as-payee set commodity name as the payee, for reporting
|
||||||
-E, --empty balance: show accounts with zero balance
|
|
||||||
-W, --weekly show weekly sub-totals
|
-W, --weekly show weekly sub-totals
|
||||||
-M, --monthly show monthly sub-totals
|
-M, --monthly show monthly sub-totals
|
||||||
-Y, --yearly show yearly sub-totals
|
-Y, --yearly show yearly sub-totals
|
||||||
|
Loading…
Reference in New Issue
Block a user