Rename schools to Education (#11524)

* renaming for the docs, demo data and patch

* changes in the doctypes and reports

* rename the config file

* Few name changes in messages and license

* rename the school settings to education settings

* changes in the documentation

* added the setup file for the fixtures

* corrected the ui tests file path

* fix the codacy

* add the patch for renaming few doctypes and fields

* changes in the patch
This commit is contained in:
Manas Solanki
2017-11-23 15:22:10 +05:30
committed by Nabin Hait
parent acccdb3890
commit 966f141f62
558 changed files with 1687 additions and 1349 deletions

View File

@@ -8,7 +8,9 @@ data = {
'Fees',
'Task',
'ToDo',
'Schools'
'Education',
'Student Attendance Tool',
'Student Applicant'
],
'default_portal_role': 'Student',
'restricted_roles': [
@@ -17,21 +19,8 @@ data = {
'Academics User'
],
'modules': [
'Schools'
'Education'
],
'fixtures': [
dict(doctype='Academic Year', academic_year_name='2013-14'),
dict(doctype='Academic Year', academic_year_name='2014-15'),
dict(doctype='Academic Year', academic_year_name='2015-16'),
dict(doctype='Academic Year', academic_year_name='2016-17'),
dict(doctype='Academic Year', academic_year_name='2017-18'),
dict(doctype='Academic Year', academic_year_name='2018-19'),
dict(doctype='Academic Year', academic_year_name='2019-20'),
dict(doctype='Academic Term', academic_year='2016-17', term_name='Semester 1'),
dict(doctype='Academic Term', academic_year='2016-17', term_name='Semester 2'),
dict(doctype='Academic Term', academic_year='2016-17', term_name='Semester 3'),
dict(doctype='Academic Term', academic_year='2017-18', term_name='Semester 1'),
dict(doctype='Academic Term', academic_year='2017-18', term_name='Semester 2'),
dict(doctype='Academic Term', academic_year='2017-18', term_name='Semester 3')
]
'on_setup': 'erpnext.education.setup.setup_education'
}