2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"Routes": [
|
2025-10-30 19:23:59 +00:00
|
|
|
|
{
|
|
|
|
|
|
"key": "dynamic.ProductListComponent",
|
|
|
|
|
|
"path": "/admin/ProductListComponent",
|
|
|
|
|
|
"componentPath": "dynamic:ProductListComponent",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"key": "home",
|
|
|
|
|
|
"path": "/home",
|
|
|
|
|
|
"componentPath": "@/views/public/Home",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "about",
|
|
|
|
|
|
"path": "/about",
|
|
|
|
|
|
"componentPath": "@/views/public/About",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "products",
|
|
|
|
|
|
"path": "/products",
|
|
|
|
|
|
"componentPath": "@/views/public/Products",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "checkout",
|
|
|
|
|
|
"path": "/checkout",
|
|
|
|
|
|
"componentPath": "@/views/public/Checkout",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "payment",
|
|
|
|
|
|
"path": "/payment",
|
|
|
|
|
|
"componentPath": "@/views/public/Payment",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "success",
|
|
|
|
|
|
"path": "/success",
|
|
|
|
|
|
"componentPath": "@/views/public/Success",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "services",
|
|
|
|
|
|
"path": "/services",
|
|
|
|
|
|
"componentPath": "@/views/public/Services",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "blog",
|
|
|
|
|
|
"path": "/blog",
|
|
|
|
|
|
"componentPath": "@/views/public/Blog",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "blogDetail",
|
|
|
|
|
|
"path": "/blog/:id",
|
|
|
|
|
|
"componentPath": "@/views/public/BlogDetail",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "demo",
|
|
|
|
|
|
"path": "/demo",
|
|
|
|
|
|
"componentPath": "@/views/public/Demo",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "contact",
|
|
|
|
|
|
"path": "/contact",
|
|
|
|
|
|
"componentPath": "@/views/public/Contact",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "access-denied",
|
|
|
|
|
|
"path": "/access-denied",
|
|
|
|
|
|
"componentPath": "@/views/AccessDenied",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "login",
|
|
|
|
|
|
"path": "/login",
|
|
|
|
|
|
"componentPath": "@/views/auth/Login",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "register",
|
|
|
|
|
|
"path": "/register",
|
|
|
|
|
|
"componentPath": "@/views/auth/Register",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "forgotPassword",
|
|
|
|
|
|
"path": "/forgot-password",
|
|
|
|
|
|
"componentPath": "@/views/auth/ForgotPassword",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "resetPassword",
|
|
|
|
|
|
"path": "/reset-password",
|
|
|
|
|
|
"componentPath": "@/views/auth/ResetPassword",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "sendConfirmationCode",
|
|
|
|
|
|
"path": "/confirm",
|
|
|
|
|
|
"componentPath": "@/views/auth/SendConfirmationCode",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "sendExtendLogin",
|
|
|
|
|
|
"path": "/extend-login",
|
|
|
|
|
|
"componentPath": "@/views/auth/ExtendLogin",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "verifyConfirmationCode",
|
|
|
|
|
|
"path": "/confirm/:userId/:token",
|
|
|
|
|
|
"componentPath": "@/views/auth/VerifyConfirmationCode",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.dashboard",
|
|
|
|
|
|
"path": "/admin/dashboard",
|
|
|
|
|
|
"componentPath": "@/views/Dashboard",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.menuManager",
|
|
|
|
|
|
"path": "/admin/menuManager",
|
|
|
|
|
|
"componentPath": "@/views/menu/MenuManager",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Menus.Manager"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.listFormManagement.wizard",
|
|
|
|
|
|
"path": "/admin/listform/wizard",
|
|
|
|
|
|
"componentPath": "@/views/admin/listForm/Wizard",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Listforms.Wizard"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.listFormManagement.edit",
|
|
|
|
|
|
"path": "/admin/listform/edit/:listFormCode",
|
|
|
|
|
|
"componentPath": "@/views/admin/listForm/edit/FormEdit",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.forumManagement",
|
|
|
|
|
|
"path": "/admin/forumManagement",
|
|
|
|
|
|
"componentPath": "@/views/forum/Management",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.ForumManagement"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.ai",
|
|
|
|
|
|
"path": "/admin/ai",
|
|
|
|
|
|
"componentPath": "@/views/ai/Assistant",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"Abp.Identity.Ai"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.profile.general",
|
|
|
|
|
|
"path": "/admin/profile/general",
|
|
|
|
|
|
"componentPath": "@/views/admin/profile/Profile",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.profile.password",
|
|
|
|
|
|
"path": "/admin/profile/password",
|
|
|
|
|
|
"componentPath": "@/views/admin/profile/Profile",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.profile.notificationSettings",
|
|
|
|
|
|
"path": "/admin/profile/notification-settings",
|
|
|
|
|
|
"componentPath": "@/views/admin/profile/Profile",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.activityLog",
|
|
|
|
|
|
"path": "/admin/activityLog",
|
|
|
|
|
|
"componentPath": "@/views/admin/activityLog/ActivityLog",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.changeLog",
|
|
|
|
|
|
"path": "/admin/changeLog",
|
|
|
|
|
|
"componentPath": "@/views/version/ChangeLog",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.settings",
|
|
|
|
|
|
"path": "/admin/settings",
|
|
|
|
|
|
"componentPath": "@/views/settings/Settings",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Setting"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.identity.user.detail",
|
|
|
|
|
|
"path": "/admin/users/detail/:userId",
|
|
|
|
|
|
"componentPath": "@/views/admin/user-management/Details",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"AbpIdentity.Users.Update"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.identity.ous",
|
|
|
|
|
|
"path": "/admin/ous",
|
|
|
|
|
|
"componentPath": "@/views/admin/organization-unit/OrganizationUnits",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"Abp.Identity.OrganizationUnits"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.forum",
|
|
|
|
|
|
"path": "/admin/forum",
|
|
|
|
|
|
"componentPath": "@/views/forum/Forum",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.ForumManagement.Publish"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.list",
|
|
|
|
|
|
"path": "/admin/list/:listFormCode",
|
|
|
|
|
|
"componentPath": "@/views/list/List",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.formNew",
|
|
|
|
|
|
"path": "/admin/form/:listFormCode",
|
|
|
|
|
|
"componentPath": "@/views/form/FormNew",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.formView",
|
|
|
|
|
|
"path": "/admin/form/:listFormCode/:id",
|
|
|
|
|
|
"componentPath": "@/views/form/FormView",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.formEdit",
|
|
|
|
|
|
"path": "/admin/form/:listFormCode/:id/edit",
|
|
|
|
|
|
"componentPath": "@/views/form/FormEdit",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.chart",
|
|
|
|
|
|
"path": "/admin/chart/:listFormCode",
|
|
|
|
|
|
"componentPath": "@/views/list/Chart",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit",
|
|
|
|
|
|
"path": "/admin/developerkit",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/DashboardPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.entities",
|
|
|
|
|
|
"path": "/admin/developerkit/entities",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/EntityPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Entity"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.entities.new",
|
|
|
|
|
|
"path": "/admin/developerkit/entities/new",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/EntityDetailPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Entity"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.entities.edit",
|
|
|
|
|
|
"path": "/admin/developerkit/entities/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/EntityDetailPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Entity"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.migrations",
|
|
|
|
|
|
"path": "/admin/developerkit/migrations",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/MigrationPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Migrations"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.endpoints",
|
|
|
|
|
|
"path": "/admin/developerkit/endpoints",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/EndpointPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Endpoints"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components",
|
|
|
|
|
|
"path": "/admin/developerkit/components",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/ComponentPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Components"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.new",
|
|
|
|
|
|
"path": "/admin/developerkit/components/new",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/ComponentDetailPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Components"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.view",
|
|
|
|
|
|
"path": "/admin/developerkit/components/view/:id",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/ComponentDetailPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Components"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.edit",
|
|
|
|
|
|
"path": "/admin/developerkit/components/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/CodePage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Components"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.reportManagement",
|
|
|
|
|
|
"path": "/admin/reports/management",
|
|
|
|
|
|
"componentPath": "@/views/report/DashboardPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Reports.Management"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.reports.view",
|
|
|
|
|
|
"path": "/admin/reports/:id",
|
|
|
|
|
|
"componentPath": "@/views/report/ReportViewerPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Reports.Categories"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.fileManagement",
|
|
|
|
|
|
"path": "/admin/files",
|
|
|
|
|
|
"componentPath": "@/views/admin/files/FileManager",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Files"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.classroom.dashboard",
|
|
|
|
|
|
"path": "/admin/coordinator/classroom/dashboard",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Classroom/Dashboard",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Classroom.Dashboard"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.classroom.classes",
|
|
|
|
|
|
"path": "/admin/coordinator/classroom/classes",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Classroom/ClassList",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Classroom.List"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.classroom.classroom",
|
|
|
|
|
|
"path": "/admin/coordinator/classroom/room/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Classroom/RoomDetail",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Classroom.RoomDetail"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.classroom.planning",
|
|
|
|
|
|
"path": "/admin/coordinator/classroom/planning/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Classroom/PlanningPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Classroom.Planning"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.exams",
|
|
|
|
|
|
"path": "/admin/coordinator/exams",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Exams",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Exams"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.examDetail",
|
|
|
|
|
|
"path": "/admin/coordinator/exam/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/ExamInterface/ExamInterface",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Exams"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.assignments",
|
|
|
|
|
|
"path": "/admin/coordinator/assignments",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Assignments",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Assignments"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.assignmentDetail",
|
|
|
|
|
|
"path": "/admin/coordinator/assignment/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/ExamInterface/ExamInterface",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Assignments"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.tests",
|
|
|
|
|
|
"path": "/admin/coordinator/tests",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Tests",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Tests"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.testDetail",
|
|
|
|
|
|
"path": "/admin/coordinator/test/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/ExamInterface/PDFTestInterface",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Tests"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.materials",
|
|
|
|
|
|
"path": "/admin/supplychain/materials",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/MaterialList",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.materialsNew",
|
|
|
|
|
|
"path": "/admin/supplychain/materials/new",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/MaterialForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.materialsEdit",
|
|
|
|
|
|
"path": "/admin/supplychain/materials/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/MaterialForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.materialsDetail",
|
|
|
|
|
|
"path": "/admin/supplychain/materials/detail/:id",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/MaterialCard",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.suppliers",
|
|
|
|
|
|
"path": "/admin/supplychain/suppliers",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/SupplierCards",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.requests",
|
|
|
|
|
|
"path": "/admin/supplychain/requests",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/PurchaseRequests",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.requestsNew",
|
|
|
|
|
|
"path": "/admin/supplychain/requests/new",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/PurchaseRequestForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.requestsEdit",
|
|
|
|
|
|
"path": "/admin/supplychain/requests/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/PurchaseRequestForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.requestsView",
|
|
|
|
|
|
"path": "/admin/supplychain/requests/view/:id",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/PurchaseRequestForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.quotations",
|
|
|
|
|
|
"path": "/admin/supplychain/quotations",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/QuotationManagement",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.quotationsNew",
|
|
|
|
|
|
"path": "/admin/supplychain/quotations/new",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/QuotationForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.quotationsEdit",
|
|
|
|
|
|
"path": "/admin/supplychain/quotations/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/QuotationForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.quotationsView",
|
|
|
|
|
|
"path": "/admin/supplychain/quotations/view/:id",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/QuotationForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.approvals",
|
|
|
|
|
|
"path": "/admin/supplychain/approvals",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/ApprovalWorkflows",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.orders",
|
|
|
|
|
|
"path": "/admin/supplychain/orders",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/OrderManagement",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.ordersNew",
|
|
|
|
|
|
"path": "/admin/supplychain/orders/new",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/OrderManagementForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.ordersEdit",
|
|
|
|
|
|
"path": "/admin/supplychain/orders/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/OrderManagementForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.ordersView",
|
|
|
|
|
|
"path": "/admin/supplychain/orders/view/:id",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/OrderManagementForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.supplychain.delivery",
|
|
|
|
|
|
"path": "/admin/supplychain/delivery",
|
|
|
|
|
|
"componentPath": "@/views/supplychain/components/DeliveryTracking",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.equipment",
|
|
|
|
|
|
"path": "/admin/maintenance/equipment",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/WorkCenterCards",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.equipmentNew",
|
|
|
|
|
|
"path": "/admin/maintenance/equipment/new",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/WorkCenterCards",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.equipmentEdit",
|
|
|
|
|
|
"path": "/admin/maintenance/equipment/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/WorkCenterCards",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.equipmentDetail",
|
|
|
|
|
|
"path": "/admin/maintenance/equipment/:id",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/WorkCenterCards",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.workcenters",
|
|
|
|
|
|
"path": "/admin/maintenance/workcenters",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/WorkCenterCards",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.plans",
|
|
|
|
|
|
"path": "/admin/maintenance/plans",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/MaintenancePlans",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.calendar",
|
|
|
|
|
|
"path": "/admin/maintenance/calendar",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/MaintenanceCalendar",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.teams",
|
|
|
|
|
|
"path": "/admin/maintenance/teams",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/MaintenanceTeams",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.faults",
|
|
|
|
|
|
"path": "/admin/maintenance/faults",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/FaultNotifications",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.workorders",
|
|
|
|
|
|
"path": "/admin/maintenance/workorders",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/MaintenanceWorkOrders",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.workordersNew",
|
|
|
|
|
|
"path": "/admin/maintenance/workorders/new",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/MaintenanceWorkOrders",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.maintenance.workordersDetail",
|
|
|
|
|
|
"path": "/admin/maintenance/workorders/:id",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/MaintenanceWorkOrders",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.definitions",
|
|
|
|
|
|
"path": "/admin/warehouse/definitions",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/WarehouseDefinitions",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.tracking",
|
|
|
|
|
|
"path": "/admin/warehouse/tracking",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/LocationTracking",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.putaway",
|
|
|
|
|
|
"path": "/admin/warehouse/putaway",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/PutawayRules",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.receipt",
|
|
|
|
|
|
"path": "/admin/warehouse/receipt",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/WarehouseReceipt",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.issue",
|
|
|
|
|
|
"path": "/admin/warehouse/issue",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/WarehouseIssue",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.transfer",
|
|
|
|
|
|
"path": "/admin/warehouse/transfer",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/WarehouseTransfer",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.inventory",
|
|
|
|
|
|
"path": "/admin/warehouse/inventory",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/StockLevelsInventory",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.movements",
|
|
|
|
|
|
"path": "/admin/warehouse/movements",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/MaterialMovements",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.movementDetail",
|
|
|
|
|
|
"path": "/admin/warehouse/movements/:id",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/MaterialMovements",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.stocklevel",
|
|
|
|
|
|
"path": "/admin/warehouse/stocklevel",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/InventoryTracking",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.warehouses",
|
|
|
|
|
|
"path": "/admin/warehouse/warehouses",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/WarehouseDefinitions",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.warehouseNew",
|
|
|
|
|
|
"path": "/admin/warehouse/new",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/WarehouseDefinitions",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.warehouseEdit",
|
|
|
|
|
|
"path": "/admin/warehouse/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/WarehouseDefinitions",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.warehouse.warehouseDetail",
|
|
|
|
|
|
"path": "/admin/warehouse/warehouses/:id",
|
|
|
|
|
|
"componentPath": "@/views/warehouse/components/WarehouseDefinitions",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.list",
|
|
|
|
|
|
"path": "/admin/projects",
|
|
|
|
|
|
"componentPath": "@/views/project/components/ProjectList",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.new",
|
|
|
|
|
|
"path": "/admin/projects/new",
|
|
|
|
|
|
"componentPath": "@/views/project/components/ProjectForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.edit",
|
|
|
|
|
|
"path": "/admin/projects/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/project/components/ProjectForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.detail",
|
|
|
|
|
|
"path": "/admin/projects/:id",
|
|
|
|
|
|
"componentPath": "@/views/project/components/ProjectView",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.tasks",
|
|
|
|
|
|
"path": "/admin/projects/tasks",
|
|
|
|
|
|
"componentPath": "@/views/project/components/ProjectTasks",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.phases",
|
|
|
|
|
|
"path": "/admin/projects/phases",
|
|
|
|
|
|
"componentPath": "@/views/project/components/ProjectPhases",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.activities",
|
|
|
|
|
|
"path": "/admin/projects/activities",
|
|
|
|
|
|
"componentPath": "@/views/project/components/ActivityTypes",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.workload",
|
|
|
|
|
|
"path": "/admin/projects/workload",
|
|
|
|
|
|
"componentPath": "@/views/project/components/ProjectGantt",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.costTracking",
|
|
|
|
|
|
"path": "/admin/projects/cost-tracking",
|
|
|
|
|
|
"componentPath": "@/views/project/components/CostTimeTracking",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.project.dailyUpdates",
|
|
|
|
|
|
"path": "/admin/projects/daily-updates",
|
|
|
|
|
|
"componentPath": "@/views/project/components/TaskDailyUpdates",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.hr.organization",
|
|
|
|
|
|
"path": "/admin/hr/organization",
|
|
|
|
|
|
"componentPath": "@/views/hr/components/OrganizationChart",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.customers",
|
|
|
|
|
|
"path": "/admin/crm/customers",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/CustomerListWithToggle",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.customersNew",
|
|
|
|
|
|
"path": "/admin/crm/customers/new",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/CustomerForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.customersEdit",
|
|
|
|
|
|
"path": "/admin/crm/customers/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/CustomerEdit",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.customersDetail",
|
|
|
|
|
|
"path": "/admin/crm/customers/:id",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/CustomerView",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.salesTeams",
|
|
|
|
|
|
"path": "/admin/crm/sales-teams",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/SalesTeams",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.salesTeamsNew",
|
|
|
|
|
|
"path": "/admin/crm/sales-teams/new",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/SalesTeamCreate",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.salesTeamsEdit",
|
|
|
|
|
|
"path": "/admin/crm/sales-teams/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/SalesTeamEdit",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.salesTeamsDetail",
|
|
|
|
|
|
"path": "/admin/crm/sales-teams/:id",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/SalesTeamView",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.lossReasons",
|
|
|
|
|
|
"path": "/admin/crm/loss-reasons",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/LossReasons",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.opportunities",
|
|
|
|
|
|
"path": "/admin/crm/opportunities",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/OpportunityManagement",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.opportunitiesNew",
|
|
|
|
|
|
"path": "/admin/crm/opportunities/new",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/OpportunityManagement",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.opportunitiesEdit",
|
|
|
|
|
|
"path": "/admin/crm/opportunities/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/OpportunityManagement",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.opportunitiesDetail",
|
|
|
|
|
|
"path": "/admin/crm/opportunities/:id",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/OpportunityManagement",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.activities",
|
|
|
|
|
|
"path": "/admin/crm/activities",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/ActivityRecords",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.salesOrders",
|
|
|
|
|
|
"path": "/admin/crm/sales-orders",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/SalesOrders",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.salesOrdersNew",
|
|
|
|
|
|
"path": "/admin/crm/sales-orders/new",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/SalesOrderForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.salesOrdersEdit",
|
|
|
|
|
|
"path": "/admin/crm/sales-orders/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/SalesOrderForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.crm.salesOrdersDetail",
|
|
|
|
|
|
"path": "/admin/crm/sales-orders/:id",
|
|
|
|
|
|
"componentPath": "@/views/crm/components/SalesOrderView",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.operationTypes",
|
|
|
|
|
|
"path": "/admin/mrp/operation-types",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/OperationTypes",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.workcenters",
|
|
|
|
|
|
"path": "/admin/mrp/workcenters",
|
|
|
|
|
|
"componentPath": "@/views/maintenance/components/WorkCenterCards",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.operations",
|
|
|
|
|
|
"path": "/admin/mrp/operations",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/OperationDefinitions",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.bom",
|
|
|
|
|
|
"path": "/admin/mrp/bom",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/BOMManagement",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.productionOrders",
|
|
|
|
|
|
"path": "/admin/mrp/production-orders",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/ProductionOrderList",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.productionOrderNew",
|
|
|
|
|
|
"path": "/admin/mrp/production-orders/new",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/ProductionOrderForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.productionOrderEdit",
|
|
|
|
|
|
"path": "/admin/mrp/production-orders/:id/edit",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/ProductionOrderForm",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.productionOrderDetail",
|
|
|
|
|
|
"path": "/admin/mrp/production-orders/:id",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/ProductionOrderView",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.workOrders",
|
|
|
|
|
|
"path": "/admin/mrp/work-orders",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/WorkOrders",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.demandPlanning",
|
|
|
|
|
|
"path": "/admin/mrp/demand-planning",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/DemandPlanning",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.materialRequirements",
|
|
|
|
|
|
"path": "/admin/mrp/material-requirements",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/Requirements",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.mrp.planningGantt",
|
|
|
|
|
|
"path": "/admin/mrp/planning-gantt",
|
|
|
|
|
|
"componentPath": "@/views/mrp/components/PlanningGantt",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.accounting.currentAccounts",
|
|
|
|
|
|
"path": "/admin/accounting/current-accounts",
|
|
|
|
|
|
"componentPath": "@/views/accounting/CurrentAccountPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.accounting.waybills",
|
|
|
|
|
|
"path": "/admin/accounting/waybills",
|
|
|
|
|
|
"componentPath": "@/views/accounting/WaybillPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.accounting.invoices",
|
|
|
|
|
|
"path": "/admin/accounting/invoices",
|
|
|
|
|
|
"componentPath": "@/views/accounting/InvoicePage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.accounting.invoicesNew",
|
|
|
|
|
|
"path": "/admin/accounting/invoices/new",
|
|
|
|
|
|
"componentPath": "@/views/accounting/InvoicePage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.accounting.cash",
|
|
|
|
|
|
"path": "/admin/accounting/cash",
|
|
|
|
|
|
"componentPath": "@/views/accounting/CashPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.accounting.bank",
|
|
|
|
|
|
"path": "/admin/accounting/bank",
|
|
|
|
|
|
"componentPath": "@/views/accounting/BankPage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.accounting.checkNote",
|
|
|
|
|
|
"path": "/admin/accounting/check-note",
|
|
|
|
|
|
"componentPath": "@/views/accounting/CheckNotePage",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": null
|
|
|
|
|
|
}
|
|
|
|
|
|
],
|
|
|
|
|
|
"Menus": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Platform",
|
|
|
|
|
|
"DisplayName": "App.Platform",
|
|
|
|
|
|
"Order": 100,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcTabletAndroid",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Saas",
|
|
|
|
|
|
"DisplayName": "App.Saas",
|
|
|
|
|
|
"Order": 200,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcPodiumWithAudience",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "AbpTenantManagement.Tenants",
|
|
|
|
|
|
"DisplayName": "AbpTenantManagement.Tenants",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-tenant",
|
|
|
|
|
|
"Icon": "FcDepartment",
|
|
|
|
|
|
"RequiredPermissionName": "AbpTenantManagement.Tenants",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Branches",
|
|
|
|
|
|
"DisplayName": "App.Branches",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-branch",
|
|
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.Branches",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Settings",
|
|
|
|
|
|
"DisplayName": "App.Settings",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcCircuit",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Settings",
|
|
|
|
|
|
"Code": "App.Settings.SettingDefinitions",
|
|
|
|
|
|
"DisplayName": "App.Settings.SettingDefinitions",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-settingdefinition",
|
|
|
|
|
|
"Icon": "FcSupport",
|
|
|
|
|
|
"RequiredPermissionName": "App.Settings.SettingDefinitions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Settings",
|
|
|
|
|
|
"Code": "App.Settings.GlobalSearch",
|
|
|
|
|
|
"DisplayName": "App.Settings.GlobalSearch",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-globalsearch",
|
|
|
|
|
|
"Icon": "FcSearch",
|
|
|
|
|
|
"RequiredPermissionName": "App.Settings.GlobalSearch",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Languages",
|
|
|
|
|
|
"DisplayName": "App.Languages",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcGlobe",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Languages",
|
|
|
|
|
|
"Code": "App.Languages.Language",
|
|
|
|
|
|
"DisplayName": "App.Languages.Language",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-language",
|
|
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Languages.Language",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Languages",
|
|
|
|
|
|
"Code": "App.Languages.LanguageText",
|
|
|
|
|
|
"DisplayName": "App.Languages.LanguageText",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-languagetext",
|
|
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Languages.LanguageText",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Routes",
|
|
|
|
|
|
"DisplayName": "App.Routes",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-route",
|
|
|
|
|
|
"Icon": "FaSynagogue",
|
|
|
|
|
|
"RequiredPermissionName": "App.Routes",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Menus",
|
|
|
|
|
|
"DisplayName": "App.Menus",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FaSchlix",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Menus",
|
|
|
|
|
|
"Code": "App.Menus.Menu",
|
|
|
|
|
|
"DisplayName": "App.Menus.Menu",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-menu",
|
|
|
|
|
|
"Icon": "FcMenu",
|
|
|
|
|
|
"RequiredPermissionName": "App.Menus.Menu",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Menus",
|
|
|
|
|
|
"Code": "App.Menus.Manager",
|
|
|
|
|
|
"DisplayName": "App.Menus.Manager",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/menuManager",
|
|
|
|
|
|
"Icon": "FaRegListAlt",
|
|
|
|
|
|
"RequiredPermissionName": "App.Menus.Manager",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Listforms",
|
|
|
|
|
|
"DisplayName": "App.Listforms",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcList",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Listforms",
|
|
|
|
|
|
"Code": "App.Listforms.DataSource",
|
|
|
|
|
|
"DisplayName": "App.Listforms.DataSource",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-datasource",
|
|
|
|
|
|
"Icon": "FcAcceptDatabase",
|
|
|
|
|
|
"RequiredPermissionName": "App.Listforms.DataSource",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Listforms",
|
|
|
|
|
|
"Code": "App.Listforms.Wizard",
|
|
|
|
|
|
"DisplayName": "App.Listforms.Wizard",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/listform/wizard",
|
|
|
|
|
|
"Icon": "FcFlashAuto",
|
|
|
|
|
|
"RequiredPermissionName": "App.Listforms.Wizard",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Listforms",
|
|
|
|
|
|
"Code": "App.Listforms.Listform",
|
|
|
|
|
|
"DisplayName": "App.Listforms.Listform",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-listform",
|
|
|
|
|
|
"Icon": "FcDataSheet",
|
|
|
|
|
|
"RequiredPermissionName": "App.Listforms.Listform",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Notifications",
|
|
|
|
|
|
"DisplayName": "App.Notifications",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Notifications",
|
|
|
|
|
|
"Code": "App.Notifications.NotificationRules",
|
|
|
|
|
|
"DisplayName": "App.Notifications.NotificationRules",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-notificationrule",
|
|
|
|
|
|
"Icon": "FcLibrary",
|
|
|
|
|
|
"RequiredPermissionName": "App.Notifications.NotificationRules",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Notifications",
|
|
|
|
|
|
"Code": "App.Notifications.Notification",
|
|
|
|
|
|
"DisplayName": "App.Notifications.Notification",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-notification",
|
|
|
|
|
|
"Icon": "FcBrokenLink",
|
|
|
|
|
|
"RequiredPermissionName": "App.Notifications.Notification",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.BackgroundWorkers",
|
|
|
|
|
|
"DisplayName": "App.BackgroundWorkers",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/list/list-backgroundworker",
|
|
|
|
|
|
"Icon": "FcScatterPlot",
|
|
|
|
|
|
"RequiredPermissionName": "App.BackgroundWorkers",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.ForumManagement",
|
|
|
|
|
|
"DisplayName": "App.ForumManagement",
|
|
|
|
|
|
"Order": 10,
|
|
|
|
|
|
"Url": "/admin/forumManagement",
|
|
|
|
|
|
"Icon": "FcReading",
|
|
|
|
|
|
"RequiredPermissionName": "App.ForumManagement",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Parameters",
|
|
|
|
|
|
"DisplayName": "App.Parameters",
|
|
|
|
|
|
"Order": 11,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcFilingCabinet",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Parameters",
|
|
|
|
|
|
"Code": "App.Parameters.ContactTag",
|
|
|
|
|
|
"DisplayName": "App.Parameters.ContactTag",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-contactTag",
|
|
|
|
|
|
"Icon": "FcButtingIn",
|
|
|
|
|
|
"RequiredPermissionName": "App.Parameters.ContactTag",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Parameters",
|
|
|
|
|
|
"Code": "App.Parameters.ContactTitle",
|
|
|
|
|
|
"DisplayName": "App.Parameters.ContactTitle",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-contactTitle",
|
|
|
|
|
|
"Icon": "FcNeutralDecision",
|
|
|
|
|
|
"RequiredPermissionName": "App.Parameters.ContactTitle",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Parameters",
|
|
|
|
|
|
"Code": "App.Parameters.Currency",
|
|
|
|
|
|
"DisplayName": "App.Parameters.Currency",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-currency",
|
|
|
|
|
|
"Icon": "FcCurrencyExchange",
|
|
|
|
|
|
"RequiredPermissionName": "App.Parameters.Currency",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Parameters",
|
|
|
|
|
|
"Code": "App.Parameters.CountryGroup",
|
|
|
|
|
|
"DisplayName": "App.Parameters.CountryGroup",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/list-countryGroup",
|
|
|
|
|
|
"Icon": "FaFlag",
|
|
|
|
|
|
"RequiredPermissionName": "App.Parameters.CountryGroup",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Parameters",
|
|
|
|
|
|
"Code": "App.Parameters.Country",
|
|
|
|
|
|
"DisplayName": "App.Parameters.Country",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-country",
|
|
|
|
|
|
"Icon": "FaFlagCheckered",
|
|
|
|
|
|
"RequiredPermissionName": "App.Parameters.Country",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Parameters",
|
|
|
|
|
|
"Code": "App.Parameters.City",
|
|
|
|
|
|
"DisplayName": "App.Parameters.City",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/list-city",
|
|
|
|
|
|
"Icon": "FaFontAwesomeFlag",
|
|
|
|
|
|
"RequiredPermissionName": "App.Parameters.City",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Parameters",
|
|
|
|
|
|
"Code": "App.Parameters.District",
|
|
|
|
|
|
"DisplayName": "App.Parameters.District",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/list/list-district",
|
|
|
|
|
|
"Icon": "FaFontAwesome",
|
|
|
|
|
|
"RequiredPermissionName": "App.Parameters.District",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Administration",
|
|
|
|
|
|
"DisplayName": "App.Administration",
|
|
|
|
|
|
"Order": 300,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcOrganization",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Setting",
|
|
|
|
|
|
"DisplayName": "App.Setting",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/settings",
|
|
|
|
|
|
"Icon": "FcSettings",
|
|
|
|
|
|
"RequiredPermissionName": "App.Setting",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "Abp.Identity",
|
|
|
|
|
|
"DisplayName": "Abp.Identity",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"DisplayName": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-permissiongroup",
|
|
|
|
|
|
"Icon": "FcEngineering",
|
|
|
|
|
|
"RequiredPermissionName": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "Abp.Identity.Permissions",
|
|
|
|
|
|
"DisplayName": "Abp.Identity.Permissions",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-permission",
|
|
|
|
|
|
"Icon": "FcSupport",
|
|
|
|
|
|
"RequiredPermissionName": "Abp.Identity.Permissions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "App.ClaimType",
|
|
|
|
|
|
"DisplayName": "App.ClaimType",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-claimtype",
|
|
|
|
|
|
"Icon": "FcOrganization",
|
|
|
|
|
|
"RequiredPermissionName": "App.ClaimType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "AbpIdentity.Roles",
|
|
|
|
|
|
"DisplayName": "AbpIdentity.Roles",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/list-role",
|
|
|
|
|
|
"Icon": "FcFlowChart",
|
|
|
|
|
|
"RequiredPermissionName": "AbpIdentity.Roles",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "AbpIdentity.Users",
|
|
|
|
|
|
"DisplayName": "AbpIdentity.Users",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-user",
|
|
|
|
|
|
"Icon": "FcBusinessman",
|
|
|
|
|
|
"RequiredPermissionName": "AbpIdentity.Users",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "Abp.Identity.OrganizationUnits",
|
|
|
|
|
|
"DisplayName": "Abp.Identity.OrganizationUnits",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/ous",
|
|
|
|
|
|
"Icon": "FcOrganization",
|
|
|
|
|
|
"RequiredPermissionName": "Abp.Identity.OrganizationUnits",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "App.IpRestrictions",
|
|
|
|
|
|
"DisplayName": "App.IpRestrictions",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/list/list-iprestriction",
|
|
|
|
|
|
"Icon": "FcNfcSign",
|
|
|
|
|
|
"RequiredPermissionName": "App.IpRestrictions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "App.AuditLogs",
|
|
|
|
|
|
"DisplayName": "App.AuditLogs",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/list/list-auditlog",
|
|
|
|
|
|
"Icon": "FcMultipleInputs",
|
|
|
|
|
|
"RequiredPermissionName": "App.AuditLogs",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-10-30 20:22:31 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Forum",
|
|
|
|
|
|
"DisplayName": "App.Forum",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/forum",
|
|
|
|
|
|
"Icon": "FcLink",
|
|
|
|
|
|
"RequiredPermissionName": "App.ForumManagement.Publish",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.DeveloperKit",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit",
|
2025-10-30 20:22:31 +00:00
|
|
|
|
"Order": 6,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcAndroidOs",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Dashboard",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Dashboard",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/developerkit",
|
|
|
|
|
|
"Icon": "FcBinoculars",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Entity",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Entity",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/developerkit/entities",
|
|
|
|
|
|
"Icon": "FcAddRow",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.Entity",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Migrations",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Migrations",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/developerkit/migrations",
|
|
|
|
|
|
"Icon": "FcAddDatabase",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.Migrations",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Endpoints",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Endpoints",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/developerkit/endpoints",
|
|
|
|
|
|
"Icon": "FcOrgUnit",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.Endpoints",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.CustomEndpoints",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.CustomEndpoints",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-customendpoint",
|
|
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.CustomEndpoints",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Components",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Components",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/developerkit/components",
|
|
|
|
|
|
"Icon": "FcBiohazard",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.Components",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Reports.Management",
|
|
|
|
|
|
"DisplayName": "App.Reports.Management",
|
2025-10-30 20:22:31 +00:00
|
|
|
|
"Order": 7,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcDocument",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Reports.Management",
|
|
|
|
|
|
"Code": "App.Reports.Categories",
|
|
|
|
|
|
"DisplayName": "App.Reports.Categories",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-reportcategory",
|
|
|
|
|
|
"Icon": "FcProcess",
|
|
|
|
|
|
"RequiredPermissionName": "App.Reports.Categories",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Reports.Management",
|
|
|
|
|
|
"Code": "App.Reports",
|
|
|
|
|
|
"DisplayName": "App.Reports",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/reports/management",
|
|
|
|
|
|
"Icon": "FcSimCardChip",
|
|
|
|
|
|
"RequiredPermissionName": "App.Reports.Management",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Public",
|
|
|
|
|
|
"DisplayName": "App.Public",
|
2025-10-30 20:22:31 +00:00
|
|
|
|
"Order": 8,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcGenealogy",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.About",
|
|
|
|
|
|
"DisplayName": "App.About",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-about",
|
|
|
|
|
|
"Icon": "FcAbout",
|
|
|
|
|
|
"RequiredPermissionName": "App.About",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Services",
|
|
|
|
|
|
"DisplayName": "App.Services",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-service",
|
|
|
|
|
|
"Icon": "FcServices",
|
|
|
|
|
|
"RequiredPermissionName": "App.Services",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.Products",
|
|
|
|
|
|
"DisplayName": "App.Orders.Products",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-product",
|
|
|
|
|
|
"Icon": "FcDiploma1",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.Products",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"DisplayName": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/list-paymentmethod",
|
|
|
|
|
|
"Icon": "FcFeedIn",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"DisplayName": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-installmentoption",
|
|
|
|
|
|
"Icon": "FcProcess",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.PurchaseOrders",
|
|
|
|
|
|
"DisplayName": "App.Orders.PurchaseOrders",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/list-purchaseorder",
|
|
|
|
|
|
"Icon": "FcCollect",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.PurchaseOrders",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.BlogManagement.Category",
|
|
|
|
|
|
"DisplayName": "App.BlogManagement.Category",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/list/list-blogcategory",
|
|
|
|
|
|
"Icon": "FaCertificate",
|
|
|
|
|
|
"RequiredPermissionName": "App.BlogManagement.Category",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.BlogManagement.Posts",
|
|
|
|
|
|
"DisplayName": "App.BlogManagement.Posts",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/list/list-blogpost",
|
|
|
|
|
|
"Icon": "FaWeixin",
|
|
|
|
|
|
"RequiredPermissionName": "App.BlogManagement.Posts",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Demos",
|
|
|
|
|
|
"DisplayName": "App.Demos",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/list/list-demo",
|
|
|
|
|
|
"Icon": "FcMissedCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Demos",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Contact",
|
|
|
|
|
|
"DisplayName": "App.Contact",
|
|
|
|
|
|
"Order": 10,
|
|
|
|
|
|
"Url": "/admin/list/list-contact",
|
|
|
|
|
|
"Icon": "FcContacts",
|
|
|
|
|
|
"RequiredPermissionName": "App.Contact",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Definitions",
|
|
|
|
|
|
"DisplayName": "App.Definitions",
|
2025-10-30 20:22:31 +00:00
|
|
|
|
"Order": 9,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcFilingCabinet",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Files",
|
|
|
|
|
|
"DisplayName": "App.Files",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/files",
|
|
|
|
|
|
"Icon": "FcFolder",
|
|
|
|
|
|
"RequiredPermissionName": "App.Files",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.WorkHour",
|
|
|
|
|
|
"DisplayName": "App.Definitions.WorkHour",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-workhour",
|
|
|
|
|
|
"Icon": "FcClock",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.WorkHour",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Sector",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Sector",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-sector",
|
|
|
|
|
|
"Icon": "FcBiomass",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Sector",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.SkillType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.SkillType",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-skillType",
|
|
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.SkillType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.UomCategory",
|
|
|
|
|
|
"DisplayName": "App.Definitions.UomCategory",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/list-uomCategory",
|
|
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.UomCategory",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Behavior",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Behavior",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-behavior",
|
|
|
|
|
|
"Icon": "FcPuzzle",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Behavior",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Disease",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Disease",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/list-disease",
|
|
|
|
|
|
"Icon": "FcBiohazard",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Disease",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Document",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Document",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/list/list-document",
|
|
|
|
|
|
"Icon": "FcDocument",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Document",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.EducationStatus",
|
|
|
|
|
|
"DisplayName": "App.Definitions.EducationStatus",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/list/list-educationstatus",
|
|
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.EducationStatus",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Vaccine",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Vaccine",
|
|
|
|
|
|
"Order": 12,
|
|
|
|
|
|
"Url": "/admin/list/list-vaccine",
|
|
|
|
|
|
"Icon": "FcBiotech",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Vaccine",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Vehicle",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Vehicle",
|
|
|
|
|
|
"Order": 13,
|
|
|
|
|
|
"Url": "/admin/list/list-vehicle",
|
|
|
|
|
|
"Icon": "FcAutomotive",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Vehicle",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Psychologist",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Psychologist",
|
|
|
|
|
|
"Order": 14,
|
|
|
|
|
|
"Url": "/admin/list/list-psychologist",
|
|
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Psychologist",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Lawyer",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Lawyer",
|
|
|
|
|
|
"Order": 15,
|
|
|
|
|
|
"Url": "/admin/list/list-lawyer",
|
|
|
|
|
|
"Icon": "FcBusinessman",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Lawyer",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Intranet",
|
|
|
|
|
|
"DisplayName": "App.Intranet",
|
|
|
|
|
|
"Order": 400,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcDataConfiguration",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Events",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcTodoList",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet.Events",
|
|
|
|
|
|
"Code": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-eventtype",
|
|
|
|
|
|
"Icon": "FcPlanner",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet.Events",
|
|
|
|
|
|
"Code": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-eventcategory",
|
|
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet.Events",
|
|
|
|
|
|
"Code": "App.Intranet.Events.Event",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.Event",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-event",
|
|
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.Event",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Meal",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Meal",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-meal",
|
|
|
|
|
|
"Icon": "FcLike",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Meal",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Reservation",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Reservation",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/list-reservation",
|
|
|
|
|
|
"Icon": "FcAlarmClock",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Reservation",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.ShuttleRoute",
|
|
|
|
|
|
"DisplayName": "App.Intranet.ShuttleRoute",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-shuttleroute",
|
|
|
|
|
|
"Icon": "FcAutomotive",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.ShuttleRoute",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Announcement",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Announcement",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/list-announcement",
|
|
|
|
|
|
"Icon": "FcSpeaker",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Announcement",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Visitor",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Visitor",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/list/list-visitor",
|
|
|
|
|
|
"Icon": "FcContacts",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Visitor",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-10-28 10:57:32 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.SocialPost",
|
|
|
|
|
|
"DisplayName": "App.Intranet.SocialPost",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/list/list-socialpost",
|
|
|
|
|
|
"Icon": "FcShare",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.SocialPost",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Participant",
|
|
|
|
|
|
"DisplayName": "App.Participant",
|
|
|
|
|
|
"Order": 500,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcBusinessman",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant",
|
|
|
|
|
|
"Code": "App.Participant.Definitions",
|
|
|
|
|
|
"DisplayName": "App.Definitions",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcFilingCabinet",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.MeetingMethod",
|
|
|
|
|
|
"DisplayName": "App.Definitions.MeetingMethod",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-meetingmethod",
|
|
|
|
|
|
"Icon": "FcCollaboration",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.MeetingMethod",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.MeetingResult",
|
|
|
|
|
|
"DisplayName": "App.Definitions.MeetingResult",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-meetingresult",
|
|
|
|
|
|
"Icon": "FcApproval",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.MeetingResult",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Source",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Source",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-source",
|
|
|
|
|
|
"Icon": "FcAdvertising",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Source",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Interesting",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Interesting",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/list-interesting",
|
|
|
|
|
|
"Icon": "FcIdea",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Interesting",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.SalesRejectionReason",
|
|
|
|
|
|
"DisplayName": "App.Definitions.SalesRejectionReason",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-salesrejectionreason",
|
|
|
|
|
|
"Icon": "FcCancel",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.SalesRejectionReason",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.NoteType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.NoteType",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/list-notetype",
|
|
|
|
|
|
"Icon": "FcTodoList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.NoteType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Coordinator",
|
|
|
|
|
|
"DisplayName": "App.Coordinator",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 600,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcCollaboration",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator",
|
|
|
|
|
|
"Code": "App.Coordinator.Definitions",
|
|
|
|
|
|
"DisplayName": "App.Definitions",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcFilingCabinet",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Program",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Program",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-program",
|
|
|
|
|
|
"Icon": "FcFlowChart",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Program",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Schedule",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Schedule",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-schedule",
|
|
|
|
|
|
"Icon": "FcPlanner",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Schedule",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.RegistrationType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.RegistrationType",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-registrationtype",
|
|
|
|
|
|
"Icon": "FcTodoList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.RegistrationType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.RegistrationMethod",
|
|
|
|
|
|
"DisplayName": "App.Definitions.RegistrationMethod",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/list-registrationmethod",
|
|
|
|
|
|
"Icon": "FcCollaboration",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.RegistrationMethod",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.ClassType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.ClassType",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-classtype",
|
|
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.ClassType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Class",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Class",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/list-class",
|
|
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Class",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Level",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Level",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/list/list-level",
|
|
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Level",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.ClassCancellationReason",
|
|
|
|
|
|
"DisplayName": "App.Definitions.ClassCancellationReason",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/list/list-classcancellationreason",
|
|
|
|
|
|
"Icon": "FcDisapprove",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.ClassCancellationReason",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.LessonPeriod",
|
|
|
|
|
|
"DisplayName": "App.Definitions.LessonPeriod",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/list/list-lessonperiod",
|
|
|
|
|
|
"Icon": "FcClock",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.LessonPeriod",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator",
|
|
|
|
|
|
"Code": "App.Coordinator.Questions",
|
|
|
|
|
|
"DisplayName": "App.Coordinator.Questions",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcIdea",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Questions",
|
|
|
|
|
|
"Code": "App.Definitions.QuestionTag",
|
|
|
|
|
|
"DisplayName": "App.Definitions.QuestionTag",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-questiontag",
|
|
|
|
|
|
"Icon": "FcTags",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.QuestionTag",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Questions",
|
|
|
|
|
|
"Code": "App.Definitions.QuestionPool",
|
|
|
|
|
|
"DisplayName": "App.Definitions.QuestionPool",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-questionpool",
|
|
|
|
|
|
"Icon": "FcQuestions",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.QuestionPool",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator",
|
|
|
|
|
|
"Code": "App.Coordinator.Classroom",
|
|
|
|
|
|
"DisplayName": "App.Coordinator.Classroom",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/coordinator/classroom/dashboard",
|
|
|
|
|
|
"Icon": "FcNeutralDecision",
|
|
|
|
|
|
"RequiredPermissionName": "App.Coordinator.Classroom.Dashboard",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator",
|
|
|
|
|
|
"Code": "App.Coordinator.Exams",
|
|
|
|
|
|
"DisplayName": "App.Coordinator.Exams",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/coordinator/exams",
|
|
|
|
|
|
"Icon": "FcInspection",
|
|
|
|
|
|
"RequiredPermissionName": "App.Coordinator.Exams",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator",
|
|
|
|
|
|
"Code": "App.Coordinator.Assignments",
|
|
|
|
|
|
"DisplayName": "App.Coordinator.Assignments",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/coordinator/assignments",
|
|
|
|
|
|
"Icon": "FcTodoList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Coordinator.Assignments",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator",
|
|
|
|
|
|
"Code": "App.Coordinator.Tests",
|
|
|
|
|
|
"DisplayName": "App.Coordinator.Tests",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/coordinator/tests",
|
|
|
|
|
|
"Icon": "FcCheckmark",
|
|
|
|
|
|
"RequiredPermissionName": "App.Coordinator.Tests",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Crm",
|
|
|
|
|
|
"DisplayName": "App.Crm",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 700,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcContacts",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.Customer",
|
|
|
|
|
|
"DisplayName": "App.Crm.Customer",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/crm/customers",
|
|
|
|
|
|
"Icon": "FcBusinessman",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.Customer",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.SalesTeam",
|
|
|
|
|
|
"DisplayName": "App.Crm.SalesTeam",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/crm/sales-teams",
|
|
|
|
|
|
"Icon": "FcCollaboration",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.SalesTeam",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.LossReason",
|
|
|
|
|
|
"DisplayName": "App.Crm.LossReason",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/crm/loss-reasons",
|
|
|
|
|
|
"Icon": "FcHighPriority",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.LossReason",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.Opportunity",
|
|
|
|
|
|
"DisplayName": "App.Crm.Opportunity",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/crm/opportunities",
|
|
|
|
|
|
"Icon": "FcIdea",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.Opportunity",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.Activities",
|
|
|
|
|
|
"DisplayName": "App.Crm.Activities",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/crm/activities",
|
|
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.Activities",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.SalesOrder",
|
|
|
|
|
|
"DisplayName": "App.Crm.SalesOrder",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/crm/sales-orders",
|
|
|
|
|
|
"Icon": "FcShop",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.SalesOrder",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.SupplyChain",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 800,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcProcess",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.MaterialType",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.MaterialType",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 1,
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Url": "/admin/list/list-materialtype",
|
|
|
|
|
|
"Icon": "FcPackage",
|
|
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.MaterialType",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.MaterialGroup",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.MaterialGroup",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 2,
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Url": "/admin/list/list-materialgroup",
|
|
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.MaterialGroup",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.Material",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Material",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/supplychain/materials",
|
|
|
|
|
|
"Icon": "FcTodoList",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Material",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.Supplier",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Supplier",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/supplychain/suppliers",
|
|
|
|
|
|
"Icon": "FcBusiness",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Supplier",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.Request",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Request",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/supplychain/requests",
|
|
|
|
|
|
"Icon": "FcServices",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Request",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.Quotation",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Quotation",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/supplychain/quotations",
|
|
|
|
|
|
"Icon": "FcSurvey",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Quotation",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.Approval",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Approval",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/supplychain/approvals",
|
|
|
|
|
|
"Icon": "FcApproval",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Approval",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.Order",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Order",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/supplychain/orders",
|
|
|
|
|
|
"Icon": "FcShop",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Order",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
|
|
|
|
|
"Code": "App.SupplyChain.Delivery",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Delivery",
|
|
|
|
|
|
"Order": 10,
|
|
|
|
|
|
"Url": "/admin/supplychain/delivery",
|
|
|
|
|
|
"Icon": "FcShipped",
|
|
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Delivery",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Maintenance",
|
|
|
|
|
|
"DisplayName": "App.Maintenance",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 900,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcFactory",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Workcenter",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Workcenter",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/maintenance/workcenters",
|
|
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Workcenter",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Plans",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Plans",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/maintenance/plans",
|
|
|
|
|
|
"Icon": "FcPlanner",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Plans",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Calendar",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Calendar",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/maintenance/calendar",
|
|
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Calendar",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Teams",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Teams",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/maintenance/teams",
|
|
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Teams",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Faults",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Faults",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/maintenance/faults",
|
|
|
|
|
|
"Icon": "FcHighPriority",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Faults",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Workorders",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Workorders",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/maintenance/workorders",
|
|
|
|
|
|
"Icon": "FcList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Workorders",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Warehouse",
|
|
|
|
|
|
"DisplayName": "App.Warehouse",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 1000,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcOpenedFolder",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Definitions",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Definitions",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/warehouse/definitions",
|
|
|
|
|
|
"Icon": "FcTodoList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Definitions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Tracking",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Tracking",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/warehouse/tracking",
|
|
|
|
|
|
"Icon": "FcSearch",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Tracking",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Putaway",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Putaway",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/warehouse/putaway",
|
|
|
|
|
|
"Icon": "FcCompactCamera",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Putaway",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Receipt",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Receipt",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/warehouse/receipt",
|
|
|
|
|
|
"Icon": "FcImport",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Receipt",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Issue",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Issue",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/warehouse/issue",
|
|
|
|
|
|
"Icon": "FcExport",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Issue",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Transfer",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Transfer",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/warehouse/transfer",
|
|
|
|
|
|
"Icon": "FcSynchronize",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Transfer",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Inventory",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Inventory",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/warehouse/inventory",
|
|
|
|
|
|
"Icon": "FcInspection",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Inventory",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Movements",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Movements",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/warehouse/movements",
|
|
|
|
|
|
"Icon": "FcParallelTasks",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Movements",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Warehouse",
|
|
|
|
|
|
"Code": "App.Warehouse.Stocklevel",
|
|
|
|
|
|
"DisplayName": "App.Warehouse.Stocklevel",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/warehouse/stocklevel",
|
|
|
|
|
|
"Icon": "FcViewDetails",
|
|
|
|
|
|
"RequiredPermissionName": "App.Warehouse.Stocklevel",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Projects",
|
|
|
|
|
|
"DisplayName": "App.Projects",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 1100,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcTimeline",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Projects",
|
|
|
|
|
|
"Code": "App.Projects.List",
|
|
|
|
|
|
"DisplayName": "App.Projects.List",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/projects",
|
|
|
|
|
|
"Icon": "FcTodoList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Projects.List",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Projects",
|
|
|
|
|
|
"Code": "App.Projects.Tasks",
|
|
|
|
|
|
"DisplayName": "App.Projects.Tasks",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/projects/tasks",
|
|
|
|
|
|
"Icon": "FcBullish",
|
|
|
|
|
|
"RequiredPermissionName": "App.Projects.Tasks",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Projects",
|
|
|
|
|
|
"Code": "App.Projects.Phases",
|
|
|
|
|
|
"DisplayName": "App.Projects.Phases",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/projects/phases",
|
|
|
|
|
|
"Icon": "FcParallelTasks",
|
|
|
|
|
|
"RequiredPermissionName": "App.Projects.Phases",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Projects",
|
|
|
|
|
|
"Code": "App.Projects.Activities",
|
|
|
|
|
|
"DisplayName": "App.Projects.Activities",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/projects/activities",
|
|
|
|
|
|
"Icon": "FcPlanner",
|
|
|
|
|
|
"RequiredPermissionName": "App.Projects.Activities",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Projects",
|
|
|
|
|
|
"Code": "App.Projects.Workload",
|
|
|
|
|
|
"DisplayName": "App.Projects.Workload",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/projects/workload",
|
|
|
|
|
|
"Icon": "FcFlowChart",
|
|
|
|
|
|
"RequiredPermissionName": "App.Projects.Workload",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Projects",
|
|
|
|
|
|
"Code": "App.Projects.CostTracking",
|
|
|
|
|
|
"DisplayName": "App.Projects.CostTracking",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/projects/cost-tracking",
|
|
|
|
|
|
"Icon": "FcMoneyTransfer",
|
|
|
|
|
|
"RequiredPermissionName": "App.Projects.CostTracking",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Projects",
|
|
|
|
|
|
"Code": "App.Projects.DailyUpdates",
|
|
|
|
|
|
"DisplayName": "App.Projects.DailyUpdates",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/projects/daily-updates",
|
|
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Projects.DailyUpdates",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Hr",
|
|
|
|
|
|
"DisplayName": "App.Hr",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 1200,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcManager",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.EmploymentType",
|
|
|
|
|
|
"DisplayName": "App.Hr.EmploymentType",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-employmenttype",
|
|
|
|
|
|
"Icon": "FcBriefcase",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.EmploymentType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.JobPosition",
|
|
|
|
|
|
"DisplayName": "App.Hr.JobPosition",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/list-jobposition",
|
|
|
|
|
|
"Icon": "FcCollaboration",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.JobPosition",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Department",
|
|
|
|
|
|
"DisplayName": "App.Hr.Department",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/list-department",
|
|
|
|
|
|
"Icon": "FcDepartment",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Department",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Badge",
|
|
|
|
|
|
"DisplayName": "App.Hr.Badge",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/list-badge",
|
|
|
|
|
|
"Icon": "FcLike",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Badge",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.CostCenter",
|
|
|
|
|
|
"DisplayName": "App.Hr.CostCenter",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/list-costcenter",
|
|
|
|
|
|
"Icon": "FcSalesPerformance",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.CostCenter",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Employee",
|
|
|
|
|
|
"DisplayName": "App.Hr.Employee",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/list-employee",
|
|
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Employee",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Organization",
|
|
|
|
|
|
"DisplayName": "App.Hr.Organization",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/hr/organization",
|
|
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Organization",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Leave",
|
|
|
|
|
|
"DisplayName": "App.Hr.Leave",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/list/list-leave",
|
|
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Leave",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Overtime",
|
|
|
|
|
|
"DisplayName": "App.Hr.Overtime",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/list/list-overtime",
|
|
|
|
|
|
"Icon": "FcClock",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Overtime",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Expense",
|
|
|
|
|
|
"DisplayName": "App.Hr.Expense",
|
|
|
|
|
|
"Order": 10,
|
|
|
|
|
|
"Url": "/admin/list/list-expense",
|
|
|
|
|
|
"Icon": "FaFileInvoiceDollar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Expense",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Payroll",
|
|
|
|
|
|
"DisplayName": "App.Hr.Payroll",
|
|
|
|
|
|
"Order": 11,
|
|
|
|
|
|
"Url": "/admin/list/list-payroll",
|
|
|
|
|
|
"Icon": "FcMoneyTransfer",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Payroll",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Template360",
|
|
|
|
|
|
"DisplayName": "App.Hr.Template360",
|
|
|
|
|
|
"Order": 12,
|
|
|
|
|
|
"Url": "/admin/list/list-template360",
|
|
|
|
|
|
"Icon": "FcInspection",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Template360",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Performance360",
|
|
|
|
|
|
"DisplayName": "App.Hr.Performance360",
|
|
|
|
|
|
"Order": 13,
|
|
|
|
|
|
"Url": "/admin/list/list-performance360",
|
|
|
|
|
|
"Icon": "FcFeedback",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Performance360",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Training",
|
|
|
|
|
|
"DisplayName": "App.Hr.Training",
|
|
|
|
|
|
"Order": 14,
|
|
|
|
|
|
"Url": "/admin/list/list-training",
|
|
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Training",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Survey",
|
|
|
|
|
|
"DisplayName": "App.Hr.Survey",
|
|
|
|
|
|
"Order": 15,
|
|
|
|
|
|
"Url": "/admin/list/list-survey",
|
|
|
|
|
|
"Icon": "FcSurvey",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Survey",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Mrp",
|
|
|
|
|
|
"DisplayName": "App.Mrp",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 1300,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcServices",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.OperationType",
|
|
|
|
|
|
"DisplayName": "App.Mrp.OperationType",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/mrp/operation-types",
|
|
|
|
|
|
"Icon": "FcEngineering",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.OperationType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.Workcenter",
|
|
|
|
|
|
"DisplayName": "App.Mrp.Workcenter",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/mrp/workcenters",
|
|
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.Workcenter",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.Operation",
|
|
|
|
|
|
"DisplayName": "App.Mrp.Operation",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/mrp/operations",
|
|
|
|
|
|
"Icon": "FcFlashOn",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.Operation",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.Bom",
|
|
|
|
|
|
"DisplayName": "App.Mrp.Bom",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/mrp/bom",
|
|
|
|
|
|
"Icon": "FcFlowChart",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.Bom",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.ProductionOrder",
|
|
|
|
|
|
"DisplayName": "App.Mrp.ProductionOrder",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/mrp/production-orders",
|
|
|
|
|
|
"Icon": "FcFactory",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.ProductionOrder",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.WorkOrder",
|
|
|
|
|
|
"DisplayName": "App.Mrp.WorkOrder",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/mrp/work-orders",
|
|
|
|
|
|
"Icon": "FcList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.WorkOrder",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.DemandPlanning",
|
|
|
|
|
|
"DisplayName": "App.Mrp.DemandPlanning",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/mrp/demand-planning",
|
|
|
|
|
|
"Icon": "FcPlanner",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.DemandPlanning",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.MaterialRequirement",
|
|
|
|
|
|
"DisplayName": "App.Mrp.MaterialRequirement",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/mrp/material-requirements",
|
|
|
|
|
|
"Icon": "FcDataSheet",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.MaterialRequirement",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Mrp",
|
|
|
|
|
|
"Code": "App.Mrp.PlanningGantt",
|
|
|
|
|
|
"DisplayName": "App.Mrp.PlanningGantt",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/mrp/planning-gantt",
|
|
|
|
|
|
"Icon": "FcTimeline",
|
|
|
|
|
|
"RequiredPermissionName": "App.Mrp.PlanningGantt",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Accounting",
|
|
|
|
|
|
"DisplayName": "App.Accounting",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Order": 1400,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcMoneyTransfer",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Accounting",
|
|
|
|
|
|
"Code": "App.Definitions.Bank",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Bank",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/list-bank",
|
|
|
|
|
|
"Icon": "FcMoneyTransfer",
|
|
|
|
|
|
"RequiredPermissionName": "App.Accounting.Bank",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Accounting",
|
|
|
|
|
|
"Code": "App.Accounting.CurrentAccount",
|
|
|
|
|
|
"DisplayName": "App.Accounting.CurrentAccount",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/accounting/current-accounts",
|
|
|
|
|
|
"Icon": "FcDebt",
|
|
|
|
|
|
"RequiredPermissionName": "App.Accounting.CurrentAccount",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Accounting",
|
|
|
|
|
|
"Code": "App.Accounting.Waybill",
|
|
|
|
|
|
"DisplayName": "App.Accounting.Waybill",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/accounting/waybills",
|
|
|
|
|
|
"Icon": "FcSurvey",
|
|
|
|
|
|
"RequiredPermissionName": "App.Accounting.Waybill",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Accounting",
|
|
|
|
|
|
"Code": "App.Accounting.Invoice",
|
|
|
|
|
|
"DisplayName": "App.Accounting.Invoice",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/accounting/invoices",
|
|
|
|
|
|
"Icon": "FcSalesPerformance",
|
|
|
|
|
|
"RequiredPermissionName": "App.Accounting.Invoice",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Accounting",
|
|
|
|
|
|
"Code": "App.Accounting.Cash",
|
|
|
|
|
|
"DisplayName": "App.Accounting.Cash",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/accounting/cash",
|
|
|
|
|
|
"Icon": "FcMoneyTransfer",
|
|
|
|
|
|
"RequiredPermissionName": "App.Accounting.Cash",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Accounting",
|
|
|
|
|
|
"Code": "App.Accounting.Bank",
|
|
|
|
|
|
"DisplayName": "App.Accounting.Bank",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/accounting/bank",
|
|
|
|
|
|
"Icon": "FcSalesPerformance",
|
|
|
|
|
|
"RequiredPermissionName": "App.Accounting.Bank",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Accounting",
|
|
|
|
|
|
"Code": "App.Accounting.CheckNote",
|
|
|
|
|
|
"DisplayName": "App.Accounting.CheckNote",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/accounting/check-note",
|
|
|
|
|
|
"Icon": "FcInspection",
|
|
|
|
|
|
"RequiredPermissionName": "App.Accounting.CheckNote",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|