16 lines
		
	
	
		
			502 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			502 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
hledger -f sample.journal balance --tree --format="%30(account) %-.20(total)"
 | 
						|
>>>
 | 
						|
                        assets $-1
 | 
						|
                   bank:saving $1
 | 
						|
                          cash $-2
 | 
						|
                      expenses $2
 | 
						|
                          food $1
 | 
						|
                      supplies $1
 | 
						|
                        income $-2
 | 
						|
                         gifts $-1
 | 
						|
                        salary $-1
 | 
						|
             liabilities:debts $1
 | 
						|
----------------------------------
 | 
						|
                               0
 | 
						|
>>>= 0
 |