fix: warehouse tour
- remove warehouse type, it doesn't do what it says. Misleading.
diff --git a/erpnext/stock/doctype/warehouse/warehouse.json b/erpnext/stock/doctype/warehouse/warehouse.json
index 1a64476..43b2ad2 100644
--- a/erpnext/stock/doctype/warehouse/warehouse.json
+++ b/erpnext/stock/doctype/warehouse/warehouse.json
@@ -60,7 +60,7 @@
"fieldname": "is_group",
"fieldtype": "Check",
"in_list_view": 1,
- "label": "Is Group"
+ "label": "Is Group Warehouse"
},
{
"fieldname": "company",
@@ -255,7 +255,7 @@
"idx": 1,
"is_tree": 1,
"links": [],
- "modified": "2023-05-29 13:07:38.666681",
+ "modified": "2023-05-29 13:10:43.333160",
"modified_by": "Administrator",
"module": "Stock",
"name": "Warehouse",
diff --git a/erpnext/stock/form_tour/warehouse/warehouse.json b/erpnext/stock/form_tour/warehouse/warehouse.json
index 23ff2ae..5897357 100644
--- a/erpnext/stock/form_tour/warehouse/warehouse.json
+++ b/erpnext/stock/form_tour/warehouse/warehouse.json
@@ -2,53 +2,57 @@
"creation": "2021-08-24 14:43:44.465237",
"docstatus": 0,
"doctype": "Form Tour",
+ "first_document": 0,
"idx": 0,
+ "include_name_field": 0,
"is_standard": 1,
- "modified": "2021-08-24 14:50:31.988256",
+ "list_name": "List",
+ "modified": "2023-05-29 13:09:49.920796",
"modified_by": "Administrator",
"module": "Stock",
"name": "Warehouse",
+ "new_document_form": 0,
"owner": "Administrator",
"reference_doctype": "Warehouse",
"save_on_complete": 1,
"steps": [
{
"description": "Select a name for the warehouse. This should reflect its location or purpose.",
- "field": "",
"fieldname": "warehouse_name",
"fieldtype": "Data",
"has_next_condition": 1,
+ "hide_buttons": 0,
"is_table_field": 0,
"label": "Warehouse Name",
+ "modal_trigger": 0,
+ "next_on_click": 0,
"next_step_condition": "eval: doc.warehouse_name",
- "parent_field": "",
+ "offset_x": 0,
+ "offset_y": 0,
+ "popover_element": 0,
"position": "Bottom",
- "title": "Warehouse Name"
- },
- {
- "description": "Select a warehouse type to categorize the warehouse into a sub-group.",
- "field": "",
- "fieldname": "warehouse_type",
- "fieldtype": "Link",
- "has_next_condition": 0,
- "is_table_field": 0,
- "label": "Warehouse Type",
- "parent_field": "",
- "position": "Top",
- "title": "Warehouse Type"
+ "title": "Warehouse Name",
+ "ui_tour": 0
},
{
"description": "Select an account to set a default account for all transactions with this warehouse.",
- "field": "",
"fieldname": "account",
"fieldtype": "Link",
"has_next_condition": 0,
+ "hide_buttons": 0,
"is_table_field": 0,
"label": "Account",
- "parent_field": "",
+ "modal_trigger": 0,
+ "next_on_click": 0,
+ "offset_x": 0,
+ "offset_y": 0,
+ "popover_element": 0,
"position": "Top",
- "title": "Account"
+ "title": "Account",
+ "ui_tour": 0
}
],
- "title": "Warehouse"
+ "title": "Warehouse",
+ "track_steps": 0,
+ "ui_tour": 0
}
\ No newline at end of file