Skip to content

Commit

Permalink
feat: add field Over Order Allowance (%) in Buying Settings
Browse files Browse the repository at this point in the history
(cherry picked from commit f5937f4)
  • Loading branch information
s-aga-r authored and mergify[bot] committed Mar 17, 2023
1 parent daa1bb8 commit da915f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion erpnext/buying/doctype/buying_settings/buying_settings.json
Expand Up @@ -16,6 +16,7 @@
"transaction_settings_section",
"po_required",
"pr_required",
"over_order_allowance",
"column_break_12",
"maintain_same_rate",
"set_landed_cost_based_on_purchase_invoice_rate",
Expand Down Expand Up @@ -156,14 +157,21 @@
"fieldname": "set_landed_cost_based_on_purchase_invoice_rate",
"fieldtype": "Check",
"label": "Set Landed Cost Based on Purchase Invoice Rate"
},
{
"default": "0",
"description": "Percentage you are allowed to order more against the Blanket Order Quantity. For example: If you have a Blanket Order of Quantity 100 units. and your Allowance is 10% then you are allowed to order 110 units.",
"fieldname": "over_order_allowance",
"fieldtype": "Float",
"label": "Over Order Allowance (%)"
}
],
"icon": "fa fa-cog",
"idx": 1,
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2023-02-28 15:41:32.686805",
"modified": "2023-03-02 17:02:14.404622",
"modified_by": "Administrator",
"module": "Buying",
"name": "Buying Settings",
Expand Down

0 comments on commit da915f1

Please sign in to comment.