[UPDT] EMPLOYEE: #472

This commit is contained in:
Horilla
2025-05-02 10:19:55 +05:30
parent d7343b0355
commit f14bd6b03e
2 changed files with 10 additions and 5 deletions

View File

@@ -536,6 +536,11 @@ class EmployeeExportExcelForm(forms.Form):
"employee_work_info__work_type_id",
"employee_work_info__reporting_manager_id",
"employee_work_info__employee_type_id",
"employee_work_info__location",
"employee_work_info__date_joining",
"employee_work_info__basic_salary",
"employee_work_info__salary_hour",
"employee_work_info__contract_end_date",
"employee_work_info__company_id",
],
)

View File

@@ -2453,22 +2453,22 @@ def work_info_import_file(request):
"Badge ID",
"First Name",
"Last Name",
"Phone",
"Email",
"Phone",
"Gender",
"Department",
"Job Position",
"Job Role",
"Work Type",
"Shift",
"Employee Type",
"Work Type",
"Reporting Manager",
"Company",
"Employee Type",
"Location",
"Date Joining",
"Contract End Date",
"Basic Salary",
"Salary Hour",
"Contract End Date",
"Company",
]
)