From dd245ccc7fd24d60f52c19488789761f14eb4b6a Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 29 May 2023 13:43:48 +0530 Subject: [PATCH] fix: reorder stock reco tour --- .../stock_reconciliation.json | 63 ++++++++++++------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/erpnext/stock/form_tour/stock_reconciliation/stock_reconciliation.json b/erpnext/stock/form_tour/stock_reconciliation/stock_reconciliation.json index 5b7fd72c08..07a511071f 100644 --- a/erpnext/stock/form_tour/stock_reconciliation/stock_reconciliation.json +++ b/erpnext/stock/form_tour/stock_reconciliation/stock_reconciliation.json @@ -2,54 +2,75 @@ "creation": "2021-08-24 14:44:46.770952", "docstatus": 0, "doctype": "Form Tour", + "first_document": 0, "idx": 0, + "include_name_field": 0, "is_standard": 1, - "modified": "2021-08-25 16:26:11.718664", + "list_name": "List", + "modified": "2023-05-29 13:38:27.192177", "modified_by": "Administrator", "module": "Stock", "name": "Stock Reconciliation", + "new_document_form": 0, "owner": "Administrator", "reference_doctype": "Stock Reconciliation", "save_on_complete": 1, "steps": [ { "description": "Set Purpose to Opening Stock to set the stock opening balance.", - "field": "", "fieldname": "purpose", "fieldtype": "Select", "has_next_condition": 1, + "hide_buttons": 0, "is_table_field": 0, "label": "Purpose", + "modal_trigger": 0, + "next_on_click": 0, "next_step_condition": "eval: doc.purpose === \"Opening Stock\"", - "parent_field": "", + "offset_x": 0, + "offset_y": 0, + "popover_element": 0, "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" + "title": "Purpose", + "ui_tour": 0 }, { "description": "Edit the Posting Date by clicking on the Edit Posting Date and Time checkbox below.", - "field": "", "fieldname": "posting_date", "fieldtype": "Date", "has_next_condition": 0, + "hide_buttons": 0, "is_table_field": 0, "label": "Posting Date", - "parent_field": "", + "modal_trigger": 0, + "next_on_click": 0, + "offset_x": 0, + "offset_y": 0, + "popover_element": 0, "position": "Bottom", - "title": "Posting Date" + "title": "Posting Date", + "ui_tour": 0 + }, + { + "description": "Select the items for which the opening stock has to be set.", + "fieldname": "items", + "fieldtype": "Table", + "has_next_condition": 1, + "hide_buttons": 0, + "is_table_field": 0, + "label": "Items", + "modal_trigger": 0, + "next_on_click": 0, + "next_step_condition": "eval: doc.items[0]?.item_code", + "offset_x": 0, + "offset_y": 0, + "popover_element": 0, + "position": "Top", + "title": "Items", + "ui_tour": 0 } ], - "title": "Stock Reconciliation" + "title": "Stock Reconciliation", + "track_steps": 0, + "ui_tour": 0 } \ No newline at end of file