feat: accounting added
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { useAuth } from '@/contexts/AuthContext';
|
||||
import Link from 'next/link';
|
||||
import { UsersIcon, CubeIcon, TagIcon, BellIcon, GiftIcon, ShoppingBagIcon } from '@heroicons/react/24/outline';
|
||||
import { UsersIcon, CubeIcon, TagIcon, BellIcon, GiftIcon, ShoppingBagIcon, CalculatorIcon } from '@heroicons/react/24/outline';
|
||||
import { MegaphoneIcon } from 'lucide-react';
|
||||
|
||||
export default function Dashboard() {
|
||||
@@ -27,6 +27,15 @@ export default function Dashboard() {
|
||||
iconColor: 'text-orange-600 dark:text-orange-400',
|
||||
hoverBorder: 'hover:border-orange-300 dark:hover:border-orange-700',
|
||||
},
|
||||
{
|
||||
href: '/admin/accounting',
|
||||
title: 'حسابداری',
|
||||
desc: 'تحلیل فروش محصولات و محاسبه کارمزد مایکت و کافه بازار',
|
||||
Icon: CalculatorIcon,
|
||||
iconBg: 'bg-cyan-100 dark:bg-cyan-500/15',
|
||||
iconColor: 'text-cyan-600 dark:text-cyan-400',
|
||||
hoverBorder: 'hover:border-cyan-300 dark:hover:border-cyan-700',
|
||||
},
|
||||
{
|
||||
href: '/admin/packages',
|
||||
title: 'مدیریت پکیجها',
|
||||
|
||||
Reference in New Issue
Block a user