feat(helpercommands): added in helpercommnands link

This commit is contained in:
2025-06-11 20:57:10 -05:00
parent 292eb324c5
commit 078c2ec12f
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import { Barcode, Cylinder, Package, Truck } from "lucide-react";
import { Barcode, Cylinder, Package, Truck, Command } from "lucide-react";
import {
SidebarGroup,
SidebarGroupContent,
@@ -16,6 +16,7 @@ const iconMap: any = {
Truck: Truck,
Cylinder: Cylinder,
Barcode: Barcode,
Command: Command,
};
export function LogisticsSideBar({

View File

@@ -92,6 +92,16 @@ const newSubModules = [
active: true,
subSubModule: [],
},
{
name: "Helper Commands",
moduleName: "logistics",
description: "Commands to assist when a scanner is not avalible",
link: "/helpercommands",
icon: "Command",
roles: ["technician", "supervisor", "manager", "admin", "systemAdmin"],
active: true,
subSubModule: [],
},
// admin module
{