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
|
|
|
],
|
2017-12-22 05:20:10 +00:00
|
|
|
'default_portal_role': 'Guardian',
|
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
|
|
|
}
|