2017-10-17 12:30:34 +05:30
|
|
|
data = {
|
|
|
|
'desktop_icons': [
|
|
|
|
'Student',
|
|
|
|
'Program',
|
|
|
|
'Course',
|
|
|
|
'Student Group',
|
|
|
|
'Instructor',
|
|
|
|
'Fees',
|
|
|
|
'Task',
|
|
|
|
'ToDo',
|
2017-11-23 15:22:10 +05:30
|
|
|
'Education',
|
|
|
|
'Student Attendance Tool',
|
|
|
|
'Student Applicant'
|
2017-10-17 12:30:34 +05:30
|
|
|
],
|
2017-12-22 10:50:10 +05:30
|
|
|
'default_portal_role': 'Guardian',
|
2017-10-17 12:30:34 +05:30
|
|
|
'restricted_roles': [
|
|
|
|
'Student',
|
|
|
|
'Instructor',
|
2017-12-13 18:36:08 +05:30
|
|
|
'Academics User',
|
|
|
|
'Education Manager'
|
2017-10-17 12:30:34 +05:30
|
|
|
],
|
|
|
|
'modules': [
|
2017-11-23 15:22:10 +05:30
|
|
|
'Education'
|
2017-10-17 12:30:34 +05:30
|
|
|
],
|
2017-11-23 15:22:10 +05:30
|
|
|
'on_setup': 'erpnext.education.setup.setup_education'
|
|
|
|
|
2017-10-17 12:30:34 +05:30
|
|
|
}
|