mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
# b amount with no decimal places, in middle, causes balance failure (0.6.1)
|
|
hledgerdev -f - print
|
|
<<<
|
|
2009/1/1 x
|
|
a $1.25
|
|
b $-1
|
|
c $-0.25
|
|
|
|
>>>2
|
|
>>>=0
|