{
 "actions": [],
 "allow_rename": 1,
 "autoname": "HR-APP-.YYYY.-.#####",
 "creation": "2013-01-29 19:25:37",
 "description": "Applicant for a Job",
 "doctype": "DocType",
 "document_type": "Document",
 "email_append_to": 1,
 "engine": "InnoDB",
 "field_order": [
  "applicant_name",
  "email_id",
  "status",
  "column_break_3",
  "job_title",
  "source",
  "source_name",
  "section_break_6",
  "notes",
  "cover_letter",
  "resume_attachment"
 ],
 "fields": [
  {
   "bold": 1,
   "fieldname": "applicant_name",
   "fieldtype": "Data",
   "in_global_search": 1,
   "label": "Applicant Name",
   "reqd": 1
  },
  {
   "bold": 1,
   "fieldname": "email_id",
   "fieldtype": "Data",
   "label": "Email Address",
   "options": "Email",
   "reqd": 1
  },
  {
   "fieldname": "status",
   "fieldtype": "Select",
   "in_list_view": 1,
   "in_standard_filter": 1,
   "label": "Status",
   "options": "Open\nReplied\nRejected\nHold\nAccepted",
   "reqd": 1
  },
  {
   "fieldname": "column_break_3",
   "fieldtype": "Column Break",
   "width": "50%"
  },
  {
   "fieldname": "job_title",
   "fieldtype": "Link",
   "in_list_view": 1,
   "label": "Job Opening",
   "options": "Job Opening"
  },
  {
   "fieldname": "source",
   "fieldtype": "Link",
   "label": "Source",
   "options": "Job Applicant Source"
  },
  {
   "depends_on": "eval: doc.source==\"Employee Referral\" ",
   "fieldname": "source_name",
   "fieldtype": "Link",
   "label": "Source Name",
   "options": "Employee"
  },
  {
   "fieldname": "section_break_6",
   "fieldtype": "Section Break"
  },
  {
   "fieldname": "cover_letter",
   "fieldtype": "Text",
   "label": "Cover Letter"
  },
  {
   "fieldname": "resume_attachment",
   "fieldtype": "Attach",
   "label": "Resume Attachment"
  },
  {
   "fieldname": "notes",
   "fieldtype": "Data",
   "label": "Notes",
   "read_only": 1
  }
 ],
 "icon": "fa fa-user",
 "idx": 1,
 "links": [],
 "modified": "2020-01-13 16:19:39.113330",
 "modified_by": "Administrator",
 "module": "HR",
 "name": "Job Applicant",
 "owner": "Administrator",
 "permissions": [
  {
   "create": 1,
   "delete": 1,
   "email": 1,
   "print": 1,
   "read": 1,
   "report": 1,
   "role": "HR User",
   "share": 1,
   "write": 1
  }
 ],
 "search_fields": "applicant_name",
 "sender_field": "email_id",
 "sort_field": "modified",
 "sort_order": "ASC",
 "subject_field": "notes",
 "title_field": "applicant_name"
}