import { createPart, recordAdjustment } from "@/lib/actions"; import { formatCurrency } from "@/lib/format"; import { getParts } from "@/lib/repository"; export default function PartsPage() { const parts = getParts(); const activeItems = parts.filter((part) => part.kind === "part" || part.kind === "assembly"); return (

Create Part or Assembly

Maintain a single item master for stocked components and sellable kits.