fix: re-order tour to circumvent glitchy save highlight

This commit is contained in:
18alantom 2021-08-25 16:34:31 +05:30
parent 774f305713
commit dbea840ecf
3 changed files with 41 additions and 41 deletions

View File

@ -4,7 +4,7 @@
"doctype": "Form Tour", "doctype": "Form Tour",
"idx": 0, "idx": 0,
"is_standard": 1, "is_standard": 1,
"modified": "2021-08-24 14:50:48.017420", "modified": "2021-08-25 16:31:31.441194",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Entry", "name": "Stock Entry",
@ -48,7 +48,7 @@
"label": "Items", "label": "Items",
"next_step_condition": "eval: doc.items[0]?.item_code", "next_step_condition": "eval: doc.items[0]?.item_code",
"parent_field": "", "parent_field": "",
"position": "Bottom", "position": "Top",
"title": "Items" "title": "Items"
} }
], ],

View File

@ -4,7 +4,7 @@
"doctype": "Form Tour", "doctype": "Form Tour",
"idx": 0, "idx": 0,
"is_standard": 1, "is_standard": 1,
"modified": "2021-08-24 14:50:41.512219", "modified": "2021-08-25 16:26:11.718664",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Reconciliation", "name": "Stock Reconciliation",
@ -25,6 +25,19 @@
"position": "Top", "position": "Top",
"title": "Purpose" "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.", "description": "Edit the Posting Date by clicking on the Edit Posting Date and Time checkbox below.",
"field": "", "field": "",
@ -36,19 +49,6 @@
"parent_field": "", "parent_field": "",
"position": "Bottom", "position": "Bottom",
"title": "Posting Date" "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" "title": "Stock Reconciliation"

View File

@ -4,7 +4,7 @@
"doctype": "Form Tour", "doctype": "Form Tour",
"idx": 0, "idx": 0,
"is_standard": 1, "is_standard": 1,
"modified": "2021-08-20 15:37:36.151783", "modified": "2021-08-25 16:19:37.699528",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Settings", "name": "Stock Settings",
@ -36,30 +36,6 @@
"position": "Bottom", "position": "Bottom",
"title": "Default Warehouse" "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.", "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": "", "field": "",
@ -83,6 +59,30 @@
"parent_field": "", "parent_field": "",
"position": "Bottom", "position": "Bottom",
"title": "Automatically Set Serial Nos based on FIFO" "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" "title": "Stock Settings"