Commit 8ce4b422 authored by Jérome Perrin's avatar Jérome Perrin

DemandPlanning: integrate new widget to analyse bottleneck utilization by week

parent a54ea05d
...@@ -148,12 +148,22 @@ ...@@ -148,12 +148,22 @@
"title": "Download Result Spreadsheet", "title": "Download Result Spreadsheet",
"type": "object_view" "type": "object_view"
}, },
"view_bottleneck_utilization": { "view_bottleneck_utilization_by_bottleneck": {
"configuration": { "configuration": {
"output_id": "bottleneck_utilization" "output_id": "bottleneck_utilization",
}, "select_label": "Please select bottleneck:"
"gadget": "Output_viewBottleneckGraph", },
"title": "Bottleneck Utilization", "gadget": "Output_viewBottleneckGraph",
"title": "Bottleneck Utilization by Bottleneck",
"type": "object_view"
},
"view_bottleneck_utilization_by_week": {
"configuration": {
"output_id": "bottleneck_utilization_by_week",
"select_label": "Please select week:"
},
"gadget": "Output_viewBottleneckGraph",
"title": "Bottleneck Utilization by Week",
"type": "object_view" "type": "object_view"
} }
}, },
...@@ -166,6 +176,10 @@ ...@@ -166,6 +176,10 @@
{ {
"_class": "dream.plugins.DemandPlanning.DemandPlanningLine.DemandPlanningLine", "_class": "dream.plugins.DemandPlanning.DemandPlanningLine.DemandPlanningLine",
"output_id": "bottleneck_utilization" "output_id": "bottleneck_utilization"
},
{
"_class": "dream.plugins.DemandPlanning.DemandPlanningLine.BottleNeckByWeek",
"output_id": "bottleneck_utilization_by_week"
} }
] ]
}, },
......
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