feat: accounting added

This commit is contained in:
2026-08-02 19:37:22 +03:30
parent cce279a60d
commit dd5b6d4616
10 changed files with 945 additions and 51 deletions
+2
View File
@@ -13,6 +13,7 @@ import {
PowerIcon,
ShoppingBagIcon,
HomeIcon,
CalculatorIcon,
Bars3Icon,
XMarkIcon,
} from '@heroicons/react/24/outline';
@@ -23,6 +24,7 @@ const navItems = [
{ href: '/admin/dashboard', label: 'داشبورد', Icon: HomeIcon },
{ href: '/admin/users', label: 'کاربران', Icon: UsersIcon },
{ href: '/admin/purchases', label: 'خریدها', Icon: ShoppingBagIcon },
{ href: '/admin/accounting', label: 'حسابداری', Icon: CalculatorIcon },
{ href: '/admin/packages', label: 'پکیج‌ها', Icon: CubeIcon },
{ href: '/admin/products', label: 'محصولات', Icon: TagIcon },
{ href: '/admin/reminders', label: 'یادآوری‌ها', Icon: BellIcon },