{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "software-purchase-01", "description": "Software purchase approval card", "registryDependencies": [ "software-purchase-card", "separator" ], "files": [ { "path": "creative-tim/blocks/software-purchase-01/page.tsx", "content": "\"use client\"\n\nimport { Badge } from \"@/components/ui/badge\"\nimport { Separator } from \"@/components/ui/separator\"\nimport { SoftwarePurchaseCard } from \"@/components/ui/software-purchase-card\"\n\nexport default function Page() {\n const handleApprove = () => {\n console.log(\"Purchase approved\")\n }\n\n const handleDiscard = () => {\n console.log(\"Purchase discarded\")\n }\n\n return (\n
\n
\n {/* Left side - Purchase Details */}\n
\n
\n

Software Purchase Request

\n

\n Review and approve the software purchase details below\n

\n
\n\n \n\n
\n
\n

Purchase Details

\n
\n
\n Software Name\n \n Enterprise Cloud Suite\n \n
\n
\n Vendor\n \n CloudTech Solutions Inc.\n \n
\n
\n License Type\n \n Commercial License\n \n
\n
\n Contract Duration\n 12 months\n
\n
\n
\n\n \n\n
\n

\n Billing Information\n

\n
\n
\n Billing Cycle\n Monthly\n
\n
\n Payment Method\n \n Corporate Credit Card\n \n
\n
\n Cost Center\n \n Engineering Department\n \n
\n
\n Annual Total\n \n $30,000\n \n
\n
\n
\n\n \n\n
\n

\n Additional Information\n

\n
\n
\n Requested By\n \n John Smith (Engineering Manager)\n \n
\n
\n Request Date\n \n December 28, 2024\n \n
\n
\n Status\n \n Pending Approval\n \n
\n
\n Justification\n

\n This software is critical for our cloud infrastructure\n management and will enable the engineering team to scale\n operations more efficiently. The per-seat pricing model\n aligns with our team growth projections for Q1 2025.\n

\n
\n
\n
\n
\n
\n\n {/* Right side - Software Purchase Card */}\n
\n \n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/software-purchase/page.tsx" } ], "meta": { "iframeHeight": "900px", "container": "w-full bg-surface min-h-svh flex px-4 py-12 items-center md:py-20 justify-center min-w-0", "mobile": "component", "details": "A comprehensive software purchase approval interface featuring company information, pricing tiers, and detailed cost breakdown with tax calculations." }, "categories": [ "forms" ], "type": "registry:block" }