mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
fix: company tour
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
"creation": "2021-08-24 17:56:40.754909",
|
||||
"docstatus": 0,
|
||||
"doctype": "Form Tour",
|
||||
"first_document": 0,
|
||||
"idx": 0,
|
||||
"include_name_field": 0,
|
||||
"is_standard": 1,
|
||||
"modified": "2021-08-24 18:04:50.928431",
|
||||
"modified": "2021-11-24 17:59:44.559001",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Item",
|
||||
"owner": "Administrator",
|
||||
"reference_doctype": "Item",
|
||||
"save_on_complete": 0,
|
||||
"save_on_complete": 1,
|
||||
"steps": [
|
||||
{
|
||||
"description": "Enter code for Asset Item",
|
||||
@@ -36,14 +38,27 @@
|
||||
"position": "Bottom",
|
||||
"title": "Asset Item Name"
|
||||
},
|
||||
{
|
||||
"description": "Select an Item Group",
|
||||
"field": "",
|
||||
"fieldname": "item_group",
|
||||
"fieldtype": "Link",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Item Group",
|
||||
"parent_field": "",
|
||||
"position": "Right",
|
||||
"title": "Item Group"
|
||||
},
|
||||
{
|
||||
"description": "Check this field to make this an Asset Item",
|
||||
"field": "",
|
||||
"fieldname": "is_fixed_asset",
|
||||
"fieldtype": "Check",
|
||||
"has_next_condition": 0,
|
||||
"has_next_condition": 1,
|
||||
"is_table_field": 0,
|
||||
"label": "Is Fixed Asset",
|
||||
"next_step_condition": "eval:doc.is_fixed_asset",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Is this a Fixed Asset?"
|
||||
@@ -53,9 +68,10 @@
|
||||
"field": "",
|
||||
"fieldname": "auto_create_assets",
|
||||
"fieldtype": "Check",
|
||||
"has_next_condition": 0,
|
||||
"has_next_condition": 1,
|
||||
"is_table_field": 0,
|
||||
"label": "Auto Create Assets on Purchase",
|
||||
"next_step_condition": "eval:doc.auto_create_assets",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Auto Create Asset on Purchase"
|
||||
@@ -69,7 +85,7 @@
|
||||
"is_table_field": 0,
|
||||
"label": "Asset Category",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"position": "Left",
|
||||
"title": "Asset Category"
|
||||
},
|
||||
{
|
||||
@@ -81,9 +97,9 @@
|
||||
"is_table_field": 0,
|
||||
"label": "Asset Naming Series",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"position": "Left",
|
||||
"title": "Asset Naming Series"
|
||||
}
|
||||
],
|
||||
"title": "Item"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user