# `PhoenixKitManufacturing`
[🔗](https://github.com/BeamLabEU/phoenix_kit_manufacturing/blob/0.4.1/lib/phoenix_kit_manufacturing.ex#L1)

PhoenixKit module: manufacturing.

Provides a dashboard plus a **Machines reference book** — machines with
full CRUD and activity logging, plus many-to-many links to machine types
and operations. Machine types, operations, and defect reasons are
`phoenix_kit_entities`-backed directories (migration V5) rather than
module-owned CRUD — see `PhoenixKitManufacturing.EntitiesRegistry` and
`dev_docs/ENTITIES_MIGRATION_SPEC.md`. Production orders and warehouse
integration are planned in later milestones (see
`dev_docs/DEVELOPMENT_PLAN.md`).

Tables are created by PhoenixKit core (V144); the module ships no
migrations of its own.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
