13 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# a zero amount is always displayed as just "0", regardless of any commodity/decimal places/price (like ledger)
 | 
						|
#
 | 
						|
bin/hledger -f- print --empty
 | 
						|
<<<
 | 
						|
2010/3/1 x
 | 
						|
  a  $0.00 @ 3EUR
 | 
						|
  b
 | 
						|
>>>
 | 
						|
2010/03/01 x
 | 
						|
    a             0
 | 
						|
    b             0
 | 
						|
 |