|
|
@@ -36,7 +36,7 @@ const navigationItems: NavigationItem[] = [ |
|
|
|
icon: <Dashboard />, |
|
|
|
label: "Dashboard", |
|
|
|
path: "", |
|
|
|
children: [ |
|
|
|
// children: [ |
|
|
|
// { |
|
|
|
// icon: <SummarizeIcon />, |
|
|
|
// label: "Project Financial Summary", |
|
|
@@ -62,7 +62,7 @@ const navigationItems: NavigationItem[] = [ |
|
|
|
// label: "Staff Utilization", |
|
|
|
// path: "/dashboard/StaffUtilization", |
|
|
|
// }, |
|
|
|
], |
|
|
|
// ], |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
@@ -193,73 +193,73 @@ const navigationItems: NavigationItem[] = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Master Data", |
|
|
|
label: "Settings", |
|
|
|
path: "", |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "User", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "User Group", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Material", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Maintain By-product", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Finished Goods", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Equipment Type", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Equipment", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Warehouse", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Supplier", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Customer", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "QC Check Item", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "QC Category", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "QC Check Template", |
|
|
|
path: "/masterData/user", |
|
|
|
path: "/settings/user", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|