import { createPart, recordAdjustment } from "@/lib/actions"; import { formatCurrency } from "@/lib/format"; import { getParts } from "@/lib/repository"; export default function PartsPage() { const parts = getParts(); return (

Create Part or Assembly

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