mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
[Enhance][Fix] Healthcare - DocType and Fields renaming (#14861)
* Rename DT - Physician Schedule Time Slot to Healthcare Schedule Time Slot * Role name change * Rename DT - Physician Schedule to Practitioner Schedule * Rename DT - Physician Service Unit Schedule * Rename DT - Physician to Practitioner * Lab Test Template - field disabled in standard filter * Patient - customer creation fix * Rename DT - Consultation - Encounter * Patches.txt updated for rename doctypes and fields in Healthcare * Patch - Rename doctypes and fields in Healthcare Domain * Fix - Patch - rename_healthcare_doctype_and_fields * Vital Signs - New Fields - Abdomen, Tongue and Reflexes * Web Form - Patient - Personal Details * Rename DocType Physician to Healthcare Practitioner * Rename DocType Consultation to Patient Encounter * Web Form - Personal Details - Fix * Web Form - Personal Details - Codacy Fix * Healthcare patch run for all domain * Rename label Practitioner to Healthcare Practitioner * Rename Encounter to Patient Encounter
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
{{ doc.physician }}
|
||||
{{ doc.practitioner }}
|
||||
</div>
|
||||
<div class="col-xs-2">
|
||||
{% if doc.department %}{{ doc.department }}{% endif %}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
{{ doc.test_name }}
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
{{ doc.physician }}
|
||||
{{ doc.practitioner }}
|
||||
</div>
|
||||
<div class="col-xs-3 text-right small text-muted">
|
||||
{{ frappe.format_date(doc.result_date) }}
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
{{ doc.name }}
|
||||
</div>
|
||||
<div class="col-xs-4">
|
||||
{{ doc.physician }}
|
||||
{{ doc.practitioner }}
|
||||
</div>
|
||||
<div class="col-xs-4 text-right small text-muted">
|
||||
{{ frappe.format_date(doc.consultation_date) }}
|
||||
{{ frappe.format_date(doc.encounter_date) }}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user