mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	lua: Add title, subtitle, axis labels to reports
This commit is contained in:
		@@ -27,6 +27,7 @@ function generate()
 | 
			
		||||
 | 
			
		||||
	accounts = get_accounts()
 | 
			
		||||
	r = report.new(12)
 | 
			
		||||
	r:title(year .. " Monthly Expenses")
 | 
			
		||||
	series_map = account_series_map(accounts, r)
 | 
			
		||||
 | 
			
		||||
	for month=1,12 do
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user