Manufacturing API (Roadmap)
Manufacturing endpoints are not yet exposed on /public/v1. This section describes the planned contract so integrators can preview shape and request prioritization.
Manufacturing API — Roadmap Overview
roadmapManufacturing endpoints are NOT yet exposed at /public/v1/*. The internal HelloBooks app uses six manufacturing controllers today; the public-API curated subset is roadmap.
Read pageRoadmap: BOM (Bill of Materials)
roadmapPlanned: full CRUD plus where-used analytics and material requirements explosion. Currently lives on the internal route /bom — not on /public/v1.
Read pageRoadmap: Work Orders
roadmapPlanned: full lifecycle (Draft → InProgress → Completed/Cancelled) with InventoryAllocation reservations on release and atomic stock movements on completion.
Read pageRoadmap: Recipes
roadmapPlanned: CRUD on production recipes (the process-industry counterpart of BOM), with per-output-item lookup for production planning.
Read pageRoadmap: Quality Inspections
roadmapPlanned: create + complete quality inspections against work orders or receipts, with stats endpoint for pass/fail trends.
Read pageRoadmap: Subcontract Orders
roadmapPlanned: full subcontract lifecycle — create, issue materials to subcontractor, receive finished goods, and complete.
Read pageRoadmap: Manufacturing Reports
roadmapPlanned: read-only reports (job costing, by-products, production cost analysis, efficiency) with 5-minute server-side cache.
Read page