{
 "actions": [],
 "allow_import": 1,
 "allow_rename": 1,
 "autoname": "field:event_name",
 "creation": "2016-08-08 04:53:58.355206",
 "doctype": "DocType",
 "editable_grid": 1,
 "engine": "InnoDB",
 "field_order": [
  "event_name",
  "training_program",
  "event_status",
  "has_certificate",
  "column_break_2",
  "type",
  "level",
  "company",
  "section_break_4",
  "trainer_name",
  "trainer_email",
  "column_break_7",
  "supplier",
  "contact_number",
  "section_break_9",
  "course",
  "location",
  "column_break_12",
  "start_time",
  "end_time",
  "section_break_15",
  "introduction",
  "section_break_18",
  "employees",
  "amended_from",
  "employee_emails"
 ],
 "fields": [
  {
   "fieldname": "event_name",
   "fieldtype": "Data",
   "in_list_view": 1,
   "label": "Event Name",
   "no_copy": 1,
   "reqd": 1,
   "unique": 1
  },
  {
   "fieldname": "training_program",
   "fieldtype": "Link",
   "label": "Training Program",
   "options": "Training Program"
  },
  {
   "allow_on_submit": 1,
   "fieldname": "event_status",
   "fieldtype": "Select",
   "in_list_view": 1,
   "in_standard_filter": 1,
   "label": "Event Status",
   "options": "Scheduled\nCompleted\nCancelled",
   "reqd": 1
  },
  {
   "default": "0",
   "depends_on": "eval:doc.type == 'Seminar' || doc.type == 'Workshop' || doc.type == 'Conference' || doc.type == 'Exam'",
   "fieldname": "has_certificate",
   "fieldtype": "Check",
   "label": "Has Certificate"
  },
  {
   "fieldname": "column_break_2",
   "fieldtype": "Column Break"
  },
  {
   "fieldname": "type",
   "fieldtype": "Select",
   "in_list_view": 1,
   "in_standard_filter": 1,
   "label": "Type",
   "options": "Seminar\nTheory\nWorkshop\nConference\nExam\nInternet\nSelf-Study",
   "reqd": 1
  },
  {
   "depends_on": "eval:doc.type == 'Seminar' || doc.type == 'Workshop' || doc.type == 'Exam'",
   "fieldname": "level",
   "fieldtype": "Select",
   "label": "Level",
   "options": "\nBeginner\nIntermediate\nAdvance"
  },
  {
   "fieldname": "company",
   "fieldtype": "Link",
   "label": "Company",
   "options": "Company"
  },
  {
   "fieldname": "section_break_4",
   "fieldtype": "Section Break"
  },
  {
   "fieldname": "trainer_name",
   "fieldtype": "Data",
   "label": "Trainer Name"
  },
  {
   "fieldname": "trainer_email",
   "fieldtype": "Data",
   "label": "Trainer Email"
  },
  {
   "fieldname": "column_break_7",
   "fieldtype": "Column Break"
  },
  {
   "fieldname": "supplier",
   "fieldtype": "Link",
   "label": "Supplier",
   "options": "Supplier"
  },
  {
   "fieldname": "contact_number",
   "fieldtype": "Data",
   "label": "Contact Number"
  },
  {
   "fieldname": "section_break_9",
   "fieldtype": "Section Break"
  },
  {
   "fieldname": "course",
   "fieldtype": "Data",
   "in_standard_filter": 1,
   "label": "Course"
  },
  {
   "fieldname": "location",
   "fieldtype": "Data",
   "in_list_view": 1,
   "in_standard_filter": 1,
   "label": "Location",
   "reqd": 1
  },
  {
   "fieldname": "column_break_12",
   "fieldtype": "Column Break"
  },
  {
   "fieldname": "start_time",
   "fieldtype": "Datetime",
   "label": "Start Time",
   "reqd": 1
  },
  {
   "fieldname": "end_time",
   "fieldtype": "Datetime",
   "label": "End Time",
   "reqd": 1
  },
  {
   "fieldname": "section_break_15",
   "fieldtype": "Section Break"
  },
  {
   "fieldname": "introduction",
   "fieldtype": "Text Editor",
   "label": "Introduction",
   "reqd": 1
  },
  {
   "fieldname": "section_break_18",
   "fieldtype": "Section Break",
   "label": "Attendees"
  },
  {
   "allow_on_submit": 1,
   "fieldname": "employees",
   "fieldtype": "Table",
   "label": "Employees",
   "options": "Training Event Employee"
  },
  {
   "fieldname": "amended_from",
   "fieldtype": "Link",
   "label": "Amended From",
   "no_copy": 1,
   "options": "Training Event",
   "print_hide": 1,
   "read_only": 1
  },
  {
   "fieldname": "employee_emails",
   "fieldtype": "Small Text",
   "hidden": 1,
   "label": "Employee Emails",
   "options": "Email"
  }
 ],
 "is_submittable": 1,
 "links": [],
 "modified": "2024-03-27 13:10:53.965453",
 "modified_by": "Administrator",
 "module": "HR",
 "name": "Training Event",
 "naming_rule": "By fieldname",
 "owner": "Administrator",
 "permissions": [
  {
   "amend": 1,
   "cancel": 1,
   "create": 1,
   "delete": 1,
   "email": 1,
   "export": 1,
   "import": 1,
   "print": 1,
   "read": 1,
   "report": 1,
   "role": "HR Manager",
   "share": 1,
   "submit": 1,
   "write": 1
  }
 ],
 "search_fields": "event_name",
 "show_name_in_global_search": 1,
 "sort_field": "creation",
 "sort_order": "DESC",
 "states": [],
 "title_field": "event_name"
}