mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
feat: add field Action on Subcontracting Receipt Submission
This commit is contained in:
@@ -30,7 +30,9 @@
|
|||||||
"column_break_11",
|
"column_break_11",
|
||||||
"over_transfer_allowance",
|
"over_transfer_allowance",
|
||||||
"section_break_xcug",
|
"section_break_xcug",
|
||||||
"action_on_purchase_order_submission"
|
"action_on_purchase_order_submission",
|
||||||
|
"column_break_izrr",
|
||||||
|
"action_on_subcontracting_receipt_submission"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@@ -184,6 +186,16 @@
|
|||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"label": "Action on Purchase Order Submission",
|
"label": "Action on Purchase Order Submission",
|
||||||
"options": "\nCreate Subcontracting Order\nCreate and Submit Subcontracting Order"
|
"options": "\nCreate Subcontracting Order\nCreate and Submit Subcontracting Order"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_izrr",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "action_on_subcontracting_receipt_submission",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"label": "Action on Subcontracting Receipt Submission",
|
||||||
|
"options": "\nCreate Purchase Receipt\nCreate and Submit Purchase Receipt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
@@ -191,7 +203,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-11-22 17:42:28.978582",
|
"modified": "2023-11-22 17:46:26.474708",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Buying Settings",
|
"name": "Buying Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user