import { createVendor } from "@/lib/actions"; import { getVendors } from "@/lib/repository"; export default function VendorsPage() { const vendors = getVendors(); return (

Add Vendor

Vendor records support purchasing, receipts, and accounts payable activity.