feat: deals viewer mode and links for viewers
This commit is contained in:
@@ -22,42 +22,42 @@ const modules: ModulesType = {
|
||||
[ModuleNames.CLIENTS]: {
|
||||
info: {
|
||||
label: "Клиенты",
|
||||
key: "clients",
|
||||
key: ModuleNames.CLIENTS,
|
||||
icon: <IconUser />,
|
||||
}
|
||||
},
|
||||
[ModuleNames.SERVICES_AND_PRODUCTS]: {
|
||||
info: {
|
||||
label: "Товары и услуги",
|
||||
key: "servicesAndProducts",
|
||||
key: ModuleNames.SERVICES_AND_PRODUCTS,
|
||||
icon: <IconBox />,
|
||||
}
|
||||
},
|
||||
[ModuleNames.SHIPMENT]: {
|
||||
info: {
|
||||
label: "Отгрузка",
|
||||
key: "shipment",
|
||||
key: ModuleNames.SHIPMENT,
|
||||
icon: <IconCubeSend />,
|
||||
}
|
||||
},
|
||||
[ModuleNames.EMPLOYEES]: {
|
||||
info: {
|
||||
label: "Сотрудники",
|
||||
key: "employees",
|
||||
key: ModuleNames.EMPLOYEES,
|
||||
icon: <IconUsersGroup />,
|
||||
}
|
||||
},
|
||||
[ModuleNames.MANAGERS]: {
|
||||
info: {
|
||||
label: "Менеджер",
|
||||
key: "managers",
|
||||
key: ModuleNames.MANAGERS,
|
||||
icon: <IconUserCog />,
|
||||
}
|
||||
},
|
||||
[ModuleNames.CHAT]: {
|
||||
info: {
|
||||
label: "Чат",
|
||||
key: "chat",
|
||||
key: ModuleNames.CHAT,
|
||||
icon: <IconMessage />,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user