Skip to content

Commit

Permalink
feat: add field Over Order Allowance (%) in Selling Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Mar 3, 2023
1 parent 8bcbc45 commit d7da892
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -24,6 +24,7 @@
"so_required",
"dn_required",
"sales_update_frequency",
"over_order_allowance",
"column_break_5",
"allow_multiple_items",
"allow_against_multiple_purchase_orders",
Expand Down Expand Up @@ -179,14 +180,20 @@
"fieldname": "allow_sales_order_creation_for_expired_quotation",
"fieldtype": "Check",
"label": "Allow Sales Order Creation For Expired Quotation"
},
{
"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-04 12:37:53.380857",
"modified": "2023-03-03 11:16:54.333615",
"modified_by": "Administrator",
"module": "Selling",
"name": "Selling Settings",
Expand Down

0 comments on commit d7da892

Please sign in to comment.