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": [ |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 9 | { |
| 10 | "type": "doctype", |
| 11 | "name": "Student" |
| 12 | }, |
| 13 | { |
| 14 | "type": "doctype", |
Neil Trini Lasrado | 986927c | 2016-12-28 16:15:35 +0530 | [diff] [blame] | 15 | "name": "Guardian" |
| 16 | }, |
| 17 | { |
| 18 | "type": "doctype", |
Neil Trini Lasrado | 1e5c251 | 2016-07-29 13:11:39 +0530 | [diff] [blame] | 19 | "name": "Student Log" |
| 20 | }, |
| 21 | { |
| 22 | "type": "doctype", |
Neil Trini Lasrado | 6cfb60d | 2016-07-22 19:05:48 +0530 | [diff] [blame] | 23 | "name": "Student Batch" |
| 24 | }, |
| 25 | { |
| 26 | "type": "doctype", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 27 | "name": "Student Group" |
| 28 | }, |
| 29 | { |
| 30 | "type": "doctype", |
Neil Trini Lasrado | 6cfb60d | 2016-07-22 19:05:48 +0530 | [diff] [blame] | 31 | "name": "Student Group Creation Tool" |
Manas Solanki | 3528d08 | 2017-03-30 12:17:40 +0530 | [diff] [blame] | 32 | }, |
| 33 | { |
| 34 | "type": "report", |
| 35 | "is_query_report": True, |
| 36 | "name": "Student and Guardian Contact Details", |
| 37 | "doctype": "Program Enrollment" |
Neil Trini Lasrado | 6cfb60d | 2016-07-22 19:05:48 +0530 | [diff] [blame] | 38 | } |
Manas Solanki | 3528d08 | 2017-03-30 12:17:40 +0530 | [diff] [blame] | 39 | |
Neil Trini Lasrado | 6cfb60d | 2016-07-22 19:05:48 +0530 | [diff] [blame] | 40 | ] |
| 41 | }, |
| 42 | { |
| 43 | "label": _("Admission"), |
| 44 | "items": [ |
| 45 | |
| 46 | { |
| 47 | "type": "doctype", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 48 | "name": "Student Applicant" |
| 49 | }, |
| 50 | { |
| 51 | "type": "doctype", |
Neil Trini Lasrado | 83d8120 | 2016-09-15 14:48:13 +0530 | [diff] [blame] | 52 | "name": "Student Admission" |
| 53 | }, |
| 54 | { |
| 55 | "type": "doctype", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 56 | "name": "Program Enrollment" |
| 57 | }, |
| 58 | { |
| 59 | "type": "doctype", |
| 60 | "name": "Program Enrollment Tool" |
Neil Trini Lasrado | defdd78 | 2016-11-17 18:52:31 +0530 | [diff] [blame] | 61 | }, |
| 62 | { |
| 63 | "type": "doctype", |
Neil Trini Lasrado | b444d5d | 2016-11-21 17:04:23 +0530 | [diff] [blame] | 64 | "name": "Student Batch Creation Tool" |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 65 | } |
| 66 | ] |
| 67 | }, |
| 68 | { |
Neil Trini Lasrado | 14b27c5 | 2016-11-28 15:45:38 +0530 | [diff] [blame] | 69 | "label": _("Attendance"), |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 70 | "items": [ |
| 71 | { |
| 72 | "type": "doctype", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 73 | "name": "Student Attendance" |
| 74 | }, |
| 75 | { |
| 76 | "type": "doctype", |
Neil Trini Lasrado | 14b27c5 | 2016-11-28 15:45:38 +0530 | [diff] [blame] | 77 | "name": "Student Leave Application" |
Neil Trini Lasrado | defdd78 | 2016-11-17 18:52:31 +0530 | [diff] [blame] | 78 | }, |
| 79 | { |
| 80 | "type": "doctype", |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 81 | "name": "Student Attendance Tool" |
Neil Trini Lasrado | d3a410b | 2016-11-28 15:25:17 +0530 | [diff] [blame] | 82 | }, |
| 83 | { |
| 84 | "type": "report", |
| 85 | "is_query_report": True, |
Neil Trini Lasrado | f5c2cf4 | 2016-12-05 17:53:41 +0530 | [diff] [blame] | 86 | "name": "Absent Student Report", |
| 87 | "doctype": "Student Attendance" |
Neil Trini Lasrado | 331361d | 2016-11-28 16:57:02 +0530 | [diff] [blame] | 88 | }, |
| 89 | { |
| 90 | "type": "report", |
| 91 | "is_query_report": True, |
Neil Trini Lasrado | f5c2cf4 | 2016-12-05 17:53:41 +0530 | [diff] [blame] | 92 | "name": "Student Batch-Wise Attendance", |
| 93 | "doctype": "Student Attendance" |
Neil Trini Lasrado | 2607898 | 2016-12-01 12:53:40 +0530 | [diff] [blame] | 94 | }, |
| 95 | { |
| 96 | "type": "report", |
| 97 | "is_query_report": True, |
Neil Trini Lasrado | f5c2cf4 | 2016-12-05 17:53:41 +0530 | [diff] [blame] | 98 | "name": "Student Monthly Attendance Sheet", |
| 99 | "doctype": "Student Attendance" |
Neil Trini Lasrado | defdd78 | 2016-11-17 18:52:31 +0530 | [diff] [blame] | 100 | } |
| 101 | ] |
| 102 | }, |
| 103 | { |
Neil Trini Lasrado | 14b27c5 | 2016-11-28 15:45:38 +0530 | [diff] [blame] | 104 | "label": _("Schedule"), |
| 105 | "items": [ |
| 106 | { |
| 107 | "type": "doctype", |
| 108 | "name": "Course Schedule", |
| 109 | "route": "Calendar/Course Schedule" |
| 110 | }, |
| 111 | { |
| 112 | "type": "doctype", |
| 113 | "name": "Course Scheduling Tool" |
| 114 | } |
| 115 | ] |
| 116 | }, |
| 117 | { |
Neil Trini Lasrado | defdd78 | 2016-11-17 18:52:31 +0530 | [diff] [blame] | 118 | "label": _("Assessment"), |
| 119 | "items": [ |
| 120 | { |
| 121 | "type": "doctype", |
Neil Trini Lasrado | a56224c | 2017-01-04 17:00:43 +0530 | [diff] [blame] | 122 | "name": "Assessment Plan" |
Neil Trini Lasrado | 50b2278 | 2016-08-01 23:45:33 +0530 | [diff] [blame] | 123 | }, |
| 124 | { |
| 125 | "type": "doctype", |
Neil Trini Lasrado | e4903b7 | 2017-02-13 19:40:27 +0530 | [diff] [blame] | 126 | "name": "Assessment Group", |
| 127 | "link": "Tree/Assessment Group", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 128 | }, |
| 129 | { |
| 130 | "type": "doctype", |
Neil Trini Lasrado | 06ed74d | 2016-12-14 17:49:47 +0530 | [diff] [blame] | 131 | "name": "Assessment Result" |
| 132 | }, |
| 133 | { |
| 134 | "type": "doctype", |
| 135 | "name": "Grading Scale" |
| 136 | }, |
| 137 | { |
| 138 | "type": "doctype", |
Neil Trini Lasrado | 749516c | 2017-02-01 18:40:30 +0530 | [diff] [blame] | 139 | "name": "Assessment Criteria" |
| 140 | }, |
| 141 | { |
| 142 | "type": "doctype", |
| 143 | "name": "Assessment Criteria Group" |
Neil Trini Lasrado | 2a9e0f6 | 2017-01-09 18:25:43 +0530 | [diff] [blame] | 144 | }, |
| 145 | { |
| 146 | "type": "doctype", |
| 147 | "name": "Assessment Result Tool" |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 148 | } |
| 149 | ] |
| 150 | }, |
| 151 | { |
| 152 | "label": _("Fees"), |
| 153 | "items": [ |
| 154 | { |
| 155 | "type": "doctype", |
| 156 | "name": "Fees" |
| 157 | }, |
| 158 | { |
| 159 | "type": "doctype", |
| 160 | "name": "Fee Structure" |
| 161 | }, |
| 162 | { |
| 163 | "type": "doctype", |
| 164 | "name": "Fee Category" |
| 165 | }, |
| 166 | { |
| 167 | "type": "report", |
| 168 | "name": "Student Fee Collection", |
| 169 | "doctype": "Fees", |
| 170 | "is_query_report": True |
| 171 | } |
| 172 | ] |
| 173 | }, |
| 174 | { |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 175 | "label": _("Setup"), |
| 176 | "items": [ |
| 177 | { |
| 178 | "type": "doctype", |
| 179 | "name": "Course" |
| 180 | }, |
| 181 | { |
| 182 | "type": "doctype", |
Neil Trini Lasrado | c20adb5 | 2016-09-05 16:55:54 +0530 | [diff] [blame] | 183 | "name": "Program" |
manqala | b2b2383 | 2016-09-03 16:35:06 +0100 | [diff] [blame] | 184 | }, |
| 185 | { |
| 186 | "type": "doctype", |
Neil Trini Lasrado | b444d5d | 2016-11-21 17:04:23 +0530 | [diff] [blame] | 187 | "name": "Instructor" |
| 188 | }, |
| 189 | { |
| 190 | "type": "doctype", |
| 191 | "name": "Room" |
Neil Trini Lasrado | defdd78 | 2016-11-17 18:52:31 +0530 | [diff] [blame] | 192 | }, |
| 193 | { |
| 194 | "type": "doctype", |
Neil Trini Lasrado | c20adb5 | 2016-09-05 16:55:54 +0530 | [diff] [blame] | 195 | "name": "Student Category" |
| 196 | }, |
| 197 | { |
| 198 | "type": "doctype", |
Neil Trini Lasrado | b444d5d | 2016-11-21 17:04:23 +0530 | [diff] [blame] | 199 | "name": "Student Batch Name" |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 200 | }, |
| 201 | { |
| 202 | "type": "doctype", |
| 203 | "name": "Academic Term" |
| 204 | }, |
| 205 | { |
| 206 | "type": "doctype", |
| 207 | "name": "Academic Year" |
| 208 | } |
| 209 | ] |
| 210 | }, |
| 211 | ] |