This commit is contained in:
Simon Michael 2008-11-27 06:55:34 +00:00
parent b6e859fe6b
commit 9b0d90c313

10
README
View File

@ -41,13 +41,13 @@ Here are some commands to try::
FEATURES FEATURES
-------- --------
This version of hledger mimics a subset of ledger 2.6.1: This version of hledger mimics a subset of ledger 2.6.1. Supported features:
* regular ledger entries * regular ledger entries
* multiple commodities * multiple commodities
* virtual transactions * virtual transactions
* balance, print, register commands * balance, print, register commands
* positive and negative account & description patterns * account and description patterns
* LEDGER environment variable * LEDGER environment variable
* and:: * and::
@ -59,6 +59,7 @@ This version of hledger mimics a subset of ledger 2.6.1:
Report filtering: Report filtering:
-b, --begin DATE set report begin date -b, --begin DATE set report begin date
-e, --end DATE set report end date -e, --end DATE set report end date
-p, --period STR report using the given period (limited support)
-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
@ -87,7 +88,7 @@ ledger features not supported:
* !include * !include
* modifier entries * modifier entries
* periodic entries * periodic entries
* commodity pricing * pricing history
* counting an unfinished timelog session * counting an unfinished timelog session
* parsing gnucash files * parsing gnucash files
* and:: * and::
@ -101,7 +102,6 @@ ledger features not supported:
Report filtering: Report filtering:
-c, --current show only current and past entries (not future) -c, --current show only current and past entries (not future)
-p, --period STR report using the given period
--period-sort EXPR sort each report period's entries by EXPR --period-sort EXPR sort each report period's entries by EXPR
-U, --uncleared consider only uncleared transactions -U, --uncleared consider only uncleared transactions
-L, --actual consider only actual (non-automated) transactions -L, --actual consider only actual (non-automated) transactions
@ -162,3 +162,5 @@ Some other differences:
* hledger doesn't require a space after flags like -f * hledger doesn't require a space after flags like -f
* hledger keeps differently-priced amounts of the same commodity separate, at the moment * hledger keeps differently-priced amounts of the same commodity separate, at the moment
* hledger doesn't parse all ledger file constructs (and may choke ? please report) * hledger doesn't parse all ledger file constructs (and may choke ? please report)
* hledger handles only simple display expressions consisting of a date predicate
* hledger handles only simple period expressions consisting of a single smart date