mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: warehouse tour
- remove warehouse type, it doesn't do what it says. Misleading.
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
"fieldname": "is_group",
|
"fieldname": "is_group",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Is Group"
|
"label": "Is Group Warehouse"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "company",
|
"fieldname": "company",
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-05-29 13:07:38.666681",
|
"modified": "2023-05-29 13:10:43.333160",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Warehouse",
|
"name": "Warehouse",
|
||||||
|
|||||||
@@ -2,53 +2,57 @@
|
|||||||
"creation": "2021-08-24 14:43:44.465237",
|
"creation": "2021-08-24 14:43:44.465237",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"doctype": "Form Tour",
|
"doctype": "Form Tour",
|
||||||
|
"first_document": 0,
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
|
"include_name_field": 0,
|
||||||
"is_standard": 1,
|
"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",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Warehouse",
|
"name": "Warehouse",
|
||||||
|
"new_document_form": 0,
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"reference_doctype": "Warehouse",
|
"reference_doctype": "Warehouse",
|
||||||
"save_on_complete": 1,
|
"save_on_complete": 1,
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"description": "Select a name for the warehouse. This should reflect its location or purpose.",
|
"description": "Select a name for the warehouse. This should reflect its location or purpose.",
|
||||||
"field": "",
|
|
||||||
"fieldname": "warehouse_name",
|
"fieldname": "warehouse_name",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"has_next_condition": 1,
|
"has_next_condition": 1,
|
||||||
|
"hide_buttons": 0,
|
||||||
"is_table_field": 0,
|
"is_table_field": 0,
|
||||||
"label": "Warehouse Name",
|
"label": "Warehouse Name",
|
||||||
|
"modal_trigger": 0,
|
||||||
|
"next_on_click": 0,
|
||||||
"next_step_condition": "eval: doc.warehouse_name",
|
"next_step_condition": "eval: doc.warehouse_name",
|
||||||
"parent_field": "",
|
"offset_x": 0,
|
||||||
|
"offset_y": 0,
|
||||||
|
"popover_element": 0,
|
||||||
"position": "Bottom",
|
"position": "Bottom",
|
||||||
"title": "Warehouse Name"
|
"title": "Warehouse Name",
|
||||||
},
|
"ui_tour": 0
|
||||||
{
|
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Select an account to set a default account for all transactions with this warehouse.",
|
"description": "Select an account to set a default account for all transactions with this warehouse.",
|
||||||
"field": "",
|
|
||||||
"fieldname": "account",
|
"fieldname": "account",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"has_next_condition": 0,
|
"has_next_condition": 0,
|
||||||
|
"hide_buttons": 0,
|
||||||
"is_table_field": 0,
|
"is_table_field": 0,
|
||||||
"label": "Account",
|
"label": "Account",
|
||||||
"parent_field": "",
|
"modal_trigger": 0,
|
||||||
|
"next_on_click": 0,
|
||||||
|
"offset_x": 0,
|
||||||
|
"offset_y": 0,
|
||||||
|
"popover_element": 0,
|
||||||
"position": "Top",
|
"position": "Top",
|
||||||
"title": "Account"
|
"title": "Account",
|
||||||
|
"ui_tour": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Warehouse"
|
"title": "Warehouse",
|
||||||
|
"track_steps": 0,
|
||||||
|
"ui_tour": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user