feat(FE): Add finance report route and menu link

This commit is contained in:
rstubryan
2026-01-09 14:40:27 +07:00
parent d84b2583d8
commit c61ef5471b
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -127,6 +127,10 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
link: '/report',
icon: 'mdi:chart-box-outline',
submenu: [
{
text: 'Keuangan',
link: '/report/finance',
},
{
text: 'Logistik & Persediaan',
link: '/report/logistic-stock',