hledger/tests/effective-balance.test
2010-05-24 20:57:40 +00:00

15 lines
203 B
Plaintext

bin/hledger -f - balance -p 'in 2009' --effective
<<<
2009/1/1 x
a 1
b
2009/1/1=2010/1/1 x
a 10
b
>>>
1 a
-1 b
--------------------
0