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

View File

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