Commit b5909ea6 authored by panos's avatar panos

Remove useless gadgets in the configuration file due to the use of the DB approach

parent 61497ca8
......@@ -124,44 +124,6 @@
"title": "Operator Skills",
"type": "object_view"
},
"view_production_orders_spreadsheet": {
"configuration": {
"columns": [
{
"name": "Order ID",
"type": "string"
},
{
"name": "Customer",
"type": "string"
},
{
"name": "Project",
"type": "string"
},
{
"name": "Order Date",
"type": "string"
},
{
"name": "Due Date",
"type": "string"
},
{
"default": 1,
"name": "Priority",
"type": "number"
},
{
"name": "Project Manager",
"type": "string"
}
]
},
"gadget": "Input_viewSpreadsheet",
"title": "Production Orders Spreadsheet",
"type": "object_view"
},
"view_result": {
"gadget": "Input_viewResultComparison",
"output_id": "order_lateness",
......@@ -202,114 +164,6 @@
"gadget": "Input_viewSpreadsheet",
"title": "Operators and Machine Shift Spreadsheet",
"type": "object_view"
},
"view_wip_spreadsheet": {
"configuration": {
"columns": [
{
"name": "Part ID",
"type": "string"
},
{
"name": "Sequence",
"type": "string"
},
{
"name": "task ID",
"type": "string"
},
{
"name": "Station ID",
"type": "string"
},
{
"name": "Personnel ID",
"type": "string"
},
{
"format": "date-time",
"name": "Start time",
"type": "string"
}
]
},
"gadget": "Input_viewSpreadsheet",
"title": "WIP Spreadsheet",
"type": "object_view"
},
"view_workplan_spreadsheet": {
"configuration": {
"columns": [
{
"name": "Part ID",
"type": "string"
},
{
"name": "Order ID",
"type": "string"
},
{
"enum": [
"Mould Base",
"Mould Insert",
"Slider",
"Misc",
"Z-standards",
"K-standards",
"Mold",
"Injection Molding Part"
],
"name": "Part Type",
"type": "string"
},
{
"name": "Operation",
"type": "string"
},
{
"name": "Sequence Number",
"type": "string"
},
{
"name": "Responsible personnel",
"type": "string"
},
{
"_default": 1,
"name": "Quantity",
"type": "Number"
},
{
"_default": 0,
"name": "Processing Time",
"type": "number"
},
{
"name": "Precedent Operations",
"type": "string"
},
{
"format": "time",
"name": "Latest finish time",
"type": "string"
},
{
"name": "WP_ID",
"type": "string"
},
{
"enum": [
"Yes",
"No"
],
"name": "Completed",
"type": "string"
}
]
},
"gadget": "Input_viewSpreadsheet",
"title": "Workplan Spreadsheet",
"type": "object_view"
}
},
"output": {
......
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