hledger/tests/balance-date2.test
Simon Michael 621a91807e rename actual/effective dates to primary/secondary
The command-line flag is now --date2. Alternate spellings --effective and --aux-date
are accepted for compatibility.
2012-12-06 04:43:41 +00:00

16 lines
204 B
Plaintext

hledgerdev -f - balance -p 'in 2009' --date2
<<<
2009/1/1 x
a 1
b
2009/1/1=2010/1/1 x
a 10
b
>>>
1 a
-1 b
--------------------
0
>>>=0