hledger/tests/effective-balance.test

15 lines
203 B
Plaintext
Raw Normal View History

2010-05-22 04:52:45 +04:00
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
2010-05-25 00:57:40 +04:00
--------------------
0