wulf-pulse/scripts
lorentz 0e8504c1c1 feat(12-05): live PAX8 orders/matching verification script + quantity fix
- scripts/verify-pax8-orders-matching.ts: runs a real Pax8SyncService.fullSync()
  twice, then asserts all four Phase 12 success criteria (order items
  populated with company id + billing period, confident auto-matches exist,
  no-match/ambiguous companies flagged for review, auto-match set stable
  across two syncs). Never logs secrets/tokens.
- migrations/094_pax8_order_items_quantity_numeric.sql (Rule 1 auto-fix):
  pax8_order_items.quantity was INTEGER but real PAX8 usage-based invoice
  items (e.g. Azure per-unit bandwidth overage) report fractional
  quantities, which aborted the entire orders/order_items sync loop on the
  first such row and silently truncated SC#1's item coverage to ~123 rows
  instead of the full ~56k-row history. Widened to NUMERIC(14,4); applied
  directly to the dev DB (existing volume, not a fresh init).
- deferred-items.md: logged pre-existing out-of-scope failures (appgate
  TS2307 type errors, itglue-search.test.ts) confirmed unchanged by this
  plan's files.
2026-07-10 23:10:44 -04:00
..
loglift feat: RMM Overshell, IT Glue audit/write-back, LogLift, link-aware bundles, dashboard overhaul 2026-05-03 07:13:18 -04:00
rmm-diagnostics feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
analyze-sync-failures.ts feat: implement structured logging for sync operations 2026-01-23 08:02:02 -05:00
apply-fh-deposit.ts fix(260519-0oz-02): defer QBO client construction in dry-run to avoid credential requirement 2026-05-19 00:38:47 -04:00
apply-migrations.sh Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
backfill-fingerprints.ts feat(analyzer): Phase 2 — full stage persistence, fingerprints, aggregate reports, cost guards 2026-04-29 14:00:22 -04:00
backfill-ticket-notes-gap.ts feat: AI ticket analyzer (phases 1-6) 2026-04-29 10:59:40 -04:00
build-analyzer-fixture-T20260424.0045.ts feat: AI ticket analyzer (phases 1-6) 2026-04-29 10:59:40 -04:00
deactivate-cis-for-inactive-companies.ts feat: Veeam RPO analysis, comparison, ticket analysis + company teams table 2026-04-29 09:16:46 -04:00
diff-ticket-680282.ts feat: AI ticket analyzer (phases 1-6) 2026-04-29 10:59:40 -04:00
passportal-import-wasabi.ts feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
reconcile-device-links.ts feat: RMM Overshell, IT Glue audit/write-back, LogLift, link-aware bundles, dashboard overhaul 2026-05-03 07:13:18 -04:00
run-migration-008.sh Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
setup-zabbix-wan-monitoring.ts feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
test-auvik-config.ts Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
test-duo.mjs feat: Mimecast multi-tenant held mail viewer 2026-03-31 22:38:22 -04:00
test-postgres.ts Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
update-workstation-desktop-category.ts feat: Veeam RPO analysis, comparison, ticket analysis + company teams table 2026-04-29 09:16:46 -04:00
update-workstation-laptop-category.ts feat: Veeam RPO analysis, comparison, ticket analysis + company teams table 2026-04-29 09:16:46 -04:00
verify-pax8-auth.ts feat(10-03): add live PAX8 auth-proof script + document PAX8 in CLAUDE.md 2026-07-10 17:44:56 -04:00
verify-pax8-invoice-items.ts feat(12-02): add live field-mapping spot-check script for invoice items 2026-07-10 22:47:09 -04:00
verify-pax8-orders-matching.ts feat(12-05): live PAX8 orders/matching verification script + quantity fix 2026-07-10 23:10:44 -04:00