Minor - Healthcare Desktop UI (#12657)

* Minor - Healthcare Desktop UI

Minor - Healthcare Desktop UI

* Update desktop.py
This commit is contained in:
system19 2018-01-30 19:18:24 +11:00 committed by Nabin Hait
parent 59c915f599
commit 4e195d97c7

View File

@ -283,7 +283,7 @@ def get_data():
"label": _("Education"),
"hidden": 1
},
{
{
"module_name": "Healthcare",
"color": "#FF888B",
"icon": "fa fa-heartbeat",
@ -291,30 +291,15 @@ def get_data():
"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")
"link": "List/Patient",
"label": _("Patient"),
"hidden": 1
},
{
"module_name": "Patient Appointment",
@ -322,7 +307,29 @@ def get_data():
"icon": "fa fa-calendar-plus-o",
"doctype": "Patient Appointment",
"type": "link",
"label": _("Patient Appointment")
"link": "List/Patient Appointment",
"label": _("Patient Appointment"),
"hidden": 1
},
{
"module_name": "Consultation",
"color": "#2ecc71",
"icon": "fa fa-stethoscope",
"doctype": "Consultation",
"type": "link",
"link": "List/Consultation",
"label": _("Consultation"),
"hidden": 1
},
{
"module_name": "Lab Test",
"color": "#7578f6",
"icon": "octicon octicon-beaker",
"doctype": "Lab Test",
"type": "list",
"link": "List/Lab Test",
"label": _("Lab Test"),
"hidden": 1
},
{
"module_name": "Hub",