Robert Horlings 
							
						 
					 
					
						
						
							
						
						7ec5cce2c8 
					 
					
						
						
							
							Implemented filter not to return all transactions when testing filters  
						
						
						
						
					 
					
						2016-02-17 16:23:43 +01:00 
						 
				 
			
				
					
						
							
							
								Robert Horlings 
							
						 
					 
					
						
						
							
						
						5dc556f0af 
					 
					
						
						
							
							Updated frontend to access the 'test-rules' functionality  
						
						
						
						
					 
					
						2016-02-17 12:11:00 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						9a443bd08e 
					 
					
						
						
							
							New translations.  
						
						
						
						
					 
					
						2016-02-11 07:02:57 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						94b6c7975a 
					 
					
						
						
							
							Fixes   #174 .  
						
						
						
						
					 
					
						2016-02-10 14:36:21 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						1f2b37b70e 
					 
					
						
						
							
							Updated translations via CrowdIn: new lines added to Dutch (still untranslated in other languages). Changed @zjean's 2-step verification lines a bit.  
						
						
						
						
					 
					
						2016-02-10 06:39:09 +01:00 
						 
				 
			
				
					
						
							
							
								zjean 
							
						 
					 
					
						
						
							
						
						e04388a230 
					 
					
						
						
							
							Added two factor auth setting to Preferences page.  
						
						
						
						
					 
					
						2016-02-08 22:28:24 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						deb140e3bc 
					 
					
						
						
							
							Fixes to export [skip ci]  
						
						
						
						
					 
					
						2016-02-07 09:19:51 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						9a1710eb27 
					 
					
						
						
							
							Some enhancements to export.  
						
						
						
						
					 
					
						2016-02-07 09:11:46 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						ab9c991530 
					 
					
						
						
							
							Better flashes (also translated) [skip ci]  
						
						
						
						
					 
					
						2016-02-07 08:31:21 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						b22774a599 
					 
					
						
						
							
							Logout blocked accounts.  
						
						
						
						
					 
					
						2016-02-07 07:36:31 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						1d0cb45e4c 
					 
					
						
						
							
							List in translation.  
						
						
						
						
					 
					
						2016-02-06 15:00:48 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						69d0c31ae5 
					 
					
						
						
							
							Translation.  
						
						
						
						
					 
					
						2016-02-06 04:55:41 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						b90c7c09b6 
					 
					
						
						
							
							Smaller travis file. Try to fix the search.  
						
						
						
						
					 
					
						2016-02-05 19:12:54 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						86c22c9fdd 
					 
					
						
						
							
							New export functionality.  
						
						
						
						
					 
					
						2016-02-04 17:16:16 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						24d111f026 
					 
					
						
						
							
							New text.  
						
						
						
						
					 
					
						2016-01-29 17:14:02 +01:00 
						 
				 
			
				
					
						
							
							
								Graham Miller 
							
						 
					 
					
						
						
							
						
						41188a1bd6 
					 
					
						
						
							
							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. 
						
						
					 
					
						2016-01-29 09:11:36 +10:00 
						 
				 
			
				
					
						
							
							
								Graham Miller 
							
						 
					 
					
						
						
							
						
						000f86d318 
					 
					
						
						
							
							Added fiscal year start date stored in 'm-d' format to preferences.  
						
						... 
						
						
						
						Displays YYYY-MM-DD for current year to get input. 
						
						
					 
					
						2016-01-27 11:31:33 +10:00 
						 
				 
			
				
					
						
							
							
								Graham Miller 
							
						 
					 
					
						
						
							
						
						d9b3ebc82f 
					 
					
						
						
							
							Add preferences option to enable or disable the custom fiscal year handling.  
						
						... 
						
						
						
						Stored in DB as 0 or 1 and converted:-
- twig expression in view (expandedform needs true boolean)
- checkbox true/false converted to integer in set function in controller
Oh and I worked out how to localize the label ... took me a while but ended up so simple.
This is stage 1 of the overall custom fiscal year extension for Firefly. 
						
						
					 
					
						2016-01-27 11:28:14 +10:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						610f782054 
					 
					
						
						
							
							Translations.  
						
						
						
						
					 
					
						2016-01-24 16:51:01 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						664fde2344 
					 
					
						
						
							
							Some forgotten translations.  
						
						
						
						
					 
					
						2016-01-23 09:10:22 +01:00 
						 
				 
			
				
					
						
							
							
								Robert Horlings 
							
						 
					 
					
						
						
							
						
						f39f25760a 
					 
					
						
						
							
							Added messages for new specifix  
						
						
						
						
					 
					
						2016-01-18 15:43:30 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						7bf75128a8 
					 
					
						
						
							
							Some cleaning up courtesy of PHPStorm.  
						
						
						
						
					 
					
						2016-01-15 23:12:52 +01:00 
						 
				 
			
				
					
						
							
							
								Robert Horlings 
							
						 
					 
					
						
						
							
						
						61a703e605 
					 
					
						
						
							
							Implemented option to choose field delimiter in CSV import  
						
						
						
						
					 
					
						2016-01-15 15:24:07 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						2afb455bac 
					 
					
						
						
							
							New translations.  
						
						
						
						
					 
					
						2016-01-15 13:40:39 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						209258b507 
					 
					
						
						
							
							Fixed various bugs.  
						
						
						
						
					 
					
						2016-01-15 09:25:32 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						f80bc214f9 
					 
					
						
						
							
							Edit rules.  
						
						
						
						
					 
					
						2016-01-15 08:45:39 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						af1c6b22bb 
					 
					
						
						
							
							Translation.  
						
						
						
						
					 
					
						2016-01-15 06:35:53 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						1f538be16e 
					 
					
						
						
							
							More code for rules.  
						
						
						
						
					 
					
						2016-01-14 21:34:17 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						5b1d9e1a0d 
					 
					
						
						
							
							Start work on adding a rule.  
						
						
						
						
					 
					
						2016-01-14 16:41:15 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						c352eb0c74 
					 
					
						
						
							
							First attempt at create rule form.  
						
						
						
						
					 
					
						2016-01-14 12:37:49 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						b9b0413510 
					 
					
						
						
							
							More resources for rules.  
						
						
						
						
					 
					
						2016-01-14 10:33:24 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						521623797e 
					 
					
						
						
							
							Move rule groups.  
						
						
						
						
					 
					
						2016-01-14 09:49:12 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						33899f0e2f 
					 
					
						
						
							
							New test data, new translations.  
						
						
						
						
					 
					
						2016-01-14 09:08:44 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						4697fbdeef 
					 
					
						
						
							
							Routine to delete rules. Should include routine to move rules to other group.  
						
						
						
						
					 
					
						2016-01-13 21:44:26 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						06174d6afb 
					 
					
						
						
							
							Edit rule group.  
						
						
						
						
					 
					
						2016-01-13 18:50:15 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						27aae279e6 
					 
					
						
						
							
							More code for rules.  
						
						
						
						
					 
					
						2016-01-13 18:34:56 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						e9ee93beb7 
					 
					
						
						
							
							Expand view and translations.  
						
						
						
						
					 
					
						2016-01-13 16:51:55 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						69bebf202f 
					 
					
						
						
							
							New translation  
						
						
						
						
					 
					
						2016-01-11 20:42:15 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						2973765866 
					 
					
						
						
							
							New translations.  
						
						
						
						
					 
					
						2016-01-09 19:37:21 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						a6d71988f2 
					 
					
						
						
							
							Replaced some language calls.  
						
						
						
						
					 
					
						2015-12-24 08:35:08 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						8967d86da6 
					 
					
						
						
							
							Updated language files.  
						
						
						
						
					 
					
						2015-12-23 09:34:23 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						18c6edbb5d 
					 
					
						
						
							
							Update language files.  
						
						
						
						
					 
					
						2015-12-23 09:09:51 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						c49bfad38d 
					 
					
						
						
							
							Move languages.  
						
						
						
						
					 
					
						2015-12-19 20:54:59 +01:00