diff --git a/erpnext/stock/form_tour/stock_entry/stock_entry.json b/erpnext/stock/form_tour/stock_entry/stock_entry.json
index 98c5d62f10a..6363c6ad4dd 100644
--- a/erpnext/stock/form_tour/stock_entry/stock_entry.json
+++ b/erpnext/stock/form_tour/stock_entry/stock_entry.json
@@ -4,7 +4,7 @@
"doctype": "Form Tour",
"idx": 0,
"is_standard": 1,
- "modified": "2021-08-24 14:50:48.017420",
+ "modified": "2021-08-25 16:31:31.441194",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Entry",
@@ -48,7 +48,7 @@
"label": "Items",
"next_step_condition": "eval: doc.items[0]?.item_code",
"parent_field": "",
- "position": "Bottom",
+ "position": "Top",
"title": "Items"
}
],
diff --git a/erpnext/stock/form_tour/stock_reconciliation/stock_reconciliation.json b/erpnext/stock/form_tour/stock_reconciliation/stock_reconciliation.json
index 83083b639a1..5b7fd72c082 100644
--- a/erpnext/stock/form_tour/stock_reconciliation/stock_reconciliation.json
+++ b/erpnext/stock/form_tour/stock_reconciliation/stock_reconciliation.json
@@ -4,7 +4,7 @@
"doctype": "Form Tour",
"idx": 0,
"is_standard": 1,
- "modified": "2021-08-24 14:50:41.512219",
+ "modified": "2021-08-25 16:26:11.718664",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Reconciliation",
@@ -25,6 +25,19 @@
"position": "Top",
"title": "Purpose"
},
+ {
+ "description": "Select the items for which the opening stock has to be set.",
+ "field": "",
+ "fieldname": "items",
+ "fieldtype": "Table",
+ "has_next_condition": 1,
+ "is_table_field": 0,
+ "label": "Items",
+ "next_step_condition": "eval: doc.items[0]?.item_code",
+ "parent_field": "",
+ "position": "Top",
+ "title": "Items"
+ },
{
"description": "Edit the Posting Date by clicking on the Edit Posting Date and Time checkbox below.",
"field": "",
@@ -36,19 +49,6 @@
"parent_field": "",
"position": "Bottom",
"title": "Posting Date"
- },
- {
- "description": "Select the items for which the opening stock has to be set.",
- "field": "",
- "fieldname": "items",
- "fieldtype": "Table",
- "has_next_condition": 1,
- "is_table_field": 0,
- "label": "Items",
- "next_step_condition": "eval: doc.items[0]?.item_code",
- "parent_field": "",
- "position": "Bottom",
- "title": "Items"
}
],
"title": "Stock Reconciliation"
diff --git a/erpnext/stock/form_tour/stock_settings/stock_settings.json b/erpnext/stock/form_tour/stock_settings/stock_settings.json
index 282b87c21fc..3d164e33b3b 100644
--- a/erpnext/stock/form_tour/stock_settings/stock_settings.json
+++ b/erpnext/stock/form_tour/stock_settings/stock_settings.json
@@ -4,7 +4,7 @@
"doctype": "Form Tour",
"idx": 0,
"is_standard": 1,
- "modified": "2021-08-20 15:37:36.151783",
+ "modified": "2021-08-25 16:19:37.699528",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Settings",
@@ -36,30 +36,6 @@
"position": "Bottom",
"title": "Default Warehouse"
},
- {
- "description": "Choose between FIFO and Moving Average Valuation Methods. Click here to know more about them.",
- "field": "",
- "fieldname": "valuation_method",
- "fieldtype": "Select",
- "has_next_condition": 0,
- "is_table_field": 0,
- "label": "Default Valuation Method",
- "parent_field": "",
- "position": "Bottom",
- "title": "Default Valuation Method"
- },
- {
- "description": "Show 'Scan Barcode' field above every child table to insert Items with ease.",
- "field": "",
- "fieldname": "show_barcode_field",
- "fieldtype": "Check",
- "has_next_condition": 0,
- "is_table_field": 0,
- "label": "Show Barcode Field in Stock Transactions",
- "parent_field": "",
- "position": "Bottom",
- "title": "Show Barcode Field"
- },
{
"description": "Quality inspection is performed on the inward and outward movement of goods. Receipt and delivery transactions will be stopped or the user will be warned if the quality inspection is not performed.",
"field": "",
@@ -83,6 +59,30 @@
"parent_field": "",
"position": "Bottom",
"title": "Automatically Set Serial Nos based on FIFO"
+ },
+ {
+ "description": "Show 'Scan Barcode' field above every child table to insert Items with ease.",
+ "field": "",
+ "fieldname": "show_barcode_field",
+ "fieldtype": "Check",
+ "has_next_condition": 0,
+ "is_table_field": 0,
+ "label": "Show Barcode Field in Stock Transactions",
+ "parent_field": "",
+ "position": "Bottom",
+ "title": "Show Barcode Field"
+ },
+ {
+ "description": "Choose between FIFO and Moving Average Valuation Methods. Click here to know more about them.",
+ "field": "",
+ "fieldname": "valuation_method",
+ "fieldtype": "Select",
+ "has_next_condition": 0,
+ "is_table_field": 0,
+ "label": "Default Valuation Method",
+ "parent_field": "",
+ "position": "Bottom",
+ "title": "Default Valuation Method"
}
],
"title": "Stock Settings"