demand planning

This commit is contained in:
2026-03-15 15:45:29 -05:00
parent f858fe4785
commit 15116807ce
11 changed files with 859 additions and 15 deletions

View File

@@ -26,6 +26,7 @@ Current foundation scope includes:
- projects with customer/commercial/shipment linkage, owners, due dates, notes, and attachments
- manufacturing work orders with project linkage, station-based operation templates, material issue posting, completion posting, and work-order attachments
- planning gantt timelines with live project and manufacturing schedule data
- sales-order demand planning with multi-level BOM explosion, stock/open-supply netting, and build/buy recommendations
- admin diagnostics with runtime footprint, record counts, and recent audit-trail visibility
- admin user management with account creation, activation, role assignment, and role-permission editing
- CRM and shipping audit coverage plus startup validation surfaced through the admin diagnostics page
@@ -53,8 +54,8 @@ Current completed foundation areas:
Near-term priorities:
1. Better user and session visibility for operational admins
2. Safer destructive-action confirmations and recovery messaging
1. Convert demand-planning recommendations into work orders and purchase orders
2. Shared shortage and readiness rollups across planning, purchasing, manufacturing, and projects
Revisit / deferred items:
@@ -351,6 +352,7 @@ The current admin operations slice supports:
- persisted audit events for core settings, inventory, purchasing, sales, project, and manufacturing write actions
- an admin diagnostics page for runtime footprint, data/storage path visibility, key record counts, and recent audit activity
- a sales-order demand-planning view with multi-level BOM netting and build/buy recommendations
- a dedicated user-management page for account creation, activation, role assignment, password reset-style updates, and role-permission administration
- CRM customer/vendor changes and shipping mutations now flow into the shared audit trail
- startup validation now checks storage paths, writable storage readiness, database connectivity, client bundle readiness, Chromium availability, and risky production defaults during server boot
@@ -361,8 +363,8 @@ The current admin operations slice supports:
Current follow-up direction:
- better user and session visibility for operational admins
- safer destructive-action confirmations and recovery messaging
- convert demand-planning recommendations into work orders and purchase orders
- shared shortage and readiness rollups across planning, purchasing, manufacturing, and projects
## UI Notes