PhoenixKit Manufacturing

Manufacturing module for PhoenixKit.

A drop-in PhoenixKit module — add it to a host app's deps and it is auto-discovered, adding a Manufacturing section to the admin panel.

Features

Roadmap (see dev_docs/DEVELOPMENT_PLAN.md): production orders, warehouse integration (goods issues / receipts), dashboard widgets, and staff/project links.

Installation

Add to your host app's mix.exs:

{:phoenix_kit_manufacturing, "~> 0.2"}

Then apply the module's tables and enable it in Admin → Modules:

mix deps.get
mix phoenix_kit.update

Development

See AGENTS.md for architecture, conventions, testing, and the release checklist.

License

MIT — see LICENSE.