fix(getting_started): main domain specific masters
diff --git a/erpnext/config/getting_started.py b/erpnext/config/getting_started.py
index e27ac12..19b71d2 100644
--- a/erpnext/config/getting_started.py
+++ b/erpnext/config/getting_started.py
@@ -112,12 +112,6 @@
},
{
"type": "doctype",
- "name": "Opportunity",
- "description": _("Potential opportunities for selling."),
- "onboard": 1,
- },
- {
- "type": "doctype",
"label": _("Customer Group"),
"name": "Customer Group",
"icon": "fa fa-sitemap",
@@ -174,7 +168,12 @@
},
{
"type": "doctype",
- "name": "Student Group",
+ "name": "Instructor",
+ "onboard": 1,
+ },
+ {
+ "type": "doctype",
+ "name": "Room",
"onboard": 1,
},
]
@@ -185,20 +184,20 @@
"items": [
{
"type": "doctype",
- "name": "Patient Appointment",
- "label": _("Patient Appointment"),
+ "name": "Patient",
+ "label": _("Patient"),
"onboard": 1,
},
{
"type": "doctype",
- "name": "Clinical Procedure",
- "label": _("Clinical Procedure"),
+ "name": "Physician",
+ "label": _("Physician"),
"onboard": 1,
},
{
"type": "doctype",
- "name": "Inpatient Record",
- "label": _("Inpatient Record"),
+ "name": "Diagnosis",
+ "label": _("Diagnosis"),
"onboard": 1,
}
]