diff --git a/smart_service/add_ons/doctype/app_dealer/app_dealer.json b/smart_service/add_ons/doctype/app_dealer/app_dealer.json index 051f42a..1dbba1f 100644 --- a/smart_service/add_ons/doctype/app_dealer/app_dealer.json +++ b/smart_service/add_ons/doctype/app_dealer/app_dealer.json @@ -1,6 +1,5 @@ { "actions": [], - "allow_rename": 1, "autoname": "D-#####", "creation": "2021-12-30 09:58:43.222658", "doctype": "DocType", @@ -17,22 +16,26 @@ { "fieldname": "dealer_name", "fieldtype": "Data", - "label": "Dealer Name" + "label": "Dealer Name", + "read_only": 1 }, { "fieldname": "dealer_code", "fieldtype": "Data", - "label": "Dealer Code" + "label": "Dealer Code", + "read_only": 1 }, { "fieldname": "zone", "fieldtype": "Data", - "label": "Zone" + "label": "Zone", + "read_only": 1 }, { "fieldname": "area", "fieldtype": "Data", - "label": "Area" + "label": "Area", + "read_only": 1 }, { "fieldname": "active_status", @@ -42,7 +45,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-01-28 12:57:33.359666", + "modified": "2023-11-08 14:06:35.251675", "modified_by": "Administrator", "module": "Add Ons", "name": "App Dealer", diff --git a/smart_service/add_ons/doctype/app_device/app_device.json b/smart_service/add_ons/doctype/app_device/app_device.json index dd959c8..5b0541d 100644 --- a/smart_service/add_ons/doctype/app_device/app_device.json +++ b/smart_service/add_ons/doctype/app_device/app_device.json @@ -23,33 +23,39 @@ "fieldtype": "Data", "in_list_view": 1, "label": "Device ID", + "read_only": 1, "reqd": 1 }, { "fieldname": "last_login", "fieldtype": "Datetime", "in_list_view": 1, - "label": "Last Login" + "label": "Last Login", + "read_only": 1 }, { "fieldname": "last_sync", "fieldtype": "Datetime", - "label": "Last Sync" + "label": "Last Sync", + "read_only": 1 }, { "fieldname": "device_type", "fieldtype": "Data", - "label": "Device Type" + "label": "Device Type", + "read_only": 1 }, { "fieldname": "os", "fieldtype": "Data", - "label": "OS" + "label": "OS", + "read_only": 1 }, { "fieldname": "os_version", "fieldtype": "Data", - "label": "OS Version" + "label": "OS Version", + "read_only": 1 }, { "fieldname": "column_break_5", @@ -58,7 +64,8 @@ { "fieldname": "app_current_version", "fieldtype": "Data", - "label": "App Current Version" + "label": "App Current Version", + "read_only": 1 }, { "fieldname": "publish_type", @@ -77,7 +84,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-03-01 12:51:54.027555", + "modified": "2023-11-08 14:07:17.625067", "modified_by": "Administrator", "module": "Add Ons", "name": "App Device", diff --git a/smart_service/add_ons/doctype/app_preference/app_preference.json b/smart_service/add_ons/doctype/app_preference/app_preference.json index 8fdcc7f..d6427a7 100644 --- a/smart_service/add_ons/doctype/app_preference/app_preference.json +++ b/smart_service/add_ons/doctype/app_preference/app_preference.json @@ -25,7 +25,9 @@ { "fieldname": "application_server_url", "fieldtype": "Data", - "label": "Application Server URL" + "in_list_view": 1, + "label": "Application Server URL", + "reqd": 1 }, { "fieldname": "update_server_url", @@ -98,7 +100,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2022-07-06 13:59:24.139229", + "modified": "2023-11-08 14:03:30.791737", "modified_by": "Administrator", "module": "Add Ons", "name": "App Preference", diff --git a/smart_service/masters/doctype/custom_languages/custom_languages.json b/smart_service/masters/doctype/custom_languages/custom_languages.json index 42e1fd5..53989ac 100644 --- a/smart_service/masters/doctype/custom_languages/custom_languages.json +++ b/smart_service/masters/doctype/custom_languages/custom_languages.json @@ -6,16 +6,14 @@ "editable_grid": 1, "engine": "InnoDB", "field_order": [ - "internal_publish", - "column_break_10", - "global_publish", - "section_break_3", "lang_code", "active_status", "column_break_2", "lang_name", "display_order", - "myid" + "myid", + "internal_publish", + "global_publish" ], "fields": [ { @@ -25,7 +23,8 @@ "in_standard_filter": 1, "label": "Lang Code", "options": "Language", - "reqd": 1 + "reqd": 1, + "set_only_once": 1 }, { "fieldname": "column_break_2", @@ -69,28 +68,18 @@ "default": "0", "fieldname": "internal_publish", "fieldtype": "Check", - "label": "Internal Publish", - "read_only": 1 + "label": "Internal Publish" }, { "default": "0", "fieldname": "global_publish", "fieldtype": "Check", - "label": "Global Publish", - "read_only": 1 - }, - { - "fieldname": "section_break_3", - "fieldtype": "Section Break" - }, - { - "fieldname": "column_break_10", - "fieldtype": "Column Break" + "label": "Global Publish" } ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-07-11 15:55:25.503377", + "modified": "2023-11-08 14:08:38.640250", "modified_by": "Administrator", "module": "Masters", "name": "Custom Languages", diff --git a/smart_service/masters/doctype/drive/drive.json b/smart_service/masters/doctype/drive/drive.json index e95d128..ed75648 100644 --- a/smart_service/masters/doctype/drive/drive.json +++ b/smart_service/masters/doctype/drive/drive.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "autoname": "format:{drive}", "creation": "2021-10-28 13:22:52.454082", "doctype": "DocType", @@ -43,7 +42,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-03-28 16:16:40.291574", + "modified": "2023-11-08 14:00:27.084613", "modified_by": "Administrator", "module": "Masters", "name": "Drive", diff --git a/smart_service/masters/doctype/fuel/fuel.json b/smart_service/masters/doctype/fuel/fuel.json index 9619dc6..451d82e 100644 --- a/smart_service/masters/doctype/fuel/fuel.json +++ b/smart_service/masters/doctype/fuel/fuel.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "autoname": "format: {fuel}", "creation": "2021-10-28 13:06:03.207653", "doctype": "DocType", @@ -44,7 +43,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-03-28 16:16:24.261317", + "modified": "2023-11-08 13:56:08.459955", "modified_by": "Administrator", "module": "Masters", "name": "Fuel", diff --git a/smart_service/masters/doctype/procedure_name/procedure_name.json b/smart_service/masters/doctype/procedure_name/procedure_name.json index 50cff52..c569003 100644 --- a/smart_service/masters/doctype/procedure_name/procedure_name.json +++ b/smart_service/masters/doctype/procedure_name/procedure_name.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "autoname": "format:{procedure_name}", "creation": "2022-07-06 12:53:36.916465", "doctype": "DocType", @@ -19,12 +18,13 @@ "in_preview": 1, "label": "Procedure Name", "reqd": 1, + "set_only_once": 1, "unique": 1 } ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-07-06 12:53:36.916465", + "modified": "2023-11-08 15:03:39.739559", "modified_by": "Administrator", "module": "Masters", "name": "Procedure Name", diff --git a/smart_service/masters/doctype/procedure_step_name/procedure_step_name.json b/smart_service/masters/doctype/procedure_step_name/procedure_step_name.json index c18c9f0..cf4f600 100644 --- a/smart_service/masters/doctype/procedure_step_name/procedure_step_name.json +++ b/smart_service/masters/doctype/procedure_step_name/procedure_step_name.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "autoname": "format:{step_name}", "creation": "2022-07-06 12:56:39.780095", "doctype": "DocType", @@ -19,12 +18,13 @@ "in_preview": 1, "label": "Step Name", "reqd": 1, + "set_only_once": 1, "unique": 1 } ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-07-06 12:56:39.780095", + "modified": "2023-11-08 15:03:54.562242", "modified_by": "Administrator", "module": "Masters", "name": "Procedure Step Name", diff --git a/smart_service/masters/doctype/sub_systems/sub_systems.json b/smart_service/masters/doctype/sub_systems/sub_systems.json index 3be52e8..81bd126 100644 --- a/smart_service/masters/doctype/sub_systems/sub_systems.json +++ b/smart_service/masters/doctype/sub_systems/sub_systems.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "autoname": "format:{sub_system_name}", "creation": "2021-10-28 13:38:29.929359", "doctype": "DocType", @@ -43,7 +42,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-03-28 16:18:17.899428", + "modified": "2023-11-08 14:01:36.816222", "modified_by": "Administrator", "module": "Masters", "name": "Sub Systems", diff --git a/smart_service/masters/doctype/systems/systems.json b/smart_service/masters/doctype/systems/systems.json index e691b82..3b97abe 100644 --- a/smart_service/masters/doctype/systems/systems.json +++ b/smart_service/masters/doctype/systems/systems.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "autoname": "format:{system_name}", "creation": "2021-10-28 13:30:53.639882", "doctype": "DocType", @@ -30,7 +29,6 @@ { "fieldname": "active_status", "fieldtype": "Select", - "hidden": 1, "label": "Active Status", "options": "Active\nInactive" }, @@ -60,7 +58,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-04-01 13:01:57.103930", + "modified": "2023-11-08 14:00:55.420468", "modified_by": "Administrator", "module": "Masters", "name": "Systems", diff --git a/smart_service/masters/doctype/transmission/transmission.json b/smart_service/masters/doctype/transmission/transmission.json index f844342..4839a45 100644 --- a/smart_service/masters/doctype/transmission/transmission.json +++ b/smart_service/masters/doctype/transmission/transmission.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "autoname": "format:{transmission}", "creation": "2021-10-28 13:17:21.403818", "doctype": "DocType", @@ -43,7 +42,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-03-28 16:17:00.779363", + "modified": "2023-11-08 14:00:03.179698", "modified_by": "Administrator", "module": "Masters", "name": "Transmission", diff --git a/smart_service/masters/doctype/variant/variant.json b/smart_service/masters/doctype/variant/variant.json index 6fe9c90..98bc9c5 100644 --- a/smart_service/masters/doctype/variant/variant.json +++ b/smart_service/masters/doctype/variant/variant.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "creation": "2021-10-28 12:45:38.664344", "doctype": "DocType", "editable_grid": 1, @@ -102,7 +101,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-04-09 16:55:08.379111", + "modified": "2023-11-08 13:55:24.397239", "modified_by": "Administrator", "module": "Masters", "name": "Variant",