Alphabetize Operations nav buttons and fix Awaiting Shipment query
Nav buttons in Operations section now in alphabetical order across all 11 pages: Engineering Holds, External Process, Job Drawing Status, Unused Items, WO Shortages. Fixed Awaiting Shipment query: - Primary focus on manufactured part (the item in stockroom), not finished part - Added wm_op.womatl_qtyiss < wm_op.womatl_qtyreq filter to exclude completed external process cycles (was showing 10-year-old data) - Removed unreliable date_in_stockroom/days_waiting columns - Added WO number and manufactured part description columns Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "cp1btn3epk",
|
||||
"key": "cp1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "cp1btnep",
|
||||
"widgetId": "cp1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user