import { DataTableProvider } from "@/lib/hooks"; import { ChevronLeft, ChevronRight, Copy, CreditCard, File, ListFilter, MoreVertical, Truck, } from "lucide-react"; import { Trans } from "react-i18next"; import { QuotesDataTable } from "./components"; import { Badge, Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, Pagination, PaginationContent, PaginationItem, Progress, Separator, Table, TableBody, TableCell, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, } from "@/ui"; import { useNavigate } from "react-router-dom"; export const QuotesList = () => { const navigate = useNavigate(); return (

descripción

Tus Cotizaciones Introducing Our Dynamic Orders Dashboard for Seamless Management and Insightful Analysis. This Week $1,329
+25% from last week
This Month $5,329
+10% from last month
Week Month Year
Filter by Fulfilled Declined Refunded
Orders Recent orders from your store. Customer Type Status Date Amount
Liam Johnson
liam@example.com
Sale Fulfilled 2023-06-23 $250.00
Olivia Smith
olivia@example.com
Refund Declined 2023-06-24 $150.00
Noah Williams
noah@example.com
Subscription Fulfilled 2023-06-25 $350.00
Emma Brown
emma@example.com
Sale Fulfilled 2023-06-26 $450.00
Liam Johnson
liam@example.com
Sale Fulfilled 2023-06-23 $250.00
Liam Johnson
liam@example.com
Sale Fulfilled 2023-06-23 $250.00
Olivia Smith
olivia@example.com
Refund Declined 2023-06-24 $150.00
Emma Brown
emma@example.com
Sale Fulfilled 2023-06-26 $450.00
Order Oe31b70H Date: November 23, 2023
Edit Export Trash
Order Details
  • Glimmer Lamps x 2 $250.00
  • Aqua Filters x 1 $49.00
  • Subtotal $299.00
  • Shipping $5.00
  • Tax $25.00
  • Total $329.00
Shipping Information
Liam Johnson 1234 Main St. Anytown, CA 12345
Billing Information
Same as shipping address
Customer Information
Customer
Liam Johnson
Payment Information
Visa
**** **** **** 4532
Updated
); };