Explorar el Código

title fix

tags/Baseline_30082024_FRONTEND_UAT
leoho2fi hace 1 año
padre
commit
5cbc025b11
Se han modificado 6 ficheros con 6 adiciones y 6 borrados
  1. +1
    -1
      src/app/(main)/analytics/CostandExpenseReport/page.tsx
  2. +1
    -1
      src/app/(main)/analytics/DelayReport/page.tsx
  3. +1
    -1
      src/app/(main)/analytics/LateStartReport/page.tsx
  4. +1
    -1
      src/app/(main)/analytics/ProjectCompletionReport/page.tsx
  5. +1
    -1
      src/app/(main)/analytics/ProjectCompletionReportWO/page.tsx
  6. +1
    -1
      src/app/(main)/analytics/ResourceOverconsumptionReport/page.tsx

+ 1
- 1
src/app/(main)/analytics/CostandExpenseReport/page.tsx Ver fichero

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import CostandExpenseReportComponent from "@/components/Report/CostandExpenseReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Cost and Expense Report",
};

const CostandExpenseReport: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/DelayReport/page.tsx Ver fichero

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import DelayReportComponent from "@/components/Report/DelayReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Delay Report",
};

const ProjectLateReport: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/LateStartReport/page.tsx Ver fichero

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import LateStartReportComponent from "@/components/Report/LateStartReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Late Start Report",
};

const ProjectLateReport: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/ProjectCompletionReport/page.tsx Ver fichero

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import ProjectCompletionReportComponent from "@/components/Report/ProjectCompletionReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Project Completion Report",
};

const ProjectCompletionReport: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/ProjectCompletionReportWO/page.tsx Ver fichero

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import ProjectCompletionReportWOComponent from "@/components/Report/ProjectCompletionReportWO";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Project Completion Report with Outstanding Un-billed Hours",
};

const ProjectCompletionReportWO: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/ResourceOverconsumptionReport/page.tsx Ver fichero

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import ResourceOverconsumptionReportComponent from "@/components/Report/ResourceOverconsumptionReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Resource Overconsumption Report",
};

const ResourceOverconsumptionReport: React.FC = () => {


Cargando…
Cancelar
Guardar