fix: Changed Form Tour order and grammar fixes.
This commit is contained in:
parent
a5fcaf66f9
commit
64b36dba4f
@ -22,20 +22,10 @@ frappe.tour['Stock Settings'] = [
|
||||
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 set Naming Series choose the 'Naming Series' option.")
|
||||
},
|
||||
{
|
||||
fieldname: "valuation_method",
|
||||
title: __("Valuation Method"),
|
||||
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'>here</a>" + __("to understand them")
|
||||
},
|
||||
{
|
||||
fieldname: "show_barcode_field",
|
||||
title: __("Show Barcode Field"),
|
||||
description: __("Show 'Scan Barcode' field above every child table to insert Items with ease.")
|
||||
},
|
||||
{
|
||||
fieldname: "default_warehouse",
|
||||
title: __("Default Warehouse"),
|
||||
description: __("Set a Default Warehouse for Inventory Transactions. This will be fetched into the Default Warehouse in the Item master:")
|
||||
description: __("Set a Default Warehouse for Inventory Transactions. This will be fetched into the Default Warehouse in the Item master.")
|
||||
},
|
||||
{
|
||||
fieldname: "allow_negative_stock",
|
||||
@ -43,6 +33,16 @@ frappe.tour['Stock Settings'] = [
|
||||
description: __("This will allow stock items to be displayed in negative values. Using this option depends on your use case. With this option unchecked, the system warns before obstructing a transaction that is causing negative stock.")
|
||||
|
||||
},
|
||||
{
|
||||
fieldname: "valuation_method",
|
||||
title: __("Valuation Method"),
|
||||
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'>here</a>" + __(" to know more about them.")
|
||||
},
|
||||
{
|
||||
fieldname: "show_barcode_field",
|
||||
title: __("Show Barcode Field"),
|
||||
description: __("Show 'Scan Barcode' field above every child table to insert Items with ease.")
|
||||
},
|
||||
{
|
||||
fieldname: "automatically_set_serial_nos_based_on_fifo",
|
||||
title: __("Automatically Set Serial Nos based on FIFO"),
|
||||
|
@ -19,7 +19,7 @@
|
||||
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
|
||||
"idx": 0,
|
||||
"is_complete": 0,
|
||||
"modified": "2020-05-15 04:02:23.634655",
|
||||
"modified": "2020-05-19 13:13:19.157316",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Stock",
|
||||
|
Loading…
x
Reference in New Issue
Block a user