setting that named as financial year denote added to localization part and it will be considered on the preparation of reports
				
					
				
			This commit is contained in:
		@@ -36,6 +36,11 @@ return [
 | 
			
		||||
            'total'         => 'At total',
 | 
			
		||||
            'both'          => 'Both line and total',
 | 
			
		||||
        ],
 | 
			
		||||
        'financial_year_denote' => [
 | 
			
		||||
            'title'         => 'Financial Year Denote',
 | 
			
		||||
            'begins'        => 'By the year it begins',
 | 
			
		||||
            'ends'          => 'By the year it ends',
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'invoice' => [
 | 
			
		||||
 
 | 
			
		||||
@@ -35,6 +35,11 @@ return [
 | 
			
		||||
            'total'         => 'Toplamda',
 | 
			
		||||
            'both'          => 'Satırda ve toplamda',
 | 
			
		||||
        ],
 | 
			
		||||
        'financial_year_denote' => [
 | 
			
		||||
            'title'         => 'Mali Yıl Gösterimi',
 | 
			
		||||
            'begins'        => 'Başlangıç Yılı',
 | 
			
		||||
            'ends'          => 'Bitiş Yılı',
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'invoice' => [
 | 
			
		||||
 
 | 
			
		||||
@@ -20,6 +20,8 @@
 | 
			
		||||
            <div class="row">
 | 
			
		||||
                {{ Form::dateGroup('financial_start', trans('settings.localisation.financial_start'), 'calendar', ['id' => 'financial_start', 'class' => 'form-control datepicker', 'show-date-format' => 'j F', 'date-format' => 'd-m', 'autocomplete' => 'off'], setting('localisation.financial_start')) }}
 | 
			
		||||
 | 
			
		||||
                {{ Form::selectGroup('financial_year_denote', trans('settings.localisation.financial_year_denote.title'), 'calendar', $financial_year_denote_options, setting('localisation.financial_year_denote'), []) }}
 | 
			
		||||
 | 
			
		||||
                {{ Form::selectGroupGroup('timezone', trans('settings.localisation.timezone'), 'globe', $timezones, setting('localisation.timezone'), []) }}
 | 
			
		||||
 | 
			
		||||
                {{ Form::selectGroup('date_format', trans('settings.localisation.date.format'), 'calendar', $date_formats, setting('localisation.date_format'), ['autocomplete' => 'off']) }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user