[wip] implementing machines reports

This commit is contained in:
2026-06-13 14:03:47 +03:30
parent a975bd1f88
commit c6283ae130
14 changed files with 495 additions and 19 deletions

View File

@@ -190,6 +190,15 @@ export const pageMenuDev = [
badges: [{ key: "mission.request_portal" }],
permissions: ["all"],
},
{
id: "machinesReports",
label: "ماشین‌ها",
icon: <DriveEtaIcon sx={{ width: "inherit", height: "inherit" }} />,
type: "page",
route: "/dashboard/road-missions/reports/machinesReports",
badges: [{ key: "mission.request_portal" }],
permissions: ["all"],
},
],
},
],