mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-10 07:49:29 +00:00
fix: rearrange fields in BOM Operation (#58683)
This commit is contained in:
@@ -17,9 +17,11 @@
|
|||||||
"workstation_type",
|
"workstation_type",
|
||||||
"workstation",
|
"workstation",
|
||||||
"time_in_mins",
|
"time_in_mins",
|
||||||
|
"section_break_bnyq",
|
||||||
"fixed_time",
|
"fixed_time",
|
||||||
"is_subcontracted",
|
"is_subcontracted",
|
||||||
"is_final_finished_good",
|
"is_final_finished_good",
|
||||||
|
"column_break_zflu",
|
||||||
"set_cost_based_on_bom_qty",
|
"set_cost_based_on_bom_qty",
|
||||||
"quality_inspection_required",
|
"quality_inspection_required",
|
||||||
"batch_split",
|
"batch_split",
|
||||||
@@ -311,7 +313,8 @@
|
|||||||
"description": "On completion of the Job Card, split the consumed batch into one child batch per finished piece",
|
"description": "On completion of the Job Card, split the consumed batch into one child batch per finished piece",
|
||||||
"fieldname": "batch_split",
|
"fieldname": "batch_split",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Batch Split"
|
"label": "Batch Split",
|
||||||
|
"show_description_on_click": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "eval:doc.batch_split",
|
"depends_on": "eval:doc.batch_split",
|
||||||
@@ -320,14 +323,23 @@
|
|||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"label": "Weight Per Piece",
|
"label": "Weight Per Piece",
|
||||||
"mandatory_depends_on": "eval:doc.batch_split",
|
"mandatory_depends_on": "eval:doc.batch_split",
|
||||||
"non_negative": 1
|
"non_negative": 1,
|
||||||
|
"show_description_on_click": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "section_break_bnyq",
|
||||||
|
"fieldtype": "Section Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_zflu",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2026-08-28 18:00:00.000000",
|
"modified": "2026-09-01 14:47:20.705648",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "BOM Operation",
|
"name": "BOM Operation",
|
||||||
|
|||||||
Reference in New Issue
Block a user