Minor - Healthcare Desktop UI (#12657)
* Minor - Healthcare Desktop UI Minor - Healthcare Desktop UI * Update desktop.py
This commit is contained in:
parent
59c915f599
commit
4e195d97c7
@ -291,30 +291,15 @@ def get_data():
|
|||||||
"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",
|
"module_name": "Patient",
|
||||||
"color": "#6BE273",
|
"color": "#6BE273",
|
||||||
"icon": "fa fa-user",
|
"icon": "fa fa-user",
|
||||||
"doctype": "Patient",
|
"doctype": "Patient",
|
||||||
"type": "link",
|
"type": "link",
|
||||||
"label": _("Patient")
|
"link": "List/Patient",
|
||||||
|
"label": _("Patient"),
|
||||||
|
"hidden": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"module_name": "Patient Appointment",
|
"module_name": "Patient Appointment",
|
||||||
@ -322,7 +307,29 @@ def get_data():
|
|||||||
"icon": "fa fa-calendar-plus-o",
|
"icon": "fa fa-calendar-plus-o",
|
||||||
"doctype": "Patient Appointment",
|
"doctype": "Patient Appointment",
|
||||||
"type": "link",
|
"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",
|
"module_name": "Hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user