{
 "allow_import": 1,
 "allow_rename": 1,
 "autoname": "field:student_group_name",
 "creation": "2015-09-07 12:55:52.072792",
 "doctype": "DocType",
 "document_type": "Document",
 "engine": "InnoDB",
 "field_order": [
  "academic_year",
  "group_based_on",
  "student_group_name",
  "max_strength",
  "column_break_3",
  "academic_term",
  "program",
  "batch",
  "student_category",
  "course",
  "disabled",
  "section_break_6",
  "get_students",
  "students",
  "section_break_12",
  "instructors"
 ],
 "fields": [
  {
   "fieldname": "academic_year",
   "fieldtype": "Link",
   "in_standard_filter": 1,
   "label": "Academic Year",
   "options": "Academic Year",
   "set_only_once": 1
  },
  {
   "fieldname": "group_based_on",
   "fieldtype": "Select",
   "in_list_view": 1,
   "label": "Group Based on",
   "options": "\nBatch\nCourse\nActivity",
   "reqd": 1
  },
  {
   "fieldname": "student_group_name",
   "fieldtype": "Data",
   "label": "Student Group Name",
   "reqd": 1,
   "unique": 1
  },
  {
   "description": "Set 0 for no limit",
   "fieldname": "max_strength",
   "fieldtype": "Int",
   "label": "Max Strength"
  },
  {
   "fieldname": "column_break_3",
   "fieldtype": "Column Break"
  },
  {
   "fieldname": "academic_term",
   "fieldtype": "Link",
   "in_list_view": 1,
   "in_standard_filter": 1,
   "label": "Academic Term",
   "options": "Academic Term"
  },
  {
   "fieldname": "program",
   "fieldtype": "Link",
   "in_global_search": 1,
   "label": "Program",
   "options": "Program"
  },
  {
   "fieldname": "batch",
   "fieldtype": "Link",
   "in_global_search": 1,
   "label": "Batch",
   "options": "Student Batch Name"
  },
  {
   "depends_on": "eval:doc.group_based_on == 'Course'",
   "fieldname": "course",
   "fieldtype": "Link",
   "in_global_search": 1,
   "in_standard_filter": 1,
   "label": "Course",
   "options": "Course"
  },
  {
   "default": "0",
   "fieldname": "disabled",
   "fieldtype": "Check",
   "label": "Disabled"
  },
  {
   "depends_on": "eval:!doc.__islocal",
   "fieldname": "section_break_6",
   "fieldtype": "Section Break",
   "label": "Students"
  },
  {
   "fieldname": "get_students",
   "fieldtype": "Button",
   "label": "Get Students"
  },
  {
   "allow_on_submit": 1,
   "fieldname": "students",
   "fieldtype": "Table",
   "label": "Students",
   "options": "Student Group Student"
  },
  {
   "fieldname": "section_break_12",
   "fieldtype": "Section Break",
   "label": "Instructors"
  },
  {
   "fieldname": "instructors",
   "fieldtype": "Table",
   "label": "Instructors",
   "options": "Student Group Instructor"
  },
  {
   "fieldname": "student_category",
   "fieldtype": "Link",
   "label": "Student Category",
   "options": "Student Category"
  }
 ],
 "modified": "2019-04-26 10:52:57.303951",
 "modified_by": "Administrator",
 "module": "Education",
 "name": "Student Group",
 "owner": "Administrator",
 "permissions": [
  {
   "read": 1,
   "role": "Instructor"
  },
  {
   "create": 1,
   "delete": 1,
   "email": 1,
   "export": 1,
   "print": 1,
   "read": 1,
   "report": 1,
   "role": "Academics User",
   "share": 1,
   "write": 1
  }
 ],
 "restrict_to_domain": "Education",
 "search_fields": "program, batch, course",
 "sort_field": "modified",
 "sort_order": "DESC"
}