From c73f4f70e41529e2f567d0d871db7c88ad2c77aa Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Thu, 4 Dec 2014 12:42:23 +0530 Subject: [PATCH] BOM doctype design modified. Quality feild moved from 'More Section' to 'Materials Section' [fix] Issue #2404 --- erpnext/manufacturing/doctype/bom/bom.json | 67 +++++++++++----------- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom/bom.json b/erpnext/manufacturing/doctype/bom/bom.json index 89f77f23b1..c236cafbbf 100644 --- a/erpnext/manufacturing/doctype/bom/bom.json +++ b/erpnext/manufacturing/doctype/bom/bom.json @@ -1,5 +1,4 @@ { - "allow_attach": 0, "allow_copy": 0, "allow_import": 1, "allow_rename": 0, @@ -110,6 +109,17 @@ "options": "BOM Item", "permlevel": 0 }, + { + "default": "1", + "description": "Quantity of item obtained after manufacturing / repacking from given quantities of raw materials", + "fieldname": "quantity", + "fieldtype": "Float", + "label": "Quantity", + "oldfieldname": "quantity", + "oldfieldtype": "Currency", + "permlevel": 0, + "reqd": 1 + }, { "fieldname": "costing", "fieldtype": "Section Break", @@ -164,30 +174,6 @@ "label": "More Info", "permlevel": 0 }, - { - "default": "1", - "description": "Quantity of item obtained after manufacturing / repacking from given quantities of raw materials", - "fieldname": "quantity", - "fieldtype": "Float", - "label": "Quantity", - "oldfieldname": "quantity", - "oldfieldtype": "Currency", - "permlevel": 0, - "reqd": 1 - }, - { - "fieldname": "uom", - "fieldtype": "Link", - "label": "Item UOM", - "options": "UOM", - "permlevel": 0, - "read_only": 1 - }, - { - "fieldname": "col_break23", - "fieldtype": "Column Break", - "permlevel": 0 - }, { "fieldname": "project_name", "fieldtype": "Link", @@ -198,14 +184,6 @@ "options": "Project", "permlevel": 0 }, - { - "fieldname": "description", - "fieldtype": "Small Text", - "in_list_view": 1, - "label": "Item Desription", - "permlevel": 0, - "read_only": 1 - }, { "fieldname": "amended_from", "fieldtype": "Link", @@ -217,6 +195,27 @@ "print_hide": 1, "read_only": 1 }, + { + "fieldname": "col_break23", + "fieldtype": "Column Break", + "permlevel": 0 + }, + { + "fieldname": "uom", + "fieldtype": "Link", + "label": "Item UOM", + "options": "UOM", + "permlevel": 0, + "read_only": 1 + }, + { + "fieldname": "description", + "fieldtype": "Small Text", + "in_list_view": 1, + "label": "Item Desription", + "permlevel": 0, + "read_only": 1 + }, { "depends_on": "eval:!doc.__islocal", "fieldname": "section_break0", @@ -248,7 +247,7 @@ "is_submittable": 1, "issingle": 0, "istable": 0, - "modified": "2014-09-08 16:30:46.265762", + "modified": "2014-12-04 12:37:39.710211", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM",