From 2967ec3d454e1042378e90914068e0dda4214584 Mon Sep 17 00:00:00 2001 From: Raghavendra Kamath Date: Wed, 17 Jan 2018 16:11:09 +0530 Subject: [PATCH] Add desk icons for healthcare - fixes 11838 (#12518) * Add desk icons for healtcare - fixes 11838 * Remove unnecessary white spaces --- erpnext/config/desktop.py | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index 6bc4104221f..ffe99967ace 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py @@ -283,14 +283,47 @@ def get_data(): "label": _("Education"), "hidden": 1 }, - { + { "module_name": "Healthcare", "color": "#FF888B", - "icon": "octicon octicon-plus", + "icon": "fa fa-heartbeat", "type": "module", "label": _("Healthcare"), "hidden": 1 }, + { + "module_name": "Lab Test", + "color": "#7578f6", + "icon": "octicon octicon-beaker", + "doctype": "Lab Test", + "type": "list", + "link": "List/Lab Test", + "label": _("Lab Test") + }, + { + "module_name": "Consultation", + "color": "#2ecc71", + "icon": "fa fa-stethoscope", + "doctype": "Consultation", + "type": "link", + "label": _("Consultationt") + }, + { + "module_name": "Patient", + "color": "#6BE273", + "icon": "fa fa-user", + "doctype": "Patient", + "type": "link", + "label": _("Patient") + }, + { + "module_name": "Patient Appointment", + "color": "#934F92", + "icon": "fa fa-calendar-plus-o", + "doctype": "Patient Appointment", + "type": "link", + "label": _("Patient Appointment") + }, { "module_name": "Hub", "color": "#009248",