mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-30 17:42:32 +02:00
fix: Relabel unit price settings for more clarity
This commit is contained in:
@@ -213,21 +213,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
|
"description": "Allows items in the Purchase Order to have a quantity of 0. Useful when the rate/unit price is agreed upon, but the quantity is not yet determined.",
|
||||||
"fieldname": "allow_zero_qty_in_purchase_order",
|
"fieldname": "allow_zero_qty_in_purchase_order",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Allow 0 Qty in Purchase Order (Unit Price Items)"
|
"label": "Allow Zero Quantity Items in Purchase Order"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
|
"description": "Allows items in the Request for Quotation to have a quantity of 0. Useful when the rate/unit price is agreed upon, but the quantity is not yet determined.",
|
||||||
"fieldname": "allow_zero_qty_in_request_for_quotation",
|
"fieldname": "allow_zero_qty_in_request_for_quotation",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Allow 0 Qty in Request for Quotation (Unit Price Items)"
|
"label": "Allow Zero Quantity Items in Request for Quotation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
|
"description": "Allows items in the Supplier Quotation to have a quantity of 0. Useful when the rate/unit price is agreed upon, but the quantity is not yet determined.",
|
||||||
"fieldname": "allow_zero_qty_in_supplier_quotation",
|
"fieldname": "allow_zero_qty_in_supplier_quotation",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Allow 0 Qty in Supplier Quotation (Unit Price Items)"
|
"label": "Allow Zero Quantity Items in Supplier Quotation"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -236,7 +239,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-03-03 17:32:25.939482",
|
"modified": "2025-05-06 12:32:00.195378",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Buying Settings",
|
"name": "Buying Settings",
|
||||||
|
|||||||
@@ -205,15 +205,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
|
"description": "Allows items in the Sales Order to have a quantity of 0. Useful when the rate/unit price is agreed upon, but the quantity is not yet determined.",
|
||||||
"fieldname": "allow_zero_qty_in_sales_order",
|
"fieldname": "allow_zero_qty_in_sales_order",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Allow 0 Qty in Sales Order (Unit Price Items)"
|
"label": "Allow Zero Quantity Items in Sales Order"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
|
"description": "Allows items in the Quotation to have a quantity of 0. Useful when the rate/unit price is agreed upon, but the quantity is not yet determined.",
|
||||||
"fieldname": "allow_zero_qty_in_quotation",
|
"fieldname": "allow_zero_qty_in_quotation",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Allow 0 Qty in Quotation (Unit Price Items)"
|
"label": "Allow Zero Quantity Items in Quotation"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -222,7 +224,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-03-03 16:39:16.360823",
|
"modified": "2025-05-06 12:30:13.342694",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Selling Settings",
|
"name": "Selling Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user