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:
@@ -12,6 +12,11 @@ return [
|
||||
|
||||
'default_phone' => '+993 61 92 92 48',
|
||||
|
||||
'employee_number' => [
|
||||
'prefix' => 'EMP-',
|
||||
'padding' => 5,
|
||||
],
|
||||
|
||||
'file_uploads' => [
|
||||
'disk' => 'local',
|
||||
'directory' => 'hr',
|
||||
|
||||
Reference in New Issue
Block a user