added report cache
This commit is contained in:
@ -145,13 +145,12 @@ return [
|
||||
'accounting' => 'Accounting',
|
||||
'sort' => 'Sort',
|
||||
'width' => 'Width',
|
||||
|
||||
'month' => 'Month',
|
||||
'year' => 'Year',
|
||||
|
||||
'type_item_name' => 'Type an item name',
|
||||
'no_data' => 'No data',
|
||||
'no_matching_data' => 'No matching data',
|
||||
'month' => 'Month',
|
||||
'year' => 'Year',
|
||||
'type_item_name' => 'Type an item name',
|
||||
'no_data' => 'No data',
|
||||
'no_matching_data' => 'No matching data',
|
||||
'clear_cache' => 'Clear Cache',
|
||||
|
||||
'card' => [
|
||||
'name' => 'Name on Card',
|
||||
|
@ -6,6 +6,7 @@
|
||||
@permission('create-common-reports')
|
||||
<a href="{{ route('reports.create') }}" class="btn btn-success btn-sm header-button-top"><span class="fa fa-plus"></span> {{ trans('general.add_new') }}</a>
|
||||
@endpermission
|
||||
<a href="{{ route('reports.clear') }}" class="btn btn-warning btn-sm header-button-top"><span class="fa fa-history"></span> {{ trans('general.clear_cache') }}</a>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
Reference in New Issue
Block a user