mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
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:
committed by
Nabin Hait
parent
acccdb3890
commit
966f141f62
@@ -194,12 +194,12 @@ def get_data():
|
||||
"type": "list"
|
||||
},
|
||||
{
|
||||
"module_name": "Student Attendance",
|
||||
"color": "#3aacba",
|
||||
"module_name": "Student Attendance Tool",
|
||||
"color": "#C0392B",
|
||||
"icon": "octicon octicon-checklist",
|
||||
"label": _("Student Attendance"),
|
||||
"link": "List/Student Attendance",
|
||||
"_doctype": "Student Attendance",
|
||||
"label": _("Student Attendance Tool"),
|
||||
"link": "List/Student Attendance Tool",
|
||||
"_doctype": "Student Attendance Tool",
|
||||
"type": "list"
|
||||
},
|
||||
{
|
||||
@@ -257,11 +257,11 @@ def get_data():
|
||||
"type": "list"
|
||||
},
|
||||
{
|
||||
"module_name": "Schools",
|
||||
"color": "#DE2B37",
|
||||
"module_name": "Education",
|
||||
"color": "#428B46",
|
||||
"icon": "octicon octicon-mortar-board",
|
||||
"type": "module",
|
||||
"label": _("Schools")
|
||||
"label": _("Education")
|
||||
},
|
||||
{
|
||||
"module_name": "Healthcare",
|
||||
|
||||
@@ -217,7 +217,7 @@ def get_data():
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "School Settings"
|
||||
"name": "Education Settings"
|
||||
}
|
||||
]
|
||||
},
|
||||
Reference in New Issue
Block a user