22 lines
		
	
	
		
			628 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			628 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ; A budget defined by periodic transaction rules :
 | |
| ; one recurring monthly, one yearly, and one non-recurring.
 | |
| ; This would show up in a report like:
 | |
| ; $ hledger balance --budget Income Expenses -M
 | |
| 
 | |
| ~ monthly from 2013/01
 | |
|   Expenses:Food    500 USD
 | |
|   Expenses:Health  200 USD
 | |
|   Expenses:Home    2545 USD
 | |
|   Expenses:Transport   120 USD
 | |
|   Expenses:Taxes   4300 USD ;; Taken from monthly average report
 | |
|   Income:US        -10700 USD
 | |
|   Assets:US
 | |
| 
 | |
| ~ every Dec 20th from 2014
 | |
|   Expenses:Food   500 USD ; Prize turkey, the biggest of the big
 | |
|   Assets:US
 | |
| 
 | |
| ~ 2014/11/17
 | |
|   Assets:US
 | |
|   Expenses:Food   6000 USD ; Birthday, lots of guests 
 |