mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Quicklink fiscal year report feature. As per github issue #131.
The reason for instantiating the helper at the beginning of the static function routeBinder is I am hoping that the object will only be created once.
This commit is contained in:
		| @@ -488,6 +488,7 @@ return [ | ||||
|     'quick_link_default_report'              => 'Default financial report', | ||||
|     'report_this_month_quick'                => 'Current month, all accounts', | ||||
|     'report_this_year_quick'                 => 'Current year, all accounts', | ||||
|     'report_this_fiscal_year_quick'          => 'Current fiscal year, all accounts', | ||||
|     'report_all_time_quick'                  => 'All-time, all accounts', | ||||
|     'reports_can_bookmark'                   => 'Remember that reports can be bookmarked.', | ||||
|     'incomeVsExpenses'                       => 'Income vs. expenses', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user