Update index.blade.php
This commit is contained in:
parent
51a4e5e91f
commit
f7a9b8cbdf
@ -265,7 +265,7 @@
|
||||
ranges: {
|
||||
'{{ trans("reports.this_year") }}': [start, end],
|
||||
'{{ trans("reports.previous_year") }}': [moment('{{ $financial_start }}').subtract(1, 'year'), moment('{{ $financial_start }}').subtract('1', 'days')],
|
||||
'{{ trans("reports.this_quarter") }}': [moment().subtract(2, 'months').startOf('month'), moment().endOf('month')],
|
||||
'{{ trans("reports.this_quarter") }}': [moment().startOf('quarter'), moment().endOf('quarter')],
|
||||
'{{ trans("reports.previous_quarter") }}': [moment().subtract(1, 'quarter').startOf('quarter'), moment().subtract(1, 'quarter').endOf('quarter')],
|
||||
'{{ trans("reports.last_12_months") }}': [moment().subtract(11, 'months').startOf('month'), moment().endOf('month')]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user