Clinical procedure (#13540)

* Clinical Procesdure Template and Clinical Procedure Doctype

* Consultation - Create procedure and procedure prescription

* Patient Appointment - Create Procedure and Procedure appointment invoice

* Physician Schedule - Validate slot overlap

* Clinical Procedure Item - batch_no for Clinical Procedure not for Template

* Clinical Procedure - manage item batch_no

* Codacy - fixes

* Yet another Codacy and travic-ci fix

* Codacy - fixes

* Clinical Procedure - Codacy fix

* Permissions updated

* fixed Qty Indicators, Minor fixes

* Patient appointment for procedure prescription

* Doctype Patient Service Unit to Healthcare Service Unit

* Add healthcare service unit tree root

* Healthcare Service Unit - Tree view script

* Healthcare Service Unit - allow appointments check

* Clinical Procedure - remove unused variable

* Clinical Procedure - Get actual quantity from ledger - fix

* Clinical Procedure - apply transilation for message

* Warehouse in Healthcare Service Unit

* Service Unit in Clinical Procedure

* Codacy fix

* Missing semicolon
This commit is contained in:
Jamsheer
2018-05-16 10:54:00 +05:30
committed by Rushabh Mehta
parent 915877553a
commit 0cde6ae3c5
41 changed files with 3588 additions and 95 deletions

View File

@@ -33,6 +33,11 @@ def get_data():
"type": "page",
"name": "appointment-analytic",
"label": _("Appointment Analytics"),
},
{
"type": "doctype",
"name": "Clinical Procedure",
"label": _("Clinical Procedure"),
}
]
},
@@ -89,8 +94,8 @@ def get_data():
},
{
"type": "doctype",
"name": "Patient Service Unit",
"label": _("Patient Service Unit")
"name": "Healthcare Service Unit",
"label": _("Healthcare Service Unit")
}
]
},
@@ -157,6 +162,11 @@ def get_data():
"type": "doctype",
"name": "Lab Test Template",
"label": _("Lab Test Template")
},
{
"type": "doctype",
"name": "Clinical Procedure Template",
"label": _("Clinical Procedure Template"),
}
]
}