blob: 7e9760272f920ce29acc7c3c6f989714e3ef5b4f [file] [log] [blame]
Rushabh Mehta20038ad2016-07-21 16:01:59 +05301from __future__ import unicode_literals
2from frappe import _
3
4def get_data():
5 return [
6 {
7 "label": _("Student"),
8 "items": [
Rushabh Mehta20038ad2016-07-21 16:01:59 +05309 {
10 "type": "doctype",
11 "name": "Student"
12 },
13 {
14 "type": "doctype",
Neil Trini Lasrado986927c2016-12-28 16:15:35 +053015 "name": "Guardian"
16 },
17 {
18 "type": "doctype",
Neil Trini Lasrado1e5c2512016-07-29 13:11:39 +053019 "name": "Student Log"
20 },
21 {
22 "type": "doctype",
Neil Trini Lasrado6cfb60d2016-07-22 19:05:48 +053023 "name": "Student Batch"
24 },
25 {
26 "type": "doctype",
Rushabh Mehta20038ad2016-07-21 16:01:59 +053027 "name": "Student Group"
28 },
29 {
30 "type": "doctype",
Neil Trini Lasrado6cfb60d2016-07-22 19:05:48 +053031 "name": "Student Group Creation Tool"
Manas Solanki3528d082017-03-30 12:17:40 +053032 },
33 {
34 "type": "report",
35 "is_query_report": True,
36 "name": "Student and Guardian Contact Details",
37 "doctype": "Program Enrollment"
Neil Trini Lasrado6cfb60d2016-07-22 19:05:48 +053038 }
Manas Solanki3528d082017-03-30 12:17:40 +053039
Neil Trini Lasrado6cfb60d2016-07-22 19:05:48 +053040 ]
41 },
42 {
43 "label": _("Admission"),
44 "items": [
45
46 {
47 "type": "doctype",
Rushabh Mehta20038ad2016-07-21 16:01:59 +053048 "name": "Student Applicant"
49 },
50 {
51 "type": "doctype",
Neil Trini Lasrado83d81202016-09-15 14:48:13 +053052 "name": "Student Admission"
53 },
54 {
55 "type": "doctype",
Rushabh Mehta20038ad2016-07-21 16:01:59 +053056 "name": "Program Enrollment"
57 },
58 {
59 "type": "doctype",
60 "name": "Program Enrollment Tool"
Neil Trini Lasradodefdd782016-11-17 18:52:31 +053061 },
62 {
63 "type": "doctype",
Neil Trini Lasradob444d5d2016-11-21 17:04:23 +053064 "name": "Student Batch Creation Tool"
Rushabh Mehta20038ad2016-07-21 16:01:59 +053065 }
66 ]
67 },
68 {
Neil Trini Lasrado14b27c52016-11-28 15:45:38 +053069 "label": _("Attendance"),
Rushabh Mehta20038ad2016-07-21 16:01:59 +053070 "items": [
71 {
72 "type": "doctype",
Rushabh Mehta20038ad2016-07-21 16:01:59 +053073 "name": "Student Attendance"
74 },
75 {
76 "type": "doctype",
Neil Trini Lasrado14b27c52016-11-28 15:45:38 +053077 "name": "Student Leave Application"
Neil Trini Lasradodefdd782016-11-17 18:52:31 +053078 },
79 {
80 "type": "doctype",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053081 "name": "Student Attendance Tool"
Neil Trini Lasradod3a410b2016-11-28 15:25:17 +053082 },
83 {
84 "type": "report",
85 "is_query_report": True,
Neil Trini Lasradof5c2cf42016-12-05 17:53:41 +053086 "name": "Absent Student Report",
87 "doctype": "Student Attendance"
Neil Trini Lasrado331361d2016-11-28 16:57:02 +053088 },
89 {
90 "type": "report",
91 "is_query_report": True,
Neil Trini Lasradof5c2cf42016-12-05 17:53:41 +053092 "name": "Student Batch-Wise Attendance",
93 "doctype": "Student Attendance"
Neil Trini Lasrado26078982016-12-01 12:53:40 +053094 },
95 {
96 "type": "report",
97 "is_query_report": True,
Neil Trini Lasradof5c2cf42016-12-05 17:53:41 +053098 "name": "Student Monthly Attendance Sheet",
99 "doctype": "Student Attendance"
Neil Trini Lasradodefdd782016-11-17 18:52:31 +0530100 }
101 ]
102 },
103 {
Neil Trini Lasrado14b27c52016-11-28 15:45:38 +0530104 "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 Lasradodefdd782016-11-17 18:52:31 +0530118 "label": _("Assessment"),
119 "items": [
120 {
121 "type": "doctype",
Neil Trini Lasradoa56224c2017-01-04 17:00:43 +0530122 "name": "Assessment Plan"
Neil Trini Lasrado50b22782016-08-01 23:45:33 +0530123 },
124 {
125 "type": "doctype",
Neil Trini Lasradoe4903b72017-02-13 19:40:27 +0530126 "name": "Assessment Group",
127 "link": "Tree/Assessment Group",
Rushabh Mehta20038ad2016-07-21 16:01:59 +0530128 },
129 {
130 "type": "doctype",
Neil Trini Lasrado06ed74d2016-12-14 17:49:47 +0530131 "name": "Assessment Result"
132 },
133 {
134 "type": "doctype",
135 "name": "Grading Scale"
136 },
137 {
138 "type": "doctype",
Neil Trini Lasrado749516c2017-02-01 18:40:30 +0530139 "name": "Assessment Criteria"
140 },
141 {
142 "type": "doctype",
143 "name": "Assessment Criteria Group"
Neil Trini Lasrado2a9e0f62017-01-09 18:25:43 +0530144 },
145 {
146 "type": "doctype",
147 "name": "Assessment Result Tool"
Rushabh Mehta20038ad2016-07-21 16:01:59 +0530148 }
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 Mehta20038ad2016-07-21 16:01:59 +0530175 "label": _("Setup"),
176 "items": [
177 {
178 "type": "doctype",
179 "name": "Course"
180 },
181 {
182 "type": "doctype",
Neil Trini Lasradoc20adb52016-09-05 16:55:54 +0530183 "name": "Program"
manqalab2b23832016-09-03 16:35:06 +0100184 },
185 {
186 "type": "doctype",
Neil Trini Lasradob444d5d2016-11-21 17:04:23 +0530187 "name": "Instructor"
188 },
189 {
190 "type": "doctype",
191 "name": "Room"
Neil Trini Lasradodefdd782016-11-17 18:52:31 +0530192 },
193 {
194 "type": "doctype",
Neil Trini Lasradoc20adb52016-09-05 16:55:54 +0530195 "name": "Student Category"
196 },
197 {
198 "type": "doctype",
Neil Trini Lasradob444d5d2016-11-21 17:04:23 +0530199 "name": "Student Batch Name"
Rushabh Mehta20038ad2016-07-21 16:01:59 +0530200 },
201 {
202 "type": "doctype",
203 "name": "Academic Term"
204 },
205 {
206 "type": "doctype",
207 "name": "Academic Year"
208 }
209 ]
210 },
211 ]