Merge pull request #47432 from marination/iss-47424

fix: Relabel unit price settings for more clarity
This commit is contained in:
Marica
2025-05-06 20:03:49 +05:30
committed by GitHub
2 changed files with 14 additions and 9 deletions

View File

@@ -213,21 +213,24 @@
},
{
"default": "0",
"description": "Allows users to submit Purchase Orders with zero quantity. Useful when rates are fixed but the quantities are not. Eg. Rate Contracts.",
"fieldname": "allow_zero_qty_in_purchase_order",
"fieldtype": "Check",
"label": "Allow 0 Qty in Purchase Order (Unit Price Items)"
"label": "Allow Purchase Order with Zero Quantity"
},
{
"default": "0",
"description": "Allows users to submit Request for Quotations with zero quantity. Useful when rates are fixed but the quantities are not. Eg. Rate Contracts.",
"fieldname": "allow_zero_qty_in_request_for_quotation",
"fieldtype": "Check",
"label": "Allow 0 Qty in Request for Quotation (Unit Price Items)"
"label": "Allow Request for Quotation with Zero Quantity"
},
{
"default": "0",
"description": "Allows users to submit Supplier Quotations with zero quantity. Useful when rates are fixed but the quantities are not. Eg. Rate Contracts.",
"fieldname": "allow_zero_qty_in_supplier_quotation",
"fieldtype": "Check",
"label": "Allow 0 Qty in Supplier Quotation (Unit Price Items)"
"label": "Allow Supplier Quotation with Zero Quantity"
}
],
"grid_page_length": 50,
@@ -236,7 +239,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2025-03-03 17:32:25.939482",
"modified": "2025-05-06 15:21:49.639642",
"modified_by": "Administrator",
"module": "Buying",
"name": "Buying Settings",
@@ -287,4 +290,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}

View File

@@ -225,15 +225,17 @@
},
{
"default": "0",
"description": "Allows users to submit Sales Orders with zero quantity. Useful when rates are fixed but the quantities are not. Eg. Rate Contracts.",
"fieldname": "allow_zero_qty_in_sales_order",
"fieldtype": "Check",
"label": "Allow 0 Qty in Sales Order (Unit Price Items)"
"label": "Allow Sales Order with Zero Quantity"
},
{
"default": "0",
"description": "Allows users to submit Quotations with zero quantity. Useful when rates are fixed but the quantities are not. Eg. Rate Contracts.",
"fieldname": "allow_zero_qty_in_quotation",
"fieldtype": "Check",
"label": "Allow 0 Qty in Quotation (Unit Price Items)"
"label": "Allow Quotation with Zero Quantity"
}
],
"grid_page_length": 50,
@@ -242,7 +244,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2025-03-03 16:39:16.360823",
"modified": "2025-05-06 15:23:14.332971",
"modified_by": "Administrator",
"module": "Selling",
"name": "Selling Settings",
@@ -272,4 +274,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}