Shortcuts

This commit is contained in:
efrilm 2025-09-25 11:53:08 +07:00
parent 1b9908e882
commit c7d29f4041
2 changed files with 28 additions and 28 deletions

View File

@ -31,27 +31,27 @@ import { getLocalizedUrl } from '@/utils/i18n'
const shortcuts: ShortcutsType[] = [
{
url: '/apps/calendar',
icon: 'tabler-calendar',
title: 'Calendar',
subtitle: 'Appointments'
icon: 'tabler-box',
title: 'Produk',
subtitle: 'Kelola Produk'
},
{
url: '/apps/invoice/list',
icon: 'tabler-file-dollar',
title: 'Invoice App',
subtitle: 'Manage Accounts'
title: 'Pembelian',
subtitle: 'Kelola Pembelian'
},
{
url: '/apps/user/list',
icon: 'tabler-user',
title: 'Users',
subtitle: 'Manage Users'
title: 'Pengguna',
subtitle: 'Kelola Pengguna'
},
{
url: '/apps/roles',
url: '/apps/vendor',
icon: 'tabler-users-group',
title: 'Role Management',
subtitle: 'Permissions'
title: 'Vendor',
subtitle: 'Kelola Vendor'
},
{
url: '/',
@ -60,10 +60,10 @@ const shortcuts: ShortcutsType[] = [
subtitle: 'User Dashboard'
},
{
url: '/pages/account-settings',
url: '/apps/reports',
icon: 'tabler-settings',
title: 'Settings',
subtitle: 'Account Settings'
title: 'Laporan',
subtitle: 'Lihat Laporan'
}
]

View File

@ -20,28 +20,28 @@ import { verticalLayoutClasses } from '@layouts/utils/layoutClasses'
// Vars
const shortcuts: ShortcutsType[] = [
{
url: '/apps/calendar',
icon: 'tabler-calendar',
title: 'Calendar',
subtitle: 'Appointments'
url: '/apps/inventory/products/list',
icon: 'tabler-box',
title: 'Produk',
subtitle: 'Kelola Produk'
},
{
url: '/apps/invoice/list',
url: '/apps/purchase/purchase-orders',
icon: 'tabler-file-dollar',
title: 'Invoice App',
subtitle: 'Manage Accounts'
title: 'Pembelian',
subtitle: 'Kelola Pembelian'
},
{
url: '/apps/user/list',
icon: 'tabler-user',
title: 'Users',
subtitle: 'Manage Users'
title: 'Pengguna',
subtitle: 'Kelola Pengguna'
},
{
url: '/apps/roles',
url: '/apps/vendor/list',
icon: 'tabler-users-group',
title: 'Role Management',
subtitle: 'Permissions'
title: 'Vendor',
subtitle: 'Kelola Vendor'
},
{
url: '/',
@ -50,10 +50,10 @@ const shortcuts: ShortcutsType[] = [
subtitle: 'User Dashboard'
},
{
url: '/pages/account-settings',
url: '/apps/report',
icon: 'tabler-settings',
title: 'Settings',
subtitle: 'Account Settings'
title: 'Laporan',
subtitle: 'Lihat Laporan'
}
]