* Add an option to use unicode in balance tables fixes #522 * Add a test for unicode tables * Document --pretty-tables * Support --pretty-tables in BalanceView
		
			
				
	
	
		
			14 lines
		
	
	
		
			739 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			739 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
hledger -f balance-multicol.journal balance --pretty-tables -M
 | 
						|
>>>
 | 
						|
Balance changes in 2012/12/01-2013/03/31:
 | 
						|
 | 
						|
                 ║  2012/12  2013/01  2013/02  2013/03 
 | 
						|
═════════════════╬═════════════════════════════════════
 | 
						|
 assets          ║        0        0        1        0 
 | 
						|
 assets:cash     ║        0        0        1        0 
 | 
						|
 assets:checking ║       10        0        0        1 
 | 
						|
─────────────────╫─────────────────────────────────────
 | 
						|
                 ║       10        0        2        1 
 | 
						|
 | 
						|
>>>=0
 |