fix: Stock Onboarding typo and reorder (#22499)
This commit is contained in:
parent
ba5f571b0d
commit
8732b8caf6
@ -20,7 +20,7 @@ frappe.tour['Stock Settings'] = [
|
|||||||
{
|
{
|
||||||
fieldname: "item_naming_by",
|
fieldname: "item_naming_by",
|
||||||
title: __("Item Naming By"),
|
title: __("Item Naming By"),
|
||||||
description: __("By default, the Item Name is set as per the Item Code entered. If you want Items to be named by a") + "<a href='https://docs.erpnext.com/docs/user/manual/en/setting-up/settings/naming-series' target='_blank'>Naming Series</a>" + __(" choose the 'Naming Series' option."),
|
description: __("By default, the Item Name is set as per the Item Code entered. If you want Items to be named by a ") + "<a href='https://docs.erpnext.com/docs/user/manual/en/setting-up/settings/naming-series' target='_blank'>Naming Series</a>" + __(" choose the 'Naming Series' option."),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "default_warehouse",
|
fieldname: "default_warehouse",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
|
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"modified": "2020-05-19 19:03:23.602423",
|
"modified": "2020-06-29 16:41:09.440378",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Stock",
|
"name": "Stock",
|
||||||
@ -31,15 +31,15 @@
|
|||||||
{
|
{
|
||||||
"step": "Create a Product"
|
"step": "Create a Product"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"step": "Create a Supplier"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"step": "Introduction to Stock Entry"
|
"step": "Introduction to Stock Entry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"step": "Create a Stock Entry"
|
"step": "Create a Stock Entry"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"step": "Create a Supplier"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"step": "Create a Purchase Receipt"
|
"step": "Create a Purchase Receipt"
|
||||||
},
|
},
|
||||||
@ -49,6 +49,5 @@
|
|||||||
],
|
],
|
||||||
"subtitle": "Inventory, Warehouses, Analysis and more.",
|
"subtitle": "Inventory, Warehouses, Analysis and more.",
|
||||||
"success_message": "The Stock Module is all set up!",
|
"success_message": "The Stock Module is all set up!",
|
||||||
"title": "Let's Setup the Stock Module.",
|
"title": "Let's Set Up the Stock Module."
|
||||||
"user_can_dismiss": 1
|
|
||||||
}
|
}
|
@ -8,7 +8,7 @@
|
|||||||
"is_mandatory": 0,
|
"is_mandatory": 0,
|
||||||
"is_single": 0,
|
"is_single": 0,
|
||||||
"is_skipped": 0,
|
"is_skipped": 0,
|
||||||
"modified": "2020-05-14 22:09:10.043554",
|
"modified": "2020-06-29 16:36:53.948242",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"name": "Create a Supplier",
|
"name": "Create a Supplier",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user