Enhance ActivityLogsTable by updating event and causer filters to utilize the Activity model directly. Introduce a new causer_id filter with improved query logic for better user experience. Add new methods in EmployeeStatisticsService for applying table aggregates, and update localization files to include new terms for employee statistics in English, Russian, and Turkmen.
This commit is contained in:
@@ -24,6 +24,8 @@ return [
|
||||
'shifts' => 'Shifts',
|
||||
'employee' => 'Employee',
|
||||
'employees' => 'Employees',
|
||||
'employee_stat' => 'Employee Stat',
|
||||
'stats' => 'Stats',
|
||||
'vacation' => 'Vacation',
|
||||
'vacations' => 'Vacations',
|
||||
'sick_leave' => 'Sick Leave',
|
||||
|
||||
@@ -24,6 +24,8 @@ return [
|
||||
'shifts' => 'Смены',
|
||||
'employee' => 'Сотрудник',
|
||||
'employees' => 'Сотрудники',
|
||||
'employee_stat' => 'Статистика сотрудника',
|
||||
'stats' => 'Статистика',
|
||||
'vacation' => 'Отпуск',
|
||||
'vacations' => 'Отпуска',
|
||||
'sick_leave' => 'Больничный',
|
||||
|
||||
@@ -24,6 +24,8 @@ return [
|
||||
'shifts' => 'Smenalar',
|
||||
'employee' => 'Işgär',
|
||||
'employees' => 'Işgärler',
|
||||
'employee_stat' => 'Işgär statistikasy',
|
||||
'stats' => 'Statistika',
|
||||
'vacation' => 'Dynç alyş',
|
||||
'vacations' => 'Dynç alyşlar',
|
||||
'sick_leave' => 'Kesel rugsady',
|
||||
|
||||
Reference in New Issue
Block a user