| @@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography"; | |||||
| import CostandExpenseReportComponent from "@/components/Report/CostandExpenseReport"; | import CostandExpenseReportComponent from "@/components/Report/CostandExpenseReport"; | ||||
| export const metadata: Metadata = { | export const metadata: Metadata = { | ||||
| title: "Project Status by Client", | |||||
| title: "Cost and Expense Report", | |||||
| }; | }; | ||||
| const CostandExpenseReport: React.FC = () => { | const CostandExpenseReport: React.FC = () => { | ||||
| @@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography"; | |||||
| import DelayReportComponent from "@/components/Report/DelayReport"; | import DelayReportComponent from "@/components/Report/DelayReport"; | ||||
| export const metadata: Metadata = { | export const metadata: Metadata = { | ||||
| title: "Project Status by Client", | |||||
| title: "Delay Report", | |||||
| }; | }; | ||||
| const ProjectLateReport: React.FC = () => { | const ProjectLateReport: React.FC = () => { | ||||
| @@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography"; | |||||
| import LateStartReportComponent from "@/components/Report/LateStartReport"; | import LateStartReportComponent from "@/components/Report/LateStartReport"; | ||||
| export const metadata: Metadata = { | export const metadata: Metadata = { | ||||
| title: "Project Status by Client", | |||||
| title: "Late Start Report", | |||||
| }; | }; | ||||
| const ProjectLateReport: React.FC = () => { | const ProjectLateReport: React.FC = () => { | ||||
| @@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography"; | |||||
| import ProjectCompletionReportComponent from "@/components/Report/ProjectCompletionReport"; | import ProjectCompletionReportComponent from "@/components/Report/ProjectCompletionReport"; | ||||
| export const metadata: Metadata = { | export const metadata: Metadata = { | ||||
| title: "Project Status by Client", | |||||
| title: "Project Completion Report", | |||||
| }; | }; | ||||
| const ProjectCompletionReport: React.FC = () => { | const ProjectCompletionReport: React.FC = () => { | ||||
| @@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography"; | |||||
| import ProjectCompletionReportWOComponent from "@/components/Report/ProjectCompletionReportWO"; | import ProjectCompletionReportWOComponent from "@/components/Report/ProjectCompletionReportWO"; | ||||
| export const metadata: Metadata = { | export const metadata: Metadata = { | ||||
| title: "Project Status by Client", | |||||
| title: "Project Completion Report with Outstanding Un-billed Hours", | |||||
| }; | }; | ||||
| const ProjectCompletionReportWO: React.FC = () => { | const ProjectCompletionReportWO: React.FC = () => { | ||||
| @@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography"; | |||||
| import ResourceOverconsumptionReportComponent from "@/components/Report/ResourceOverconsumptionReport"; | import ResourceOverconsumptionReportComponent from "@/components/Report/ResourceOverconsumptionReport"; | ||||
| export const metadata: Metadata = { | export const metadata: Metadata = { | ||||
| title: "Project Status by Client", | |||||
| title: "Resource Overconsumption Report", | |||||
| }; | }; | ||||
| const ResourceOverconsumptionReport: React.FC = () => { | const ResourceOverconsumptionReport: React.FC = () => { | ||||