thai-uxui

This commit is contained in:
phaichayon
2026-06-19 11:11:17 +07:00
parent c0cc880be2
commit 721653f692
47 changed files with 1135 additions and 538 deletions

View File

@@ -84,7 +84,7 @@ export const navGroups: NavGroup[] = [
label: "CRM",
items: [
{
title: "Dashboard CRM",
title: "Dashboard",
url: "/dashboard/crm",
icon: "dashboard",
isActive: false,
@@ -92,7 +92,7 @@ export const navGroups: NavGroup[] = [
access: { requireOrg: true, permission: "crm.dashboard.read" },
},
{
title: "Customers",
title: "ลูกค้า",
url: "/dashboard/crm/customers",
icon: "teams",
isActive: false,
@@ -100,7 +100,7 @@ export const navGroups: NavGroup[] = [
access: { requireOrg: true, permission: "crm.customer.read" },
},
{
title: "Leads",
title: "ลีด",
url: "/dashboard/crm/leads",
icon: "forms",
isActive: false,
@@ -108,7 +108,7 @@ export const navGroups: NavGroup[] = [
access: { requireOrg: true, permission: "crm.lead.read" },
},
{
title: "Enquiries",
title: "โอกาสขาย",
url: "/dashboard/crm/enquiries",
icon: "forms",
isActive: false,
@@ -116,7 +116,7 @@ export const navGroups: NavGroup[] = [
access: { requireOrg: true, permission: "crm.enquiry.read" },
},
{
title: "Quotations",
title: "ใบเสนอราคา",
url: "/dashboard/crm/quotations",
icon: "post",
isActive: false,
@@ -124,7 +124,7 @@ export const navGroups: NavGroup[] = [
access: { requireOrg: true, role: "admin" },
},
{
title: "Approvals",
title: "อนุมัติเอกสาร",
url: "/dashboard/crm/approvals",
icon: "checks",
isActive: false,
@@ -132,7 +132,7 @@ export const navGroups: NavGroup[] = [
access: { requireOrg: true, permission: "crm.approval.read" },
},
{
title: "CRM Settings",
title: "ตั้งค่า CRM",
url: "/dashboard/crm/settings/master-options",
icon: "settings",
isActive: false,