2019-01-22 12:52:20 +00:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
2017-10-17 07:00:34 +00:00
|
|
|
data = {
|
|
|
|
'desktop_icons': [
|
|
|
|
'Student',
|
|
|
|
'Program',
|
|
|
|
'Course',
|
|
|
|
'Student Group',
|
|
|
|
'Instructor',
|
|
|
|
'Fees',
|
|
|
|
'Task',
|
|
|
|
'ToDo',
|
2017-11-23 09:52:10 +00:00
|
|
|
'Education',
|
|
|
|
'Student Attendance Tool',
|
|
|
|
'Student Applicant'
|
2017-10-17 07:00:34 +00:00
|
|
|
],
|
2019-05-29 10:12:57 +00:00
|
|
|
'default_portal_role': 'Student',
|
2017-10-17 07:00:34 +00:00
|
|
|
'restricted_roles': [
|
|
|
|
'Student',
|
|
|
|
'Instructor',
|
2017-12-13 13:06:08 +00:00
|
|
|
'Academics User',
|
|
|
|
'Education Manager'
|
2017-10-17 07:00:34 +00:00
|
|
|
],
|
|
|
|
'modules': [
|
2017-11-23 09:52:10 +00:00
|
|
|
'Education'
|
2017-10-17 07:00:34 +00:00
|
|
|
],
|
2017-11-23 09:52:10 +00:00
|
|
|
'on_setup': 'erpnext.education.setup.setup_education'
|
|
|
|
|
2017-10-17 07:00:34 +00:00
|
|
|
}
|