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:
50
lang/en/changes.php
Normal file
50
lang/en/changes.php
Normal 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',
|
||||
];
|
||||
@@ -186,6 +186,13 @@ return [
|
||||
'disciplinary_report' => 'Disciplinary Report',
|
||||
'department' => 'Department',
|
||||
'user' => 'User',
|
||||
'position' => 'Position',
|
||||
'shift' => 'Shift',
|
||||
'sick_leave' => 'Sick Leave',
|
||||
'unpaid_leave' => 'Unpaid Leave',
|
||||
'explanation' => 'Explanation',
|
||||
'gift' => 'Gift',
|
||||
'employee_document' => 'Employee Document',
|
||||
],
|
||||
|
||||
'widgets' => [
|
||||
|
||||
Reference in New Issue
Block a user