Add bokshorn-it/filament-activity-timeline package for enhanced audit logging functionality. Update README to reflect new key package and improve localization for audit-related terms. Remove deprecated ActivityLogResource and related pages, integrating activity timeline features into existing resources. Update models to implement ProvidesActivityTitle for better activity tracking.

This commit is contained in:
Mekan1206
2026-08-02 22:37:59 +05:00
parent 0237c2b9ef
commit 3504e39646
46 changed files with 472 additions and 314 deletions

50
lang/en/changes.php Normal file
View File

@@ -0,0 +1,50 @@
<?php
declare(strict_types=1);
return [
'employee_id' => 'Employee',
'department_id' => 'Department',
'position_id' => 'Position',
'shift_id' => 'Shift',
'employee_number' => 'Employee Number',
'full_name' => 'Full Name',
'national_id' => 'Nationality',
'gender' => 'Gender',
'birth_date' => 'Birth Date',
'phone' => 'Phone',
'address' => 'Address',
'employment_status' => 'Employment Status',
'hire_date' => 'Hire Date',
'termination_date' => 'Termination Date',
'notes' => 'Notes',
'profile_photo_path' => 'Profile Photo',
'status' => 'Status',
'type' => 'Type',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'return_date' => 'Return Date',
'days' => 'Days',
'reason' => 'Reason',
'attachment_path' => 'Attachment',
'document_path' => 'Document',
'approved_by' => 'Approved By',
'approved_at' => 'Approved At',
'bonus_date' => 'Bonus Date',
'bonus_type' => 'Bonus Type',
'amount' => 'Amount',
'gift_date' => 'Gift Date',
'gift_name' => 'Gift Name',
'value' => 'Value',
'document_type' => 'Document Type',
'title' => 'Title',
'file_path' => 'File',
'uploaded_at' => 'Uploaded At',
'severity' => 'Severity',
'report_date' => 'Report Date',
'description' => 'Description',
'medical_institution' => 'Medical Institution',
'name' => 'Name',
'code' => 'Code',
'is_active' => 'Active',
];