Commit Graph

12 Commits

Author SHA1 Message Date
ac93d07e68 Add Operations - WO Shortages page with MTS/MTO shortage tracking
Automates the production manager's manual workflow of checking xTuple WO
Schedule + Kit Material Shortage for FA department work orders. Two tabs:
WO Shortages (detail per WO + shortage line) and Critical Parts (aggregated
parts blocking near-term shipments). Nav button added to all pages.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 12:22:35 -04:00
e55d6acdbd Merge branch 'MBS-2045' 2026-03-31 07:44:58 -04:00
4a3015b430 Remove extra dynamicHeight properties from Unused Items active button
Match other active nav buttons which don't have these properties.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 07:27:23 -04:00
0ae80cb24c Fixed border color again 2026-03-31 07:23:52 -04:00
e44f5ff5ca Fixed border radius 2026-03-31 07:20:31 -04:00
b0ac6081cc Resized table 2026-03-31 10:57:33 +00:00
c851e06086 Add QOH column to Unused Items page
Sum itemsite_qtyonhand across all itemsites per item.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 06:55:14 -04:00
a8b9a45a5d Enable built-in table column filters on Unused Items page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 09:01:14 -05:00
9e88a6b1ad Add Class Code and BOMs Used In columns to Unused Items page
- Join classcode table for class code display
- Subquery bomitem for count of distinct parent BOMs each item appears in
- Add both columns to table widget between Item Type and Created By

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 08:56:50 -05:00
74ff4d6aef Filter to active items only, remove Status column, document widget binding rules
- Add WHERE item_active filter to show only active unused items
- Remove Status column from query and table widget
- Add widget binding guidance to AGENTS.md (NUMBER inputs
  cannot use NULLIF pattern due to prepared statement typing)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:24:41 -05:00
50d522d312 Fixed filter location and query nulls 2026-03-23 15:44:35 -05:00
acf1fd9097 Added Unused Items stat 2026-03-23 15:38:36 -05:00