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:
2026-04-03 14:52:00 -04:00
parent a9f0e75e1b
commit 52b3c2b1af
58 changed files with 409 additions and 591 deletions

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"dynamicTriggerPathList": [{"key": "onClick"}],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "xg1btnwosk",
"key": "xg1btn3uik",
"leftColumn": 0,
"minWidth": 120,
"mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16,
"mobileTopRow": 52,
"needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56,
"originalTopRow": 52,
"parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 64,
"text": "WO Shortages",
"text": "Unused Items",
"topRow": 52,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "xg1btnwos",
"widgetId": "xg1btn3ui",
"widgetName": "Button3Copy3"
}
}