plugins added to the pre_proc plugins sequence

parent 37f6db05
......@@ -805,8 +805,17 @@
"pre_processing" : {
"description" : "",
"plugin_list" : [{
"_class": "dream.plugins.ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet",
"input_id": "ShiftSpreadsheet"
"_class": "dream.plugins.ReadJSSkills.ReadJSSkills",
"input_id": "operator_skill_spreadsheet"
}, {
"_class": "dream.plugins.ReadJSWIP.ReadJSWIP",
"input_id": "wip_spreadsheet"
}, {
"_class": "dream.plugins.ReadJSOrders.ReadJSOrders",
"input_id": "production_orders_spreadsheet"
}, {
"_class": "dream.plugins.ReadJSWorkPlan.ReadJSWorkPlan",
"input_id": "workplan_spreadsheet"
}
]
},
......
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