fix: Employee form UI
This commit is contained in:
parent
bd6e8b9cec
commit
ec9000b6b9
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"actions": [],
|
||||||
"allow_events_in_timeline": 1,
|
"allow_events_in_timeline": 1,
|
||||||
"allow_import": 1,
|
"allow_import": 1,
|
||||||
"allow_rename": 1,
|
"allow_rename": 1,
|
||||||
@ -12,24 +13,25 @@
|
|||||||
"basic_information",
|
"basic_information",
|
||||||
"employee",
|
"employee",
|
||||||
"naming_series",
|
"naming_series",
|
||||||
"salutation",
|
|
||||||
"first_name",
|
"first_name",
|
||||||
"middle_name",
|
"middle_name",
|
||||||
"last_name",
|
"last_name",
|
||||||
|
"salutation",
|
||||||
"employee_name",
|
"employee_name",
|
||||||
|
"employment_type",
|
||||||
"image",
|
"image",
|
||||||
"column_break1",
|
"column_break1",
|
||||||
"company",
|
"company",
|
||||||
"status",
|
"status",
|
||||||
"employee_number",
|
|
||||||
"employment_type",
|
|
||||||
"gender",
|
"gender",
|
||||||
"date_of_birth",
|
"date_of_birth",
|
||||||
"date_of_joining",
|
"date_of_joining",
|
||||||
|
"employee_number",
|
||||||
"emergency_contact_details",
|
"emergency_contact_details",
|
||||||
"emergency_phone_number",
|
|
||||||
"person_to_be_contacted",
|
"person_to_be_contacted",
|
||||||
"relation",
|
"relation",
|
||||||
|
"column_break_19",
|
||||||
|
"emergency_phone_number",
|
||||||
"erpnext_user",
|
"erpnext_user",
|
||||||
"user_id",
|
"user_id",
|
||||||
"create_user",
|
"create_user",
|
||||||
@ -52,10 +54,10 @@
|
|||||||
"attendance_and_leave_details",
|
"attendance_and_leave_details",
|
||||||
"leave_policy",
|
"leave_policy",
|
||||||
"attendance_device_id",
|
"attendance_device_id",
|
||||||
|
"leave_approver",
|
||||||
"column_break_44",
|
"column_break_44",
|
||||||
"holiday_list",
|
"holiday_list",
|
||||||
"default_shift",
|
"default_shift",
|
||||||
"leave_approver",
|
|
||||||
"salary_information",
|
"salary_information",
|
||||||
"salary_mode",
|
"salary_mode",
|
||||||
"bank_name",
|
"bank_name",
|
||||||
@ -65,14 +67,14 @@
|
|||||||
"health_insurance_no",
|
"health_insurance_no",
|
||||||
"contact_details",
|
"contact_details",
|
||||||
"cell_number",
|
"cell_number",
|
||||||
"prefered_contact_email",
|
|
||||||
"prefered_email",
|
"prefered_email",
|
||||||
"company_email",
|
|
||||||
"personal_email",
|
"personal_email",
|
||||||
"unsubscribed",
|
"unsubscribed",
|
||||||
"column_break4",
|
|
||||||
"permanent_accommodation_type",
|
"permanent_accommodation_type",
|
||||||
"permanent_address",
|
"permanent_address",
|
||||||
|
"column_break4",
|
||||||
|
"prefered_contact_email",
|
||||||
|
"company_email",
|
||||||
"current_accommodation_type",
|
"current_accommodation_type",
|
||||||
"current_address",
|
"current_address",
|
||||||
"sb53",
|
"sb53",
|
||||||
@ -82,9 +84,9 @@
|
|||||||
"date_of_issue",
|
"date_of_issue",
|
||||||
"valid_upto",
|
"valid_upto",
|
||||||
"place_of_issue",
|
"place_of_issue",
|
||||||
"column_break6",
|
|
||||||
"marital_status",
|
"marital_status",
|
||||||
"blood_group",
|
"blood_group",
|
||||||
|
"column_break6",
|
||||||
"family_background",
|
"family_background",
|
||||||
"health_details",
|
"health_details",
|
||||||
"educational_qualification",
|
"educational_qualification",
|
||||||
@ -249,7 +251,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"allow_in_quick_entry": 1,
|
"allow_in_quick_entry": 1,
|
||||||
"collapsible": 1,
|
|
||||||
"fieldname": "emergency_contact_details",
|
"fieldname": "emergency_contact_details",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Emergency Contact"
|
"label": "Emergency Contact"
|
||||||
@ -776,12 +777,17 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Leave Approver",
|
"label": "Leave Approver",
|
||||||
"options": "User"
|
"options": "User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_19",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-user",
|
"icon": "fa fa-user",
|
||||||
"idx": 24,
|
"idx": 24,
|
||||||
"image_field": "image",
|
"image_field": "image",
|
||||||
"modified": "2019-09-12 14:21:12.711280",
|
"links": [],
|
||||||
|
"modified": "2019-12-11 13:22:18.323622",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "HR",
|
"module": "HR",
|
||||||
"name": "Employee",
|
"name": "Employee",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user