fix: rename form tours to doctype names, remove tours from js controllers

This commit is contained in:
18alantom
2021-08-24 14:54:38 +05:30
parent 810bce8da2
commit ad735522cb
8 changed files with 12 additions and 155 deletions

View File

@@ -1,54 +0,0 @@
{
"creation": "2021-08-20 15:56:10.157109",
"docstatus": 0,
"doctype": "Form Tour",
"idx": 0,
"is_standard": 1,
"modified": "2021-08-20 15:56:10.157109",
"modified_by": "Administrator",
"module": "Stock",
"name": "Create a Warehouse",
"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,
"is_table_field": 0,
"label": "Warehouse Name",
"next_step_condition": "eval: doc.warehouse_name",
"parent_field": "",
"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"
},
{
"description": "Select an account to set a default account for all transactions with this warehouse.",
"field": "",
"fieldname": "account",
"fieldtype": "Link",
"has_next_condition": 0,
"is_table_field": 0,
"label": "Account",
"parent_field": "",
"position": "Top",
"title": "Account"
}
],
"title": "Create a Warehouse"
}

View File

@@ -1,13 +1,13 @@
{
"creation": "2021-08-20 16:02:59.314742",
"creation": "2021-08-24 14:44:22.292652",
"docstatus": 0,
"doctype": "Form Tour",
"idx": 0,
"is_standard": 1,
"modified": "2021-08-20 16:05:40.593997",
"modified": "2021-08-24 14:50:48.017420",
"modified_by": "Administrator",
"module": "Stock",
"name": "Create a Stock Entry",
"name": "Stock Entry",
"owner": "Administrator",
"reference_doctype": "Stock Entry",
"save_on_complete": 1,
@@ -52,5 +52,5 @@
"title": "Items"
}
],
"title": "Create a Stock Entry"
"title": "Stock Entry"
}

View File

@@ -1,13 +1,13 @@
{
"creation": "2021-08-20 16:08:39.298267",
"creation": "2021-08-24 14:44:46.770952",
"docstatus": 0,
"doctype": "Form Tour",
"idx": 0,
"is_standard": 1,
"modified": "2021-08-20 16:08:39.298267",
"modified": "2021-08-24 14:50:41.512219",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Opening Balance",
"name": "Stock Reconciliation",
"owner": "Administrator",
"reference_doctype": "Stock Reconciliation",
"save_on_complete": 1,
@@ -51,5 +51,5 @@
"title": "Items"
}
],
"title": "Stock Opening Balance"
"title": "Stock Reconciliation"
}

View File

@@ -1,13 +1,13 @@
{
"creation": "2021-08-20 15:42:47.059290",
"creation": "2021-08-24 14:43:44.465237",
"docstatus": 0,
"doctype": "Form Tour",
"idx": 0,
"is_standard": 1,
"modified": "2021-08-20 15:54:58.440497",
"modified": "2021-08-24 14:50:31.988256",
"modified_by": "Administrator",
"module": "Stock",
"name": "Create Warehouse",
"name": "Warehouse",
"owner": "Administrator",
"reference_doctype": "Warehouse",
"save_on_complete": 1,
@@ -50,5 +50,5 @@
"title": "Account"
}
],
"title": "Create Warehouse"
"title": "Warehouse"
}