mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Add desk icons for healthcare - fixes 11838 (#12518)
* Add desk icons for healtcare - fixes 11838 * Remove unnecessary white spaces
This commit is contained in:
committed by
Nabin Hait
parent
d0cde99743
commit
2967ec3d45
@@ -283,14 +283,47 @@ def get_data():
|
|||||||
"label": _("Education"),
|
"label": _("Education"),
|
||||||
"hidden": 1
|
"hidden": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"module_name": "Healthcare",
|
"module_name": "Healthcare",
|
||||||
"color": "#FF888B",
|
"color": "#FF888B",
|
||||||
"icon": "octicon octicon-plus",
|
"icon": "fa fa-heartbeat",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"label": _("Healthcare"),
|
"label": _("Healthcare"),
|
||||||
"hidden": 1
|
"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",
|
"module_name": "Hub",
|
||||||
"color": "#009248",
|
"color": "#009248",
|
||||||
|
|||||||
Reference in New Issue
Block a user