pos integration

This commit is contained in:
2026-08-06 18:04:51 +05:30
parent ac6dbd7671
commit 14e4529613
7 changed files with 2566 additions and 4 deletions

View File

@@ -13,7 +13,8 @@ import {
ShieldAlert,
Users,
Truck,
Box
Box,
Monitor
} from 'lucide-react';
import { NavLink, useLocation } from 'react-router-dom';
import { MainSection } from '../types';
@@ -40,6 +41,7 @@ export default function Sidebar({
{ id: 'inventory' as MainSection, label: 'Products', icon: Layers },
{ id: 'reports' as MainSection, label: 'Reports', icon: TrendingUp },
{ id: 'dispatch' as MainSection, label: 'Console', icon: Truck },
{ id: 'pos' as MainSection, label: 'POS', icon: Monitor },
{ id: 'settings' as MainSection, label: 'Settings', icon: Settings }
];