mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 10:08:30 +00:00
committed by
Mergify
parent
f72d4b6984
commit
9a27d3cedc
@@ -15,7 +15,6 @@
|
|||||||
"bom_section",
|
"bom_section",
|
||||||
"update_bom_costs_automatically",
|
"update_bom_costs_automatically",
|
||||||
"column_break_lhyt",
|
"column_break_lhyt",
|
||||||
"manufacture_sub_assembly_in_operation",
|
|
||||||
"section_break_6",
|
"section_break_6",
|
||||||
"default_wip_warehouse",
|
"default_wip_warehouse",
|
||||||
"default_fg_warehouse",
|
"default_fg_warehouse",
|
||||||
@@ -223,13 +222,6 @@
|
|||||||
"fieldname": "column_break_lhyt",
|
"fieldname": "column_break_lhyt",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"description": "If enabled then system will manufacture Sub-assembly against the Job Card (operation).",
|
|
||||||
"fieldname": "manufacture_sub_assembly_in_operation",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": "Manufacture Sub-assembly in Operation"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"depends_on": "eval:doc.backflush_raw_materials_based_on == \"BOM\"",
|
"depends_on": "eval:doc.backflush_raw_materials_based_on == \"BOM\"",
|
||||||
@@ -249,7 +241,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-01-13 12:07:03.089977",
|
"modified": "2025-02-05 16:11:11.639916",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "Manufacturing Settings",
|
"name": "Manufacturing Settings",
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ class ManufacturingSettings(Document):
|
|||||||
get_rm_cost_from_consumption_entry: DF.Check
|
get_rm_cost_from_consumption_entry: DF.Check
|
||||||
job_card_excess_transfer: DF.Check
|
job_card_excess_transfer: DF.Check
|
||||||
make_serial_no_batch_from_work_order: DF.Check
|
make_serial_no_batch_from_work_order: DF.Check
|
||||||
manufacture_sub_assembly_in_operation: DF.Check
|
|
||||||
material_consumption: DF.Check
|
material_consumption: DF.Check
|
||||||
mins_between_operations: DF.Int
|
mins_between_operations: DF.Int
|
||||||
overproduction_percentage_for_sales_order: DF.Percent
|
overproduction_percentage_for_sales_order: DF.Percent
|
||||||
|
|||||||
Reference in New Issue
Block a user