[UPDT] EMPLOYEE: Updated employee import method

This commit is contained in:
Horilla
2025-04-11 10:28:03 +05:30
parent 227f8d7ef6
commit 603760a4a4
8 changed files with 990 additions and 1131 deletions

View File

@@ -492,8 +492,11 @@ excel_columns = [
("employee_work_info__work_type_id", trans("Work Type")),
("employee_work_info__reporting_manager_id", trans("Reporting Manager")),
("employee_work_info__employee_type_id", trans("Employee Type")),
("employee_work_info__location", trans("Work Location")),
("employee_work_info__location", trans("Location")),
("employee_work_info__date_joining", trans("Date Joining")),
("employee_work_info__basic_salary", trans("Basic Salary")),
("employee_work_info__salary_hour", trans("Salary Hour")),
("employee_work_info__contract_end_date", trans("Contract End Date")),
("employee_work_info__company_id", trans("Company")),
("employee_bank_details__bank_name", trans("Bank Name")),
("employee_bank_details__branch", trans("Branch")),