plugins added to the pre_proc plugins sequence

parent 37f6db05
...@@ -805,8 +805,17 @@ ...@@ -805,8 +805,17 @@
"pre_processing" : { "pre_processing" : {
"description" : "", "description" : "",
"plugin_list" : [{ "plugin_list" : [{
"_class": "dream.plugins.ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet", "_class": "dream.plugins.ReadJSSkills.ReadJSSkills",
"input_id": "ShiftSpreadsheet" "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