From c8f827be661afb5f1113a342242cd261673c463d Mon Sep 17 00:00:00 2001 From: Jamsheer Date: Mon, 30 Jul 2018 14:41:19 +0530 Subject: [PATCH] Healthcare Service Unit Type - Field - UOM Conversion in Hours --- .../healthcare_service_unit_type.json | 45 ++++++++++++++++--- 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/erpnext/healthcare/doctype/healthcare_service_unit_type/healthcare_service_unit_type.json b/erpnext/healthcare/doctype/healthcare_service_unit_type/healthcare_service_unit_type.json index 6394ce7361a..f8bb75e500d 100644 --- a/erpnext/healthcare/doctype/healthcare_service_unit_type/healthcare_service_unit_type.json +++ b/erpnext/healthcare/doctype/healthcare_service_unit_type/healthcare_service_unit_type.json @@ -43,7 +43,7 @@ "search_index": 0, "set_only_once": 0, "translatable": 0, - "unique": 0 + "unique": 1 }, { "allow_bulk_edit": 0, @@ -351,8 +351,8 @@ "bold": 0, "collapsible": 0, "columns": 0, - "fieldname": "rate", - "fieldtype": "Currency", + "fieldname": "no_of_hours", + "fieldtype": "Int", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, @@ -360,7 +360,7 @@ "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, - "label": "Rate / UOM", + "label": "UOM Conversion in Hours", "length": 0, "no_copy": 0, "permlevel": 0, @@ -407,6 +407,38 @@ "translatable": 0, "unique": 0 }, + { + "allow_bulk_edit": 0, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "rate", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rate / UOM", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "translatable": 0, + "unique": 0 + }, { "allow_bulk_edit": 0, "allow_in_quick_entry": 0, @@ -515,7 +547,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-07-13 16:54:59.131606", + "modified": "2018-07-30 14:31:58.025819", "modified_by": "Administrator", "module": "Healthcare", "name": "Healthcare Service Unit Type", @@ -550,5 +582,6 @@ "sort_order": "DESC", "title_field": "service_unit_type", "track_changes": 0, - "track_seen": 0 + "track_seen": 0, + "track_views": 0 } \ No newline at end of file