Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
cfa8468d
Commit
cfa8468d
authored
May 08, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fields for operator breaks added in batch instance
parent
e3aa02cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
38 deletions
+47
-38
dream/simulation/Examples/GUI_instances/BatchAllInOneEmpty.json
...simulation/Examples/GUI_instances/BatchAllInOneEmpty.json
+47
-38
No files found.
dream/simulation/Examples/GUI_instances/BatchAllInOneEmpty.json
View file @
cfa8468d
...
...
@@ -126,30 +126,53 @@
},
"view_operator_shift_spreadsheet"
:
{
"configuration"
:
{
"columns"
:
[
{
"format"
:
"date-time"
,
"name"
:
"Date"
,
"type"
:
"string"
},
{
"name"
:
"Product Builder"
,
"type"
:
"string"
},
{
"name"
:
"Start"
,
"type"
:
"string"
},
{
"name"
:
"Stop"
,
"type"
:
"string"
}
]
},
"gadget"
:
"Input_viewSpreadsheet"
,
"title"
:
"Product Builder Shifts Spreadsheet"
,
"type"
:
"object_view"
},
"extend"
:
[
"x"
,
"y"
],
"columns"
:
[
{
"format"
:
"date-time"
,
"name"
:
"Date"
,
"type"
:
"string"
},
{
"name"
:
"Product Builder"
,
"type"
:
"string"
},
{
"name"
:
"Start"
,
"type"
:
"string"
},
{
"name"
:
"Stop"
,
"type"
:
"string"
},
{
"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"
:
{
"configuration"
:
{
"columns"
:
[
...
...
@@ -1189,20 +1212,6 @@
""
]
],
"operator_shift_spreadsheet"
:
[
[
"Date"
,
"Product Builder"
,
"Start"
,
"Stop"
],
[
null
,
null
,
null
,
null
]
],
"operator_skill_spreadsheet"
:
[
[
"Product Builder"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment