doc compare

This commit is contained in:
2026-03-15 21:07:28 -05:00
parent f3e421e9e3
commit a43374fe77
24 changed files with 1142 additions and 55 deletions

View File

@@ -17,8 +17,9 @@ Current foundation scope includes:
- inventory item master, BOM, warehouse, stock-location, and stock-transaction flows
- inventory transfers, reservations, and available-stock visibility
- sales quotes and sales orders with searchable customer and SKU entry
- sales approvals, approval stamps, and automatic revision history on quotes and sales orders
- sales approvals, approval stamps, automatic revision history, and revision comparison on quotes and sales orders
- purchase orders with searchable vendor and SKU entry, restricted to purchasable inventory items
- purchase-order revision history and revision comparison across commercial and receipt changes
- purchase receiving with warehouse/location posting and receipt history against purchase orders
- branded quote, sales-order, and purchase-order PDFs through the shared backend document pipeline
- purchase-order supporting documents for vendor invoices, acknowledgements, certifications, and backup files
@@ -36,7 +37,7 @@ Current foundation scope includes:
- CRM and shipping audit coverage plus startup validation surfaced through the admin diagnostics page
- backup/restore guidance, richer startup diagnostics, and exportable support bundles in the admin diagnostics workflow
- backup verification checklist and restore-drill runbook surfaced in admin diagnostics
- support-log viewing and support debugging helpers in admin diagnostics
- support-log viewing, filtering, retention cleanup, and richer support-debug export helpers in admin diagnostics
- route-level code-splitting and vendor chunking for lighter initial client loads
- file storage and PDF rendering
@@ -60,14 +61,13 @@ Current completed foundation areas:
Near-term priorities:
1. Support-log filtering, retention controls, and broader support-package polish
2. Revision comparison UX for changed sales and purchasing documents
1. Project milestones and project-side rollup visibility
2. Manufacturing routing/work-center depth, labor capture, and capacity-aware execution views
Revisit / deferred items:
- local Windows Prisma migration reliability
- support-log filtering, retention controls, and broader support-package polish
- revision comparison UX for changed sales and purchasing documents
- project milestones and project-side rollup visibility
Dashboard direction:
@@ -377,13 +377,14 @@ The current admin operations slice supports:
- startup now prunes stale expired or revoked auth-session records before serving requests
- backup and restore guidance now surfaces directly in diagnostics, along with exportable support bundles for support handoff
- support logs now capture startup warnings, HTTP failures, and server errors for admin-side debugging review
- support logs now support admin-side filtering by severity, source, search text, and retention window, and exports include summary metadata
- backup verification items and restore-drill expected outcomes now live in the admin runbook surface
- operator-facing review of recent high-impact changes without direct database access
Current follow-up direction:
- support-log filtering, retention controls, and broader support-package polish
- revision comparison UX for changed sales and purchasing documents
- project milestones and project-side rollup visibility
## UI Notes