updates of the JobShop configuraiton taking into account the latest...

updates of the JobShop configuraiton taking into account the latest specifications for the spreadsheets
parent 8660ec36
......@@ -577,6 +577,12 @@
"columns" : [{
"name":"Order ID",
"type":"string"
}, {
"name":"Customer",
"type":"string"
}, {
"name":"Order Date",
"type":"string"
}, {
"name":"Due Date",
"type":"string"
......@@ -602,9 +608,6 @@
}, {
"name":"Order ID",
"type":"string"
}, {
"name":"Project Manager",
"type":"string"
}, {
"name":"Part Type",
"type":"string",
......@@ -646,13 +649,63 @@
"type":"boolean",
"_default":1
}, {
"id":"operator",
"name":"Prerequisites",
"type":"string"
},{
"name":"Responsible Personnel",
"type":"string"
}
]
}
},
"view_workplan_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
"title" : "Workplan 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"
]
}, {
"name":"Operation",
"type":"string"
}, {
"name":"Sequence Number",
"type":"string"
}, {
"name":"Responsible personnel",
"type":"string"
}, {
"name":"Quantity",
"type":"Number",
"_default": 1
}, {
"name":"Processing Time",
"type":"number",
"_default":0
}, {
"name":"Precedent Operations",
"type":"string"
}, {
"name":"Latest finish time",
"type":"string",
"format": "time"
}, {
"name":"WP_ID",
"type":"string"
}
]
}
},
"view_machine_shift_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
......@@ -685,7 +738,7 @@
"type" : "string",
"format" : "date-time"
}, {
"name" : "Repairman",
"name" : "Operator",
"type" : "string"
}, {
"name" : "Start",
......@@ -697,6 +750,31 @@
]
}
},
"view_shift_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
"title" : "Operators and Machine Shift Spreadsheet",
"configuration" : {
"columns" : [{
"name" : "Operator/Machine",
"type" : "string"
}, {
"name" : "Date",
"type" : "string",
"format" : "date-time"
}, {
"name" : "Shift Start",
"type" : "string"
}, {
"name" : "Shift Stop",
"type" : "string"
}, {
"name" : "Of-shift periods",
"type" : "string"
}
]
}
},
"view_wip_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
......@@ -813,16 +891,14 @@
}
]
},
"processing_plugin" : {
"processing_plugin": {
"description" : "",
"_class" : "",
"input_id" : ""
"_class" : "dream.plugins.plugin.DefaultExecutionPlugin",
"input_id" : "Simulation"
},
"post_processing" : {
"description" : "",
"plugin_list" : [{
"_class" : "dream.plugins.CalculateConfidenceIntervals.CalculateConfidenceIntervals"
}]
"plugin_list" : []
},
"general" : {
"properties" : {
......
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