refactor: make update_project_cost optional through Buying Settings
(cherry picked from commit 0fe6dcd74288d5f2df1ffc37485e22ee96329b9e)
This commit is contained in:
parent
28e695baf8
commit
c06388fe48
@ -17,6 +17,7 @@
|
|||||||
"po_required",
|
"po_required",
|
||||||
"pr_required",
|
"pr_required",
|
||||||
"blanket_order_allowance",
|
"blanket_order_allowance",
|
||||||
|
"project_update_frequency",
|
||||||
"column_break_12",
|
"column_break_12",
|
||||||
"maintain_same_rate",
|
"maintain_same_rate",
|
||||||
"set_landed_cost_based_on_purchase_invoice_rate",
|
"set_landed_cost_based_on_purchase_invoice_rate",
|
||||||
@ -172,6 +173,14 @@
|
|||||||
"fieldname": "blanket_order_allowance",
|
"fieldname": "blanket_order_allowance",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"label": "Blanket Order Allowance (%)"
|
"label": "Blanket Order Allowance (%)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "Each Transaction",
|
||||||
|
"description": "How often should Project be updated of Total Purchase Cost ?",
|
||||||
|
"fieldname": "project_update_frequency",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"label": "Update frequency of Project",
|
||||||
|
"options": "Each Transaction\nManual"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
@ -179,7 +188,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-10-25 14:03:32.520418",
|
"modified": "2023-11-24 10:55:51.287327",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Buying Settings",
|
"name": "Buying Settings",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user