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

@@ -3,7 +3,7 @@ from __future__ import unicode_literals
import frappe, sys
import erpnext
import frappe.utils
from erpnext.demo.user import hr, sales, purchase, manufacturing, stock, accounts, projects, fixed_asset, schools
from erpnext.demo.user import hr, sales, purchase, manufacturing, stock, accounts, projects, fixed_asset, education
from erpnext.demo.setup import education, manufacture, setup_data, healthcare
"""
Make a demo
@@ -83,7 +83,7 @@ def simulate(domain='Manufacturing', days=100):
sales.work()
manufacturing.work()
elif domain=='Education':
schools.work()
education.work()
except:
frappe.db.set_global('demo_last_date', current_date)