Commit Graph

94 Commits

Author SHA1 Message Date
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
ac475d683f Fix type mismatch in UnusedDays binding
NULLIF(int, '') fails when prepared statements type the parameter
as integer. Use direct cast since NUMBER input always has a value.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:18:58 -05:00
815023dca9 no message 2026-03-23 16:15:17 -05:00
a541c4cc69 Restore UnusedDays widget binding in query
Re-add NULLIF/COALESCE pattern for UnusedDays.text input filter
now that the base query is confirmed working.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:13:31 -05:00
ac5d2f5e40 Resolve merge conflict in unused_items query metadata
Keep hardcoded 365 days version for testing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:06:58 -05:00
1771c1f214 Merge branch 'MBS-2045' of https://bitbucket.org/magnapower/statistics-app into MBS-2045
# Conflicts:
#	pages/Operations - Unused Items/queries/unused_items/metadata.json
2026-03-23 16:04:39 -05:00
659b29e2f5 Hardcode 365 days to isolate query issue from widget binding
Remove UnusedDays.text widget reference and dynamicBindingPathList
to test whether the base query works against the datasource.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:03:26 -05:00
1017841419 System generated commit, for syncing changes with remote after git pull 2026-03-23 20:48:55 +00:00
c29125c3e0 Merge remote-tracking branch 'origin/MBS-2045' into MBS-2045
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 15:47:43 -05:00
50d522d312 Fixed filter location and query nulls 2026-03-23 15:44:35 -05:00
0579c2158d System generated commit, for syncing changes with remote after git pull 2026-03-23 20:38:54 +00:00
acf1fd9097 Added Unused Items stat 2026-03-23 15:38:36 -05:00
2979f21e52 Merged in feature/sub-navigation-items (pull request #1)
Feature/sub navigation items

Approved-by: Adam Pitel
2026-03-16 12:55:25 +00:00
fd3b07ea9a Autogen 2026-03-16 10:30:57 +00:00
4cce1740d4 System generated commit, for syncing changes with remote after git pull 2026-03-16 10:29:11 +00:00
ivarsbariss
4b4c1d38fd Prepare for launch 2026-03-16 11:28:15 +01:00
43a660e8a6 Move Sales units shipped to prod db 2026-03-16 10:15:53 +00:00
bf7d187e6f Move capacity planning to live db 2026-03-16 10:14:09 +00:00
ivarsbariss
00f66281c6 Fix navigation 2026-03-13 12:02:44 +01:00
0bcc69ccdf Autogenerated 2026-03-13 10:55:14 +00:00
ivarsbariss
403c7ff86f Improved all pending pos query 2026-03-13 11:40:47 +01:00
57f3e27710 Cleanup 2026-03-13 10:23:49 +00:00
ivarsbariss
8ab878f39e Merge origin/feature/sub-navigation-items
Made-with: Cursor
2026-03-13 11:20:19 +01:00
ivarsbariss
2f4f863269 Fixed units shipped query 2026-03-13 11:16:09 +01:00
9614949714 Autogenerated from Appsmith 2026-03-05 13:03:58 +00:00
ivarsbariss
a75ca9d4b3 Test change 2026-03-05 14:00:27 +01:00
ivarsbariss
a20bd77860 Add Operations section 2026-03-05 13:57:41 +01:00
bef4ad8400 Auto generated 2026-03-05 10:43:47 +00:00
ivarsbariss
3a48064c27 Add xGen page 2026-03-05 11:41:28 +01:00
ivarsbariss
6aa6f485c5 New section 2026-03-05 11:17:45 +01:00
ivarsbariss
5278411b97 Update navigation and pages 2026-03-05 10:49:47 +01:00
ivarsbariss
5b0f03e231 Merge 2026-03-05 10:34:16 +01:00
ivarsbariss
534216bb54 Correct the navigation naming 2026-03-05 10:29:01 +01:00
3c52c1e5d3 System generated commit, for syncing changes with remote after git pull 2026-03-05 09:23:24 +00:00
ivarsbariss
7a03b74453 Move pages to tabs 2026-03-05 10:22:41 +01:00
ivarsbariss
772baeb41d All POs page 2026-03-05 10:02:50 +01:00
ivarsbariss
2801422758 SR page 2026-02-27 14:58:21 +01:00
ivarsbariss
7e0e2e3086 SR page 2026-02-27 14:57:15 +01:00
a753ae3651 System generated commit, for syncing changes with remote after git pull 2026-02-27 13:00:53 +00:00
ivarsbariss
28bb0e65e5 Add ALx page 2026-02-27 14:00:27 +01:00
dfc2ba3f79 autogenerated 2026-02-27 12:40:59 +00:00
root
69749a987c Merge branch 'feature/sub-navigation-items' of git@bitbucket.org:magnapower/statistics-app.git into feature/sub-navigation-items 2026-02-27 12:39:42 +00:00
ivarsbariss
5fbfd4374c ML Pending page 2026-02-27 13:37:42 +01:00
bf17377df4 Something autogenerated 2026-02-27 12:21:28 +00:00
ivarsbariss
68ad98ede4 New skills 2026-02-27 13:20:38 +01:00
ivarsbariss
f207f55565 Merge remote changes, restore Pending POs page and navigation
Resolve conflicts from Appsmith auto-sync that removed the
Pending POs - SLx Pending page and navigation additions.
All files restored with gitSyncId fix.

Made-with: Cursor
2026-02-27 13:14:18 +01:00
ivarsbariss
2adc0c5304 Pending POs pages 2026-02-27 13:12:52 +01:00
efb579e9a0 again some kind of auto revert 2026-02-27 12:12:35 +00:00
ivarsbariss
4d0e1f0180 Pending POs pages 2026-02-27 13:09:10 +01:00