import React from “react”; import { Tabs, Tab } from “@/components/ui/tabs”; import { Card, CardContent } from “@/components/ui/card”; import { Button } from “@/components/ui/button”; import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from “@/components/ui/table”; import { Input } from “@/components/ui/input”; import { Label } from “@/components/ui/label”; const POSDashboard = () => { return (

Bento Cafe POS Dashboard

Current Orders

{/* Orders Table */} Order ID Items Total (INR) Status #1001 2 x Sushi, 1 x Ramen ₹1,250 Preparing

Inventory Management

{/* Inventory Table */} Item Quantity Unit Price (INR) Actions Rice 10 kg ₹50

Staff Management

{/* Staff Table */} Name Role Shift Actions Anita Das Chef 9AM – 6PM IST
); }; export default POSDashboard;
0
    0
    Your Cart
    Your cart is emptyReturn to Shop
    Scroll to Top