Merge pull request 'fixed the status bug in history' (#127) from guga into main

Reviewed-on: #127
This commit is contained in:
gigi.mamaladze 2025-06-20 13:55:13 +00:00
commit afb24b15fe
5 changed files with 10 additions and 79 deletions

View File

@ -3,7 +3,7 @@
"currentTab": null "currentTab": null
}, },
"params": { "params": {
"Tab_ID": 0, "Tab_ID": 2,
"Table": "Status_tab" "Table": "Status_tab"
}, },
"propConfig": { "propConfig": {
@ -51,7 +51,7 @@
"children": [ "children": [
{ {
"custom": { "custom": {
"mode": "1Past 30 Minvaluevalue" "mode": "2Past 30 Minvaluevalue"
}, },
"meta": { "meta": {
"name": "Scanner History" "name": "Scanner History"
@ -80,8 +80,7 @@
"endtime": "{..../Period_not_Global_0.custom.EndDate}", "endtime": "{..../Period_not_Global_0.custom.EndDate}",
"starttime": "{..../Period_not_Global_0.custom.StartDate}" "starttime": "{..../Period_not_Global_0.custom.StartDate}"
}, },
"queryPath": "Status/Scanner History", "queryPath": "Status/Scanner History"
"returnFormat": "dataset"
}, },
"type": "query" "type": "query"
} }
@ -634,74 +633,6 @@
"visible": true, "visible": true,
"width": 70 "width": 70
}, },
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY HH:mm:ss",
"editable": false,
"field": "Tray",
"footer": {
"align": "center",
"justify": "left",
"style": {
"classes": ""
},
"title": ""
},
"header": {
"align": "center",
"justify": "center",
"style": {
"classes": ""
},
"title": "Trays (#)"
},
"justify": "center",
"number": "value",
"numberFormat": "0,0.##",
"progressBar": {
"bar": {
"color": "",
"style": {
"classes": ""
}
},
"max": 100,
"min": 0,
"track": {
"color": "",
"style": {
"classes": ""
}
},
"value": {
"enabled": true,
"format": "0,0.##",
"justify": "center",
"style": {
"classes": ""
}
}
},
"render": "auto",
"resizable": true,
"sort": "none",
"sortable": true,
"strictWidth": false,
"style": {
"classes": ""
},
"toggleSwitch": {
"color": {
"selected": "",
"unselected": ""
}
},
"viewParams": {},
"viewPath": "",
"visible": true,
"width": 60
},
{ {
"align": "center", "align": "center",
"boolean": "checkbox", "boolean": "checkbox",
@ -1645,6 +1576,7 @@
"y": -0.0011 "y": -0.0011
}, },
"props": { "props": {
"currentTabIndex": 2,
"tabs": [ "tabs": [
"Enternet", "Enternet",
"Lane Status", "Lane Status",
@ -3362,7 +3294,7 @@
}, },
"props": { "props": {
"dismissOnSelect": false, "dismissOnSelect": false,
"formattedValue": "May 29, 2025 1:08 PM", "formattedValue": "Jun 17, 2025 4:31 PM",
"formattedValues": { "formattedValues": {
"date": "Mar 26, 2021", "date": "Mar 26, 2021",
"datetime": "Mar 26, 2021 12:00 AM", "datetime": "Mar 26, 2021 12:00 AM",
@ -3372,9 +3304,9 @@
"$": [ "$": [
"ts", "ts",
192, 192,
1748511500773 1750165297976
], ],
"$ts": 1748509700000 "$ts": 1750163497000
} }
}, },
"type": "ia.input.date-time-input" "type": "ia.input.date-time-input"
@ -3522,7 +3454,7 @@
}, },
"props": { "props": {
"dismissOnSelect": false, "dismissOnSelect": false,
"formattedValue": "May 29, 2025 1:38 PM", "formattedValue": "Jun 17, 2025 5:01 PM",
"formattedValues": { "formattedValues": {
"date": "Mar 29, 2021", "date": "Mar 29, 2021",
"datetime": "Mar 29, 2021 1:37 PM", "datetime": "Mar 29, 2021 1:37 PM",
@ -3532,9 +3464,9 @@
"$": [ "$": [
"ts", "ts",
192, 192,
1748511500773 1750165297976
], ],
"$ts": 1748511500000 "$ts": 1750165297000
} }
}, },
"type": "ia.input.date-time-input" "type": "ia.input.date-time-input"

View File

@ -6,7 +6,6 @@ SELECT alltable.t_stamp,
alltable.ScanLabel, alltable.ScanLabel,
alltable.ScanStatus, alltable.ScanStatus,
alltable.Length, alltable.Length,
alltable.Tray,
alltable.AssignmentScanHist, alltable.AssignmentScanHist,
alltable.DivertStatus, alltable.DivertStatus,
alltable.DEST_REQ, alltable.DEST_REQ,