machine type report completed

This commit is contained in:
2026-06-14 09:56:03 +03:30
parent ca20435807
commit caaff22c66
19 changed files with 762 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { ReportProblem, RvHookup } from "@mui/icons-material";
import { DriveEtaOutlined, ReportProblem, RvHookup } from "@mui/icons-material";
import AccountTreeIcon from "@mui/icons-material/AccountTree";
import AdminPanelSettingsIcon from "@mui/icons-material/AdminPanelSettings";
import AssessmentIcon from "@mui/icons-material/Assessment";
@@ -34,6 +34,7 @@ import SecurityIcon from "@mui/icons-material/Security";
import SpaceDashboardIcon from "@mui/icons-material/SpaceDashboard";
import SpeedIcon from "@mui/icons-material/Speed";
import SupervisedUserCircleIcon from "@mui/icons-material/SupervisedUserCircle";
import TaxiAlertIcon from "@mui/icons-material/TaxiAlert";
export const pageMenu = [
{
@@ -201,6 +202,15 @@ export const pageMenu = [
badges: [{ key: "mission.request_portal" }],
permissions: ["all"],
},
{
id: "machinesTypeReports",
label: "نوع ماشین‌ها",
icon: <TaxiAlertIcon sx={{ width: "inherit", height: "inherit" }} />,
type: "page",
route: "/dashboard/road-missions/reports/machineTypeReports",
badges: [{ key: "mission.request_portal" }],
permissions: ["all"],
},
],
},
],