Merge pull request #22020 from frappe/mergify/bp/version-13-beta-pre-release/pr-22019
fix: empty filters in Healthcare Charts (bp #22019)
This commit is contained in:
commit
fb6ad158a6
@ -71,7 +71,7 @@ def get_charts():
|
|||||||
"chart_name": _("Department wise Patient Appointments"),
|
"chart_name": _("Department wise Patient Appointments"),
|
||||||
"chart_type": "Custom",
|
"chart_type": "Custom",
|
||||||
"source": "Department wise Patient Appointments",
|
"source": "Department wise Patient Appointments",
|
||||||
"filters_json": json.dumps({}),
|
"filters_json": json.dumps([]),
|
||||||
'is_public': 1,
|
'is_public': 1,
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"type": "Bar",
|
"type": "Bar",
|
||||||
@ -159,7 +159,7 @@ def get_charts():
|
|||||||
"document_type": "Patient Encounter Symptom",
|
"document_type": "Patient Encounter Symptom",
|
||||||
"group_by_type": "Count",
|
"group_by_type": "Count",
|
||||||
"group_by_based_on": "complaint",
|
"group_by_based_on": "complaint",
|
||||||
"filters_json": json.dumps({}),
|
"filters_json": json.dumps([]),
|
||||||
'is_public': 1,
|
'is_public': 1,
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"type": "Percentage",
|
"type": "Percentage",
|
||||||
@ -173,7 +173,7 @@ def get_charts():
|
|||||||
"document_type": "Patient Encounter Diagnosis",
|
"document_type": "Patient Encounter Diagnosis",
|
||||||
"group_by_type": "Count",
|
"group_by_type": "Count",
|
||||||
"group_by_based_on": "diagnosis",
|
"group_by_based_on": "diagnosis",
|
||||||
"filters_json": json.dumps({}),
|
"filters_json": json.dumps([]),
|
||||||
'is_public': 1,
|
'is_public': 1,
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"type": "Percentage",
|
"type": "Percentage",
|
||||||
@ -229,7 +229,7 @@ def get_number_cards():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Appointments to Bill",
|
"name": "Appointments to Bill",
|
||||||
"label": _("Appointments to Bill"),
|
"label": _("Appointments To Bill"),
|
||||||
"function": "Count",
|
"function": "Count",
|
||||||
"doctype": "Number Card",
|
"doctype": "Number Card",
|
||||||
"document_type": "Patient Appointment",
|
"document_type": "Patient Appointment",
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
"label": "Healthcare",
|
"label": "Healthcare",
|
||||||
"modified": "2020-05-19 20:57:22.797267",
|
"modified": "2020-05-28 19:02:28.824995",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Healthcare",
|
"module": "Healthcare",
|
||||||
"name": "Healthcare",
|
"name": "Healthcare",
|
||||||
@ -109,7 +109,7 @@
|
|||||||
"type": "Page"
|
"type": "Page"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Healthcare Dashboard",
|
"label": "Dashboard",
|
||||||
"link_to": "Healthcare",
|
"link_to": "Healthcare",
|
||||||
"type": "Dashboard"
|
"type": "Dashboard"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user