# PhoenixKitManufacturing v0.2.0 - Table of Contents

> Manufacturing module for PhoenixKit — machines, production orders.

## Modules

- [PhoenixKitManufacturing](PhoenixKitManufacturing.md): PhoenixKit module: manufacturing.
- [PhoenixKitManufacturing.Errors](PhoenixKitManufacturing.Errors.md): Central mapping from error atoms (returned by the Manufacturing module's
public API and used across its LiveViews) to translated human-readable
strings.
- [PhoenixKitManufacturing.Gettext](PhoenixKitManufacturing.Gettext.md): Gettext backend for phoenix_kit_manufacturing.
- [PhoenixKitManufacturing.Machines](PhoenixKitManufacturing.Machines.md): Context module for managing machines and machine types.
- [PhoenixKitManufacturing.Migrations.Machines](PhoenixKitManufacturing.Migrations.Machines.md): Versioned migration for the Manufacturing module.
- [PhoenixKitManufacturing.Paths](PhoenixKitManufacturing.Paths.md): Centralized path helpers for the Manufacturing module.
- [PhoenixKitManufacturing.Schemas.Machine](PhoenixKitManufacturing.Schemas.Machine.md): Schema for manufacturing machines (the machines reference book).
- [PhoenixKitManufacturing.Schemas.MachineType](PhoenixKitManufacturing.Schemas.MachineType.md): Schema for machine types (e.g., CNC, Milling, Press, Laser cutter).
- [PhoenixKitManufacturing.Schemas.MachineTypeAssignment](PhoenixKitManufacturing.Schemas.MachineTypeAssignment.md): Join table for the many-to-many between machines and machine types.
- [PhoenixKitManufacturing.Web.DashboardLive](PhoenixKitManufacturing.Web.DashboardLive.md): Admin dashboard for the Manufacturing module.
- [PhoenixKitManufacturing.Web.MachineFormLive](PhoenixKitManufacturing.Web.MachineFormLive.md): Create/edit form for machines.
- [PhoenixKitManufacturing.Web.MachineTypeFormLive](PhoenixKitManufacturing.Web.MachineTypeFormLive.md): Create/edit form for machine types, with multilang name/description.
- [PhoenixKitManufacturing.Web.MachinesLive](PhoenixKitManufacturing.Web.MachinesLive.md): Landing page for the Machines reference book.

