Are these bugs ?

1. Both ledger (20100615) and hledger show the zero balances of a and b in this balance report - I expected them to be elided by default:

<<<
2010/1/1
  a   16$ @@ 10€
  b   -10€

2010/1/2
  a   -16$
  b   10€ @@ 16$

$$$ ledger -f - balance
>>>
                   0  a
                   0  b
--------------------
                   0

2. With -B, again ledger and hledger agree, but I'm puzzled - usually - B results in fewer commodities in the output, not more:

<<<
2010/1/1
  a   16$ @@ 10€
  b   -10€

2010/1/2
  a   -16$
  b   10€ @@ 16$

$$$ ledger -f - balance
>>>
                -16$
                 10€  a
                 16$
                -10€  b
--------------------
                   0

3. This time with implicit conversion prices - strange output:

<<<
2010/1/1
  a   16$
  b   -10€

2010/1/2
  a   -16$
  b   10€

$$$ ledger -f - balance
>>>
                   0  a


Reply via email to