permission updated in employee

This commit is contained in:
Nabin Hait
2011-08-17 15:05:32 +05:30
parent 81e36a34a6
commit 1d828f644a

View File

@@ -3,9 +3,9 @@
# These values are common in all dictionaries # These values are common in all dictionaries
{ {
'creation': '2011-02-17 11:16:08', 'creation': '2010-08-08 17:08:59',
'docstatus': 0, 'docstatus': 0,
'modified': '2011-06-27 14:39:04', 'modified': '2011-08-11 17:27:12',
'modified_by': 'Administrator', 'modified_by': 'Administrator',
'owner': 'Administrator' 'owner': 'Administrator'
}, },
@@ -26,7 +26,7 @@
'show_in_menu': 0, 'show_in_menu': 0,
'subject': '%(employee_name)s', 'subject': '%(employee_name)s',
'tag_fields': 'status', 'tag_fields': 'status',
'version': 443 'version': 444
}, },
# These values are common for all DocField # These values are common for all DocField
@@ -40,12 +40,14 @@
# These values are common for all DocPerm # These values are common for all DocPerm
{ {
'amend': 0,
'doctype': 'DocPerm', 'doctype': 'DocPerm',
'name': '__common__', 'name': '__common__',
'parent': 'Employee', 'parent': 'Employee',
'parentfield': 'permissions', 'parentfield': 'permissions',
'parenttype': 'DocType', 'parenttype': 'DocType',
'read': 1 'read': 1,
'submit': 0
}, },
# DocType, Employee # DocType, Employee
@@ -56,21 +58,24 @@
# DocPerm # DocPerm
{ {
'cancel': 1, 'cancel': 0,
'create': 1, 'create': 0,
'doctype': 'DocPerm', 'doctype': 'DocPerm',
'idx': 1, 'idx': 1,
'permlevel': 0, 'permlevel': 0,
'role': 'System Manager', 'role': 'Employee',
'write': 1 'write': 0
}, },
# DocPerm # DocPerm
{ {
'cancel': 0,
'create': 0,
'doctype': 'DocPerm', 'doctype': 'DocPerm',
'idx': 2, 'idx': 2,
'permlevel': 1, 'permlevel': 1,
'role': 'All' 'role': 'All',
'write': 0
}, },
# DocPerm # DocPerm
@@ -95,22 +100,6 @@
'write': 1 'write': 1
}, },
# DocPerm
{
'doctype': 'DocPerm',
'idx': 5,
'permlevel': 1,
'role': 'HR User'
},
# DocPerm
{
'doctype': 'DocPerm',
'idx': 6,
'permlevel': 1,
'role': 'HR Manager'
},
# DocField # DocField
{ {
'doctype': 'DocField', 'doctype': 'DocField',
@@ -141,7 +130,7 @@
'no_copy': 1, 'no_copy': 1,
'oldfieldname': 'naming_series', 'oldfieldname': 'naming_series',
'oldfieldtype': 'Select', 'oldfieldtype': 'Select',
'options': 'WN-EMP\nEMP/', 'options': 'EMP/',
'permlevel': 0, 'permlevel': 0,
'reqd': 0 'reqd': 0
}, },
@@ -173,8 +162,7 @@
'oldfieldname': 'employee_name', 'oldfieldname': 'employee_name',
'oldfieldtype': 'Data', 'oldfieldtype': 'Data',
'permlevel': 0, 'permlevel': 0,
'reqd': 1, 'reqd': 1
'search_index': 1
}, },
# DocField # DocField
@@ -276,7 +264,7 @@
'options': '\nActive\nLeft', 'options': '\nActive\nLeft',
'permlevel': 0, 'permlevel': 0,
'reqd': 1, 'reqd': 1,
'search_index': 0 'search_index': 1
}, },
# DocField # DocField
@@ -409,8 +397,7 @@
'oldfieldtype': 'Link', 'oldfieldtype': 'Link',
'options': 'Department', 'options': 'Department',
'permlevel': 0, 'permlevel': 0,
'reqd': 1, 'reqd': 1
'search_index': 1
}, },
# DocField # DocField
@@ -474,21 +461,11 @@
'reqd': 0 'reqd': 0
}, },
# DocField
{
'doctype': 'DocField',
'fieldname': 'is_sales_person',
'fieldtype': 'Check',
'idx': 27,
'label': 'Is Sales Person',
'permlevel': 0
},
# DocField # DocField
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Column Break', 'fieldtype': 'Column Break',
'idx': 28, 'idx': 27,
'label': 'Salary Information', 'label': 'Salary Information',
'oldfieldtype': 'Section Break', 'oldfieldtype': 'Section Break',
'permlevel': 0, 'permlevel': 0,
@@ -501,11 +478,11 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'salary_mode', 'fieldname': 'salary_mode',
'fieldtype': 'Select', 'fieldtype': 'Select',
'idx': 29, 'idx': 28,
'label': 'Salary Mode', 'label': 'Salary Mode',
'oldfieldname': 'salary_mode', 'oldfieldname': 'salary_mode',
'oldfieldtype': 'Select', 'oldfieldtype': 'Select',
'options': '\nBank\nCash \nCheque', 'options': '\nBank\nCash\nCheque',
'permlevel': 0, 'permlevel': 0,
'trigger': 'Client' 'trigger': 'Client'
}, },
@@ -518,7 +495,7 @@
'fieldname': 'bank_name', 'fieldname': 'bank_name',
'fieldtype': 'Data', 'fieldtype': 'Data',
'hidden': 0, 'hidden': 0,
'idx': 30, 'idx': 29,
'in_filter': 1, 'in_filter': 1,
'label': 'Bank Name', 'label': 'Bank Name',
'oldfieldname': 'bank_name', 'oldfieldname': 'bank_name',
@@ -535,7 +512,7 @@
'fieldname': 'bank_ac_no', 'fieldname': 'bank_ac_no',
'fieldtype': 'Data', 'fieldtype': 'Data',
'hidden': 0, 'hidden': 0,
'idx': 31, 'idx': 30,
'label': 'Bank A/C No.', 'label': 'Bank A/C No.',
'oldfieldname': 'bank_ac_no', 'oldfieldname': 'bank_ac_no',
'oldfieldtype': 'Data', 'oldfieldtype': 'Data',
@@ -547,7 +524,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'esic_card_no', 'fieldname': 'esic_card_no',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 32, 'idx': 31,
'label': 'ESIC CARD No', 'label': 'ESIC CARD No',
'oldfieldname': 'esic_card_no', 'oldfieldname': 'esic_card_no',
'oldfieldtype': 'Data', 'oldfieldtype': 'Data',
@@ -559,7 +536,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'pf_number', 'fieldname': 'pf_number',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 33, 'idx': 32,
'label': 'PF Number', 'label': 'PF Number',
'oldfieldname': 'pf_number', 'oldfieldname': 'pf_number',
'oldfieldtype': 'Data', 'oldfieldtype': 'Data',
@@ -571,7 +548,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'gratuity_lic_id', 'fieldname': 'gratuity_lic_id',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 34, 'idx': 33,
'label': 'Gratuity LIC ID', 'label': 'Gratuity LIC ID',
'oldfieldname': 'gratuity_lic_id', 'oldfieldname': 'gratuity_lic_id',
'oldfieldtype': 'Data', 'oldfieldtype': 'Data',
@@ -582,7 +559,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Section Break', 'fieldtype': 'Section Break',
'idx': 35, 'idx': 34,
'label': 'Contact Details', 'label': 'Contact Details',
'permlevel': 0 'permlevel': 0
}, },
@@ -591,7 +568,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Column Break', 'fieldtype': 'Column Break',
'idx': 36, 'idx': 35,
'permlevel': 0, 'permlevel': 0,
'width': '50%' 'width': '50%'
}, },
@@ -601,7 +578,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'cell_number', 'fieldname': 'cell_number',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 37, 'idx': 36,
'label': 'Cell Number', 'label': 'Cell Number',
'permlevel': 0 'permlevel': 0
}, },
@@ -611,7 +588,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'personal_email', 'fieldname': 'personal_email',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 38, 'idx': 37,
'label': 'Personal Email', 'label': 'Personal Email',
'permlevel': 0 'permlevel': 0
}, },
@@ -621,7 +598,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'notice_number_of_days', 'fieldname': 'notice_number_of_days',
'fieldtype': 'Int', 'fieldtype': 'Int',
'idx': 39, 'idx': 38,
'label': 'Notice - Number of Days', 'label': 'Notice - Number of Days',
'oldfieldname': 'notice_number_of_days', 'oldfieldname': 'notice_number_of_days',
'oldfieldtype': 'Int', 'oldfieldtype': 'Int',
@@ -632,7 +609,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'HTML', 'fieldtype': 'HTML',
'idx': 40, 'idx': 39,
'label': 'Emergency Contact Details', 'label': 'Emergency Contact Details',
'options': '<b>Emergency Contact Details</b>', 'options': '<b>Emergency Contact Details</b>',
'permlevel': 0 'permlevel': 0
@@ -643,7 +620,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'person_to_be_contacted', 'fieldname': 'person_to_be_contacted',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 41, 'idx': 40,
'label': 'Person To Be Contacted', 'label': 'Person To Be Contacted',
'permlevel': 0 'permlevel': 0
}, },
@@ -653,7 +630,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'relation', 'fieldname': 'relation',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 42, 'idx': 41,
'label': 'Relation', 'label': 'Relation',
'permlevel': 0 'permlevel': 0
}, },
@@ -663,7 +640,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'emergency_phone_number', 'fieldname': 'emergency_phone_number',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 43, 'idx': 42,
'label': 'Emergency Phone Number', 'label': 'Emergency Phone Number',
'permlevel': 0 'permlevel': 0
}, },
@@ -672,7 +649,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Column Break', 'fieldtype': 'Column Break',
'idx': 44, 'idx': 43,
'permlevel': 0, 'permlevel': 0,
'width': '50%' 'width': '50%'
}, },
@@ -682,7 +659,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'permanent_accommodation_type', 'fieldname': 'permanent_accommodation_type',
'fieldtype': 'Select', 'fieldtype': 'Select',
'idx': 45, 'idx': 44,
'label': 'Permanent Accommodation Type', 'label': 'Permanent Accommodation Type',
'options': '\nRented\nOwned', 'options': '\nRented\nOwned',
'permlevel': 0 'permlevel': 0
@@ -693,7 +670,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'permanent_address', 'fieldname': 'permanent_address',
'fieldtype': 'Small Text', 'fieldtype': 'Small Text',
'idx': 46, 'idx': 45,
'label': 'Permanent Address', 'label': 'Permanent Address',
'permlevel': 0 'permlevel': 0
}, },
@@ -703,7 +680,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'current_accommodation_type', 'fieldname': 'current_accommodation_type',
'fieldtype': 'Select', 'fieldtype': 'Select',
'idx': 47, 'idx': 46,
'label': 'Current Accommodation Type', 'label': 'Current Accommodation Type',
'options': '\nRented\nOwned', 'options': '\nRented\nOwned',
'permlevel': 0 'permlevel': 0
@@ -714,7 +691,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'current_address', 'fieldname': 'current_address',
'fieldtype': 'Small Text', 'fieldtype': 'Small Text',
'idx': 48, 'idx': 47,
'label': 'Current Address', 'label': 'Current Address',
'permlevel': 0 'permlevel': 0
}, },
@@ -723,7 +700,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Section Break', 'fieldtype': 'Section Break',
'idx': 49, 'idx': 48,
'label': 'Personal Details', 'label': 'Personal Details',
'permlevel': 0 'permlevel': 0
}, },
@@ -732,7 +709,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Column Break', 'fieldtype': 'Column Break',
'idx': 50, 'idx': 49,
'permlevel': 0, 'permlevel': 0,
'width': '50%' 'width': '50%'
}, },
@@ -742,7 +719,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'pan_number', 'fieldname': 'pan_number',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 51, 'idx': 50,
'label': 'PAN Number', 'label': 'PAN Number',
'permlevel': 0 'permlevel': 0
}, },
@@ -752,7 +729,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'passport_number', 'fieldname': 'passport_number',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 52, 'idx': 51,
'label': 'Passport Number', 'label': 'Passport Number',
'permlevel': 0 'permlevel': 0
}, },
@@ -763,7 +740,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Button', 'fieldtype': 'Button',
'hidden': 1, 'hidden': 1,
'idx': 53, 'idx': 52,
'label': 'Employee Profile', 'label': 'Employee Profile',
'oldfieldtype': 'Button', 'oldfieldtype': 'Button',
'permlevel': 0, 'permlevel': 0,
@@ -775,7 +752,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'date_of_issue', 'fieldname': 'date_of_issue',
'fieldtype': 'Date', 'fieldtype': 'Date',
'idx': 54, 'idx': 53,
'label': 'Date of Issue', 'label': 'Date of Issue',
'permlevel': 0 'permlevel': 0
}, },
@@ -785,7 +762,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'valid_upto', 'fieldname': 'valid_upto',
'fieldtype': 'Date', 'fieldtype': 'Date',
'idx': 55, 'idx': 54,
'label': 'Valid Upto', 'label': 'Valid Upto',
'permlevel': 0 'permlevel': 0
}, },
@@ -796,7 +773,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Button', 'fieldtype': 'Button',
'hidden': 1, 'hidden': 1,
'idx': 56, 'idx': 55,
'label': 'Salary Structure', 'label': 'Salary Structure',
'oldfieldtype': 'Button', 'oldfieldtype': 'Button',
'permlevel': 0, 'permlevel': 0,
@@ -808,7 +785,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'place_of_issue', 'fieldname': 'place_of_issue',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 57, 'idx': 56,
'label': 'Place of Issue', 'label': 'Place of Issue',
'permlevel': 0 'permlevel': 0
}, },
@@ -818,7 +795,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'marital_status', 'fieldname': 'marital_status',
'fieldtype': 'Select', 'fieldtype': 'Select',
'idx': 58, 'idx': 57,
'label': 'Marital Status', 'label': 'Marital Status',
'options': '\nSingle\nMarried\nDivorced\nWidowed', 'options': '\nSingle\nMarried\nDivorced\nWidowed',
'permlevel': 0 'permlevel': 0
@@ -829,7 +806,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'blood_group', 'fieldname': 'blood_group',
'fieldtype': 'Select', 'fieldtype': 'Select',
'idx': 59, 'idx': 58,
'label': 'Blood Group', 'label': 'Blood Group',
'options': '\nA+\nA-\nB+\nB-\nAB+\nAB-\nO+\nO-', 'options': '\nA+\nA-\nB+\nB-\nAB+\nAB-\nO+\nO-',
'permlevel': 0 'permlevel': 0
@@ -839,7 +816,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Column Break', 'fieldtype': 'Column Break',
'idx': 60, 'idx': 59,
'permlevel': 0, 'permlevel': 0,
'width': '50%' 'width': '50%'
}, },
@@ -851,7 +828,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'family_background', 'fieldname': 'family_background',
'fieldtype': 'Small Text', 'fieldtype': 'Small Text',
'idx': 61, 'idx': 60,
'label': 'Family Background', 'label': 'Family Background',
'permlevel': 0 'permlevel': 0
}, },
@@ -863,7 +840,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'health_details', 'fieldname': 'health_details',
'fieldtype': 'Small Text', 'fieldtype': 'Small Text',
'idx': 62, 'idx': 61,
'label': 'Health Details', 'label': 'Health Details',
'permlevel': 0 'permlevel': 0
}, },
@@ -872,7 +849,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Section Break', 'fieldtype': 'Section Break',
'idx': 63, 'idx': 62,
'label': 'Educational Qualification', 'label': 'Educational Qualification',
'permlevel': 0 'permlevel': 0
}, },
@@ -882,7 +859,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'educational_qualification_details', 'fieldname': 'educational_qualification_details',
'fieldtype': 'Table', 'fieldtype': 'Table',
'idx': 64, 'idx': 63,
'label': 'Educational Qualification Details', 'label': 'Educational Qualification Details',
'options': 'Educational Qualifications Detail', 'options': 'Educational Qualifications Detail',
'permlevel': 0 'permlevel': 0
@@ -892,7 +869,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Section Break', 'fieldtype': 'Section Break',
'idx': 65, 'idx': 64,
'label': 'Career History', 'label': 'Career History',
'permlevel': 0 'permlevel': 0
}, },
@@ -901,7 +878,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Section Break', 'fieldtype': 'Section Break',
'idx': 66, 'idx': 65,
'label': 'Previous Work Experience', 'label': 'Previous Work Experience',
'options': 'Simple', 'options': 'Simple',
'permlevel': 0 'permlevel': 0
@@ -912,7 +889,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'previous_experience_details', 'fieldname': 'previous_experience_details',
'fieldtype': 'Table', 'fieldtype': 'Table',
'idx': 67, 'idx': 66,
'label': 'Previous Experience Details', 'label': 'Previous Experience Details',
'options': 'Previous Experience Detail', 'options': 'Previous Experience Detail',
'permlevel': 0 'permlevel': 0
@@ -922,7 +899,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Section Break', 'fieldtype': 'Section Break',
'idx': 68, 'idx': 67,
'label': 'History In Company', 'label': 'History In Company',
'options': 'Simple', 'options': 'Simple',
'permlevel': 0 'permlevel': 0
@@ -933,7 +910,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'experience_in_company_details', 'fieldname': 'experience_in_company_details',
'fieldtype': 'Table', 'fieldtype': 'Table',
'idx': 69, 'idx': 68,
'label': 'Experience In Company Details', 'label': 'Experience In Company Details',
'options': 'Experience In Company Detail', 'options': 'Experience In Company Detail',
'permlevel': 0 'permlevel': 0
@@ -943,7 +920,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Section Break', 'fieldtype': 'Section Break',
'idx': 70, 'idx': 69,
'label': 'Exit', 'label': 'Exit',
'oldfieldtype': 'Section Break', 'oldfieldtype': 'Section Break',
'permlevel': 0 'permlevel': 0
@@ -953,7 +930,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Column Break', 'fieldtype': 'Column Break',
'idx': 71, 'idx': 70,
'permlevel': 0, 'permlevel': 0,
'width': '50%' 'width': '50%'
}, },
@@ -963,7 +940,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'resignation_letter_date', 'fieldname': 'resignation_letter_date',
'fieldtype': 'Date', 'fieldtype': 'Date',
'idx': 72, 'idx': 71,
'label': 'Resignation Letter Date', 'label': 'Resignation Letter Date',
'oldfieldname': 'resignation_letter_date', 'oldfieldname': 'resignation_letter_date',
'oldfieldtype': 'Date', 'oldfieldtype': 'Date',
@@ -975,7 +952,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'relieving_date', 'fieldname': 'relieving_date',
'fieldtype': 'Date', 'fieldtype': 'Date',
'idx': 73, 'idx': 72,
'in_filter': 1, 'in_filter': 1,
'label': 'Relieving Date', 'label': 'Relieving Date',
'oldfieldname': 'relieving_date', 'oldfieldname': 'relieving_date',
@@ -988,7 +965,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'reason_for_leaving', 'fieldname': 'reason_for_leaving',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 74, 'idx': 73,
'label': 'Reason for Leaving', 'label': 'Reason for Leaving',
'oldfieldname': 'reason_for_leaving', 'oldfieldname': 'reason_for_leaving',
'oldfieldtype': 'Data', 'oldfieldtype': 'Data',
@@ -1000,7 +977,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'leave_encashed', 'fieldname': 'leave_encashed',
'fieldtype': 'Select', 'fieldtype': 'Select',
'idx': 75, 'idx': 74,
'label': 'Leave Encashed?', 'label': 'Leave Encashed?',
'oldfieldname': 'leave_encashed', 'oldfieldname': 'leave_encashed',
'oldfieldtype': 'Select', 'oldfieldtype': 'Select',
@@ -1013,7 +990,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'encashment_date', 'fieldname': 'encashment_date',
'fieldtype': 'Date', 'fieldtype': 'Date',
'idx': 76, 'idx': 75,
'label': 'Encashment Date', 'label': 'Encashment Date',
'oldfieldname': 'encashment_date', 'oldfieldname': 'encashment_date',
'oldfieldtype': 'Date', 'oldfieldtype': 'Date',
@@ -1024,7 +1001,7 @@
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'Column Break', 'fieldtype': 'Column Break',
'idx': 77, 'idx': 76,
'label': 'Exit Interview Details', 'label': 'Exit Interview Details',
'oldfieldname': 'col_brk6', 'oldfieldname': 'col_brk6',
'oldfieldtype': 'Column Break', 'oldfieldtype': 'Column Break',
@@ -1037,7 +1014,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'held_on', 'fieldname': 'held_on',
'fieldtype': 'Date', 'fieldtype': 'Date',
'idx': 78, 'idx': 77,
'label': 'Held On', 'label': 'Held On',
'oldfieldname': 'held_on', 'oldfieldname': 'held_on',
'oldfieldtype': 'Date', 'oldfieldtype': 'Date',
@@ -1049,7 +1026,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'reason_for_resignation', 'fieldname': 'reason_for_resignation',
'fieldtype': 'Select', 'fieldtype': 'Select',
'idx': 79, 'idx': 78,
'label': 'Reason for Resignation', 'label': 'Reason for Resignation',
'oldfieldname': 'reason_for_resignation', 'oldfieldname': 'reason_for_resignation',
'oldfieldtype': 'Select', 'oldfieldtype': 'Select',
@@ -1062,7 +1039,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'new_workplace', 'fieldname': 'new_workplace',
'fieldtype': 'Data', 'fieldtype': 'Data',
'idx': 80, 'idx': 79,
'label': 'New Workplace', 'label': 'New Workplace',
'oldfieldname': 'new_workplace', 'oldfieldname': 'new_workplace',
'oldfieldtype': 'Data', 'oldfieldtype': 'Data',
@@ -1074,7 +1051,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'feedback', 'fieldname': 'feedback',
'fieldtype': 'Small Text', 'fieldtype': 'Small Text',
'idx': 81, 'idx': 80,
'label': 'Feedback', 'label': 'Feedback',
'oldfieldname': 'feedback', 'oldfieldname': 'feedback',
'oldfieldtype': 'Text', 'oldfieldtype': 'Text',
@@ -1087,7 +1064,7 @@
'fieldname': 'file_list', 'fieldname': 'file_list',
'fieldtype': 'Text', 'fieldtype': 'Text',
'hidden': 1, 'hidden': 1,
'idx': 82, 'idx': 81,
'label': 'File List', 'label': 'File List',
'permlevel': 0, 'permlevel': 0,
'print_hide': 1 'print_hide': 1
@@ -1098,7 +1075,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'trash_reason', 'fieldname': 'trash_reason',
'fieldtype': 'Small Text', 'fieldtype': 'Small Text',
'idx': 83, 'idx': 82,
'label': 'Trash Reason', 'label': 'Trash Reason',
'oldfieldname': 'trash_reason', 'oldfieldname': 'trash_reason',
'oldfieldtype': 'Small Text', 'oldfieldtype': 'Small Text',