Refactor Commerce module
This commit is contained in:
@@ -165,15 +165,12 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
label: 'Comercios',
|
||||
path: '/dashboard/commerce',
|
||||
subItems: [
|
||||
{ icon: Store, label: 'Establecimientos', path: '/dashboard/commerce/establishments' },
|
||||
{ icon: CreditCard, label: 'POS Terminal', path: '/dashboard/commerce/pos' },
|
||||
{ icon: Receipt, label: 'Pedidos', path: '/dashboard/commerce/orders' },
|
||||
{ icon: UtensilsCrossed, label: 'Menú', path: '/dashboard/commerce/menu' },
|
||||
{ icon: Grid3x3, label: 'Mesas', path: '/dashboard/commerce/tables' },
|
||||
{ icon: Hotel, label: 'Hotel', path: '/dashboard/commerce/hotel' },
|
||||
{ icon: BookOpen, label: 'Reservaciones', path: '/dashboard/commerce/reservations' },
|
||||
{ icon: Store, label: 'Mi Comercio', path: '/dashboard/commerce/store' },
|
||||
{ icon: CreditCard, label: 'POS Ventas', path: '/dashboard/commerce/pos' },
|
||||
{ icon: Package, label: 'Inventario', path: '/dashboard/commerce/inventory' },
|
||||
{ icon: Users, label: 'Clientes', path: '/dashboard/commerce/customers' },
|
||||
{ icon: Users, label: 'Personal', path: '/dashboard/commerce/staff' },
|
||||
{ icon: Receipt, label: 'Caja', path: '/dashboard/commerce/cashier' },
|
||||
{ icon: BarChart3, label: 'Reportes', path: '/dashboard/commerce/reports' },
|
||||
{ icon: DollarSign, label: 'Ventas', path: '/dashboard/commerce/sales' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user