Commit cfa8468d authored by Georgios Dagkakis's avatar Georgios Dagkakis

fields for operator breaks added in batch instance

parent e3aa02cf
...@@ -126,30 +126,53 @@ ...@@ -126,30 +126,53 @@
}, },
"view_operator_shift_spreadsheet": { "view_operator_shift_spreadsheet": {
"configuration": { "configuration": {
"columns": [ "extend": [
{ "x",
"format": "date-time", "y"
"name": "Date", ],
"type": "string" "columns": [
}, {
{ "format": "date-time",
"name": "Product Builder", "name": "Date",
"type": "string" "type": "string"
}, },
{ {
"name": "Start", "name": "Product Builder",
"type": "string" "type": "string"
}, },
{ {
"name": "Stop", "name": "Start",
"type": "string" "type": "string"
} },
] {
}, "name": "Stop",
"gadget": "Input_viewSpreadsheet", "type": "string"
"title": "Product Builder Shifts Spreadsheet", },
"type": "object_view" {
}, "name": "Break1 Start",
"type": "string"
},
{
"name": "Break1 Stop",
"type": "string"
},
{
"name": "Break2 Start",
"type": "string"
},
{
"name": "Break2 Stop",
"type": "string"
}
],
"handsontable_options": {
"minSpareCols": 1
}
},
"gadget": "Input_viewSpreadsheet",
"title": "Product Builder Shifts Spreadsheet",
"type": "object_view"
},
"view_operator_skill_spreadsheet": { "view_operator_skill_spreadsheet": {
"configuration": { "configuration": {
"columns": [ "columns": [
...@@ -1189,20 +1212,6 @@ ...@@ -1189,20 +1212,6 @@
"" ""
] ]
], ],
"operator_shift_spreadsheet": [
[
"Date",
"Product Builder",
"Start",
"Stop"
],
[
null,
null,
null,
null
]
],
"operator_skill_spreadsheet": [ "operator_skill_spreadsheet": [
[ [
"Product Builder", "Product Builder",
......
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