kell_creations/docs/architecture/components/mrp.md

41 lines
1.3 KiB
Markdown

# Craft Manufacturing / MRP Components
This diagram shows the major internal components of the Craft Manufacturing / MRP application.
## Purpose
This view breaks the Craft Manufacturing / MRP application into its primary production-planning, bill-of-material, work-order, material-consumption, fulfillment, reporting, and data-access responsibilities.
## Diagram Source
The source for this diagram is maintained as architecture code in:
`architecture/workspace/components-mrp.puml`
## Diagram
![Craft Manufacturing / MRP Components](../../images/components-mrp.svg)
## Included Components
- MRP UI
- BOM Management Service
- Work Order Service
- Production Scheduling Service
- Material Consumption Service
- Fulfillment Readiness Service
- MRP Reporting Service
- MRP Repository
## Connected Shared Services
- Transaction Database
- Authentication Service
- Shared Data Repository
- API Orchestrator
- Audit & Logging Service
- Notification Service
## Notes
This component view establishes the first detailed production architecture for the Kell Creations platform. Future refinements should align this model with bill-of-material structures, work-order lifecycle states, inventory consumption rules, fulfillment triggers, and operational exception handling across the manufacturing workflow.