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