updates
This commit is contained in:
@@ -10,7 +10,15 @@ import {
|
||||
X,
|
||||
CreditCard,
|
||||
Receipt,
|
||||
User
|
||||
User,
|
||||
BookOpen,
|
||||
CheckCircle2,
|
||||
FileText,
|
||||
AlertTriangle,
|
||||
Shield,
|
||||
Activity,
|
||||
TrendingUp,
|
||||
FileCheck
|
||||
} from 'lucide-react';
|
||||
import useAuthStore from '../../store/useAuthStore';
|
||||
import { useResponsive } from '../../hooks';
|
||||
@@ -91,11 +99,36 @@ const SidebarAccountant: React.FC<SidebarAccountantProps> = ({
|
||||
icon: Receipt,
|
||||
label: 'Invoices'
|
||||
},
|
||||
{
|
||||
path: '/accountant/gl',
|
||||
icon: BookOpen,
|
||||
label: 'General Ledger'
|
||||
},
|
||||
{
|
||||
path: '/accountant/approvals',
|
||||
icon: CheckCircle2,
|
||||
label: 'Approvals'
|
||||
},
|
||||
{
|
||||
path: '/accountant/reports',
|
||||
icon: BarChart3,
|
||||
label: 'Financial Reports'
|
||||
},
|
||||
{
|
||||
path: '/accountant/reconciliation',
|
||||
icon: FileCheck,
|
||||
label: 'Reconciliation'
|
||||
},
|
||||
{
|
||||
path: '/accountant/audit-trail',
|
||||
icon: FileText,
|
||||
label: 'Audit Trail'
|
||||
},
|
||||
{
|
||||
path: '/accountant/security',
|
||||
icon: Shield,
|
||||
label: 'Security'
|
||||
},
|
||||
{
|
||||
path: '/accountant/profile',
|
||||
icon: User,
|
||||
|
||||
Reference in New Issue
Block a user