mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
# a zero amount is always displayed as just "0", regardless of any commodity/decimal places/price (like ledger)
|
|
#
|
|
./hledger -f- print --empty
|
|
<<<
|
|
2010/3/1 x
|
|
a $0.00 @ 3EUR
|
|
b
|
|
>>>
|
|
2010/03/01 x
|
|
a 0
|
|
b 0
|
|
|