fix: re-order tour to circumvent glitchy save highlight
This commit is contained in:
parent
774f305713
commit
dbea840ecf
@ -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"
|
||||
}
|
||||
],
|
||||
|
@ -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"
|
||||
|
@ -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 <a href=\"https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-valuation-fifo-and-moving-average\" target=\"_blank\">here</a> 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 <a href=\"https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-valuation-fifo-and-moving-average\" target=\"_blank\">here</a> 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user