Refactor employee management by implementing automatic employee number generation, updating national ID handling, and enhancing localization for gender and nationality fields across various resources. Adjust form components and validation logic to improve user experience and data integrity.
This commit is contained in:
@@ -48,7 +48,7 @@ return [
|
||||
'photo' => 'Фото',
|
||||
'employee_number' => 'Табельный номер',
|
||||
'full_name' => 'ФИО',
|
||||
'national_id' => 'Национальный ID',
|
||||
'national_id' => 'Гражданство',
|
||||
'gender' => 'Пол',
|
||||
'birth_date' => 'Дата рождения',
|
||||
'phone' => 'Телефон',
|
||||
|
||||
Reference in New Issue
Block a user