update of jobShopAllInOneEmpty

parent bd582889
......@@ -597,67 +597,6 @@
]
}
},
"view_order_components_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
"title" : "Order Components Spreadsheet",
"configuration" : {
"columns" : [{
"name":"Part ID",
"type":"string"
}, {
"name":"Order ID",
"type":"string"
}, {
"name":"Part Type",
"type":"string",
"enum":[
"Mould Base","Mould Insert","Slider","Misc","Z-standards","K-standards", "Mold","Injection Molding Part"
]
}
]
}
},
"view_component_route_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
"title" : "Component Route Spreadsheet",
"configuration" : {
"columns" : [{
"name":"Part ID",
"type":"string"
}, {
"name":"Sequence Number",
"type":"string"
}, {
"name":"Station Id",
"type":"string"
}, {
"name":"Processing Time",
"type":"number",
"_default":0
}, {
"name":"Type of processing",
"type":"boolean",
"_default":1
}, {
"name":"Setup Time",
"type":"number",
"_default":0
}, {
"name":"Type of setup",
"type":"boolean",
"_default":1
}, {
"name":"Prerequisites",
"type":"string"
},{
"name":"Responsible Personnel",
"type":"string"
}
]
}
},
"view_workplan_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
......@@ -706,92 +645,72 @@
]
}
},
"view_machine_shift_spreadsheet" : {
"view_shift_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
"title" : "Machine Shifts Spreadsheet",
"title" : "Operators and Machine Shift Spreadsheet",
"configuration" : {
"columns" : [{
"name" : "Date",
"type" : "string",
"format" : "date-time"
}, {
"name" : "Machine",
"type" : "string"
}, {
"name" : "Start",
"name" : "Operator/Machine",
"type" : "string"
}, {
"name" : "Stop",
"type" : "string"
}
]
}
},
"view_operator_shift_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
"title" : "Operators Shifts Spreadsheet",
"configuration" : {
"columns" : [{
"name" : "Date",
"type" : "string",
"format" : "date-time"
}, {
"name" : "Operator",
"name" : "Shift Start",
"type" : "string"
}, {
"name" : "Start",
"name" : "Shift Stop",
"type" : "string"
}, {
"name" : "Stop",
"name" : "Of-shift periods",
"type" : "string"
}
]
}
},
"view_shift_spreadsheet" : {
"view_wip_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
"title" : "Operators and Machine Shift Spreadsheet",
"title" : "WIP Spreadsheet",
"configuration" : {
"columns" : [{
"name" : "Operator/Machine",
"type" : "string"
"name": "Part ID",
"type": "string"
}, {
"name" : "Date",
"type" : "string",
"format" : "date-time"
"name": "Station ID",
"type": "string"
}, {
"name" : "Shift Start",
"type" : "string"
"name": "Personnel ID",
"type": "string"
}, {
"name" : "Shift Stop",
"type" : "string"
"name": "Sequence",
"type": "string"
}, {
"name" : "Of-shift periods",
"type" : "string"
"name": "Start time",
"type": "string",
"format": "date-time"
}, {
"name": "Finish time",
"type": "string",
"format": "date-time"
}
]
}
},
"view_wip_spreadsheet" : {
"view_operator_skills_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
"title" : "WIP Spreadsheet",
"title" : "Operator Skills",
"configuration" : {
"columns" : [{
"name" : "ID",
"type" : "string"
}, {
"name" : "StationID",
"type" : "string"
}, {
"name":"Sequence",
"type":"string"
"name": "Operator ID",
"type": "string"
}, {
"name" : "Remaining Processing Time",
"type" : "number"
"name": "Skill-set",
"type": "array",
"items": {"type": "string"}
}
]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment