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:
Mekan1206
2026-08-02 22:31:59 +05:00
parent 9e623d2d29
commit 0237c2b9ef
8 changed files with 288 additions and 4 deletions

View File

@@ -24,6 +24,8 @@ return [
'shifts' => 'Смены',
'employee' => 'Сотрудник',
'employees' => 'Сотрудники',
'employee_stat' => 'Статистика сотрудника',
'stats' => 'Статистика',
'vacation' => 'Отпуск',
'vacations' => 'Отпуска',
'sick_leave' => 'Больничный',