start date and end date added to production order doctype

This commit is contained in:
Neil Trini Lasrado
2014-10-14 15:17:23 +05:30
parent 7cdb25b733
commit 9d01133e49

View File

@@ -128,6 +128,20 @@
"permlevel": 0, "permlevel": 0,
"read_only": 1 "read_only": 1
}, },
{
"fieldname": "start_date",
"fieldtype": "Date",
"label": "Start Date",
"permlevel": 0,
"precision": ""
},
{
"fieldname": "end_date",
"fieldtype": "Date",
"label": "End Date",
"permlevel": 0,
"precision": ""
},
{ {
"fieldname": "warehouses", "fieldname": "warehouses",
"fieldtype": "Section Break", "fieldtype": "Section Break",
@@ -232,7 +246,7 @@
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-09-15 11:45:48.591196", "modified": "2014-10-14 13:09:37.463454",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "Production Order", "name": "Production Order",