Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 1 | from __future__ import unicode_literals |
| 2 | from frappe import _ |
| 3 | |
| 4 | def get_data(): |
| 5 | return [ |
| 6 | { |
| 7 | "label": _("Student"), |
| 8 | "items": [ |
| 9 | |
| 10 | { |
| 11 | "type": "doctype", |
| 12 | "name": "Student" |
| 13 | }, |
| 14 | { |
| 15 | "type": "doctype", |
Neil Trini Lasrado | 1e5c251 | 2016-07-29 13:11:39 +0530 | [diff] [blame] | 16 | "name": "Student Log" |
| 17 | }, |
| 18 | { |
| 19 | "type": "doctype", |
Neil Trini Lasrado | 6cfb60d | 2016-07-22 19:05:48 +0530 | [diff] [blame] | 20 | "name": "Student Batch" |
| 21 | }, |
| 22 | { |
| 23 | "type": "doctype", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 24 | "name": "Student Group" |
| 25 | }, |
| 26 | { |
| 27 | "type": "doctype", |
Neil Trini Lasrado | 6cfb60d | 2016-07-22 19:05:48 +0530 | [diff] [blame] | 28 | "name": "Student Group Creation Tool" |
| 29 | } |
| 30 | ] |
| 31 | }, |
| 32 | { |
| 33 | "label": _("Admission"), |
| 34 | "items": [ |
| 35 | |
| 36 | { |
| 37 | "type": "doctype", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 38 | "name": "Student Applicant" |
| 39 | }, |
| 40 | { |
| 41 | "type": "doctype", |
Neil Trini Lasrado | 83d8120 | 2016-09-15 14:48:13 +0530 | [diff] [blame] | 42 | "name": "Student Admission" |
| 43 | }, |
| 44 | { |
| 45 | "type": "doctype", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 46 | "name": "Program Enrollment" |
| 47 | }, |
| 48 | { |
| 49 | "type": "doctype", |
| 50 | "name": "Program Enrollment Tool" |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 51 | } |
| 52 | ] |
| 53 | }, |
| 54 | { |
| 55 | "label": _("Schedule"), |
| 56 | "items": [ |
| 57 | { |
| 58 | "type": "doctype", |
| 59 | "name": "Course Schedule", |
| 60 | "route": "Calendar/Course Schedule" |
| 61 | }, |
| 62 | { |
| 63 | "type": "doctype", |
| 64 | "name": "Student Attendance" |
| 65 | }, |
| 66 | { |
| 67 | "type": "doctype", |
Neil Trini Lasrado | 50b2278 | 2016-08-01 23:45:33 +0530 | [diff] [blame] | 68 | "name": "Assessment" |
| 69 | }, |
| 70 | { |
| 71 | "type": "doctype", |
| 72 | "name": "Assessment Group" |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 73 | }, |
| 74 | { |
| 75 | "type": "doctype", |
Neil Trini Lasrado | d9bc559 | 2016-11-17 15:35:54 +0530 | [diff] [blame^] | 76 | "name": "Student Batch Attendance Tool" |
| 77 | }, |
| 78 | { |
| 79 | "type": "doctype", |
Neil Trini Lasrado | 6cfb60d | 2016-07-22 19:05:48 +0530 | [diff] [blame] | 80 | "name": "Scheduling Tool" |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 81 | } |
| 82 | ] |
| 83 | }, |
| 84 | { |
| 85 | "label": _("Fees"), |
| 86 | "items": [ |
| 87 | { |
| 88 | "type": "doctype", |
| 89 | "name": "Fees" |
| 90 | }, |
| 91 | { |
| 92 | "type": "doctype", |
| 93 | "name": "Fee Structure" |
| 94 | }, |
| 95 | { |
| 96 | "type": "doctype", |
| 97 | "name": "Fee Category" |
| 98 | }, |
| 99 | { |
| 100 | "type": "report", |
| 101 | "name": "Student Fee Collection", |
| 102 | "doctype": "Fees", |
| 103 | "is_query_report": True |
| 104 | } |
| 105 | ] |
| 106 | }, |
| 107 | { |
Neil Trini Lasrado | 6cfb60d | 2016-07-22 19:05:48 +0530 | [diff] [blame] | 108 | "label": _("LMS"), |
| 109 | "items": [ |
| 110 | { |
| 111 | "type": "doctype", |
| 112 | "name": "Announcement" |
| 113 | }, |
| 114 | { |
| 115 | "type": "doctype", |
| 116 | "name": "Topic" |
| 117 | }, |
| 118 | { |
| 119 | "type": "doctype", |
| 120 | "name": "Discussion" |
| 121 | } |
| 122 | ] |
| 123 | }, |
| 124 | { |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 125 | "label": _("Setup"), |
| 126 | "items": [ |
| 127 | { |
| 128 | "type": "doctype", |
| 129 | "name": "Course" |
| 130 | }, |
| 131 | { |
| 132 | "type": "doctype", |
Neil Trini Lasrado | c20adb5 | 2016-09-05 16:55:54 +0530 | [diff] [blame] | 133 | "name": "Program" |
manqala | b2b2383 | 2016-09-03 16:35:06 +0100 | [diff] [blame] | 134 | }, |
| 135 | { |
| 136 | "type": "doctype", |
Neil Trini Lasrado | c20adb5 | 2016-09-05 16:55:54 +0530 | [diff] [blame] | 137 | "name": "Student Category" |
| 138 | }, |
| 139 | { |
| 140 | "type": "doctype", |
| 141 | "name": "Grading Structure" |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 142 | }, |
| 143 | { |
| 144 | "type": "doctype", |
| 145 | "name": "Instructor" |
| 146 | }, |
| 147 | { |
| 148 | "type": "doctype", |
| 149 | "name": "Room" |
| 150 | }, |
| 151 | { |
| 152 | "type": "doctype", |
| 153 | "name": "Academic Term" |
| 154 | }, |
| 155 | { |
| 156 | "type": "doctype", |
| 157 | "name": "Academic Year" |
| 158 | } |
| 159 | ] |
| 160 | }, |
| 161 | ] |