|
|
@@ -97,7 +97,16 @@ const navigationItems: NavigationItem[] = [ |
|
|
|
{ icon: <Assignment />, label: "Project Management", path: "/projects" }, |
|
|
|
{ icon: <Task />, label: "Task Template", path: "/tasks" }, |
|
|
|
{ icon: <Payments />, label: "Invoice", path: "/invoice" }, |
|
|
|
{ icon: <Analytics />, label: "Analysis Report", path: "/analytics" }, |
|
|
|
{ icon: <Analytics />, label: "Analysis Report", path: "", |
|
|
|
children: [ |
|
|
|
{icon: <Analytics />, label:"Late Start Report", path: "/analytics/LateStartReport"}, |
|
|
|
{icon: <Analytics />, label:"Delay Report", path: "/analytics/DelayReport"}, |
|
|
|
{icon: <Analytics />, label:"Resource Overconsumption Report", path: "/analytics/ResourceOverconsumptionReport"}, |
|
|
|
{icon: <Analytics />, label:"Cost and Expense Report", path: "/analytics/CostandExpenseReport"}, |
|
|
|
{icon: <Analytics />, label:"Completion Report", path: "/analytics/CompletionReport"}, |
|
|
|
{icon: <Analytics />, label:"Completion Report with Outstanding Un-billed Hours Report", path: "/analytics/CompletionReportWO"}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <Settings />, label: "Setting", path: "", |
|
|
|
children: [ |
|
|
|