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",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Menus.Manager"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.listFormManagement.wizard",
|
|
|
|
|
|
"path": "/admin/listform/wizard",
|
|
|
|
|
|
"componentPath": "@/views/admin/listForm/Wizard",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Listforms.Wizard"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"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",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.ForumManagement"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.ai",
|
|
|
|
|
|
"path": "/admin/ai",
|
|
|
|
|
|
"componentPath": "@/views/ai/Assistant",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"Abp.Identity.Ai"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"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",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Setting"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.identity.user.detail",
|
|
|
|
|
|
"path": "/admin/users/detail/:userId",
|
|
|
|
|
|
"componentPath": "@/views/admin/user-management/Details",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"AbpIdentity.Users.Update"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.identity.ous",
|
|
|
|
|
|
"path": "/admin/ous",
|
|
|
|
|
|
"componentPath": "@/views/admin/organization-unit/OrganizationUnits",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"Abp.Identity.OrganizationUnits"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.forum",
|
|
|
|
|
|
"path": "/admin/forum",
|
|
|
|
|
|
"componentPath": "@/views/forum/Forum",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.ForumManagement.Publish"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"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",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.entities",
|
|
|
|
|
|
"path": "/admin/developerkit/entities",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/EntityPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Entity"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.entities.new",
|
|
|
|
|
|
"path": "/admin/developerkit/entities/new",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/EntityDetailPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Entity"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.entities.edit",
|
|
|
|
|
|
"path": "/admin/developerkit/entities/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/EntityDetailPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Entity"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.migrations",
|
|
|
|
|
|
"path": "/admin/developerkit/migrations",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/MigrationPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Migrations"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.endpoints",
|
|
|
|
|
|
"path": "/admin/developerkit/endpoints",
|
2025-11-05 09:02:16 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/CrudEndpointPage",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.CrudEndpoints"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
2025-11-04 22:08:36 +00:00
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.dynamic-services",
|
|
|
|
|
|
"path": "/admin/developerkit/dynamic-services",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/DynamicServicePage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.DynamicServices"
|
|
|
|
|
|
]
|
2025-11-04 22:08:36 +00:00
|
|
|
|
},
|
2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components",
|
|
|
|
|
|
"path": "/admin/developerkit/components",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/ComponentPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Components"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.new",
|
|
|
|
|
|
"path": "/admin/developerkit/components/new",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/ComponentDetailPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Components"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.view",
|
|
|
|
|
|
"path": "/admin/developerkit/components/view/:id",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/ComponentDetailPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Components"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.edit",
|
|
|
|
|
|
"path": "/admin/developerkit/components/edit/:id",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/CodePage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.DeveloperKit.Components"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.reportManagement",
|
|
|
|
|
|
"path": "/admin/reports/management",
|
|
|
|
|
|
"componentPath": "@/views/report/DashboardPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Reports.Management"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.reports.view",
|
|
|
|
|
|
"path": "/admin/reports/:id",
|
|
|
|
|
|
"componentPath": "@/views/report/ReportViewerPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Reports.Categories"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.fileManagement",
|
|
|
|
|
|
"path": "/admin/files",
|
|
|
|
|
|
"componentPath": "@/views/admin/files/FileManager",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Files"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.classroom.dashboard",
|
|
|
|
|
|
"path": "/admin/coordinator/classroom/dashboard",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Classroom/Dashboard",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Classroom.Dashboard"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.classroom.classes",
|
|
|
|
|
|
"path": "/admin/coordinator/classroom/classes",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Classroom/ClassList",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Classroom.List"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.classroom.classroom",
|
|
|
|
|
|
"path": "/admin/coordinator/classroom/room/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Classroom/RoomDetail",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Classroom.RoomDetail"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.classroom.planning",
|
|
|
|
|
|
"path": "/admin/coordinator/classroom/planning/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Classroom/PlanningPage",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Classroom.Planning"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.exams",
|
|
|
|
|
|
"path": "/admin/coordinator/exams",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Exams",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Exams"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.examDetail",
|
|
|
|
|
|
"path": "/admin/coordinator/exam/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/ExamInterface/ExamInterface",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Exams"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.assignments",
|
|
|
|
|
|
"path": "/admin/coordinator/assignments",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Assignments",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Assignments"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.assignmentDetail",
|
|
|
|
|
|
"path": "/admin/coordinator/assignment/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/ExamInterface/ExamInterface",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Assignments"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.tests",
|
|
|
|
|
|
"path": "/admin/coordinator/tests",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/Tests",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Tests"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.coordinator.testDetail",
|
|
|
|
|
|
"path": "/admin/coordinator/test/:id",
|
|
|
|
|
|
"componentPath": "@/views/coordinator/ExamInterface/PDFTestInterface",
|
|
|
|
|
|
"routeType": "protected",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"authority": [
|
|
|
|
|
|
"App.Coordinator.Tests"
|
|
|
|
|
|
]
|
2025-10-27 19:26:19 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"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.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.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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/AbpTenantManagement.Tenants",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcDepartment",
|
|
|
|
|
|
"RequiredPermissionName": "AbpTenantManagement.Tenants",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Branches",
|
|
|
|
|
|
"DisplayName": "App.Branches",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Branches",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Settings.SettingDefinitionsn",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcSupport",
|
|
|
|
|
|
"RequiredPermissionName": "App.Settings.SettingDefinitions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Settings",
|
|
|
|
|
|
"Code": "App.Settings.GlobalSearch",
|
|
|
|
|
|
"DisplayName": "App.Settings.GlobalSearch",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Settings.GlobalSearch",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Languages.Language",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Languages.Language",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Languages",
|
|
|
|
|
|
"Code": "App.Languages.LanguageText",
|
|
|
|
|
|
"DisplayName": "App.Languages.LanguageText",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Languages.LanguageText",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Languages.LanguageText",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Routes",
|
|
|
|
|
|
"DisplayName": "App.Routes",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Routes",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Menus.Menu",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Listforms.DataSource",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Listforms.Listform",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Notifications.NotificationRules",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcLibrary",
|
|
|
|
|
|
"RequiredPermissionName": "App.Notifications.NotificationRules",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Notifications",
|
|
|
|
|
|
"Code": "App.Notifications.Notification",
|
|
|
|
|
|
"DisplayName": "App.Notifications.Notification",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Notifications.Notification",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcBrokenLink",
|
|
|
|
|
|
"RequiredPermissionName": "App.Notifications.Notification",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.BackgroundWorkers",
|
|
|
|
|
|
"DisplayName": "App.BackgroundWorkers",
|
|
|
|
|
|
"Order": 9,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.BackgroundWorkers",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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": 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": "App.Definitions",
|
|
|
|
|
|
"DisplayName": "App.Definitions",
|
2025-11-06 18:13:35 +00:00
|
|
|
|
"Order": 2,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcFilingCabinet",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-11-05 06:37:04 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.ContactTag",
|
|
|
|
|
|
"DisplayName": "App.Definitions.ContactTag",
|
|
|
|
|
|
"Order": 1,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.ContactTag",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Icon": "FcButtingIn",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.ContactTag",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.ContactTitle",
|
|
|
|
|
|
"DisplayName": "App.Definitions.ContactTitle",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.ContactTitle",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Icon": "FcNeutralDecision",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.ContactTitle",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Currency",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Currency",
|
|
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Currency",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Icon": "FcCurrencyExchange",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Currency",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.CountryGroup",
|
|
|
|
|
|
"DisplayName": "App.Definitions.CountryGroup",
|
|
|
|
|
|
"Order": 4,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.CountryGroup",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Icon": "FaFlag",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.CountryGroup",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Country",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Country",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Country",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Icon": "FaFlagCheckered",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Country",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.City",
|
|
|
|
|
|
"DisplayName": "App.Definitions.City",
|
|
|
|
|
|
"Order": 6,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.City",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Icon": "FaFontAwesomeFlag",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.City",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.District",
|
|
|
|
|
|
"DisplayName": "App.Definitions.District",
|
|
|
|
|
|
"Order": 7,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.District",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Icon": "FaFontAwesome",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.District",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.WorkHour",
|
|
|
|
|
|
"DisplayName": "App.Definitions.WorkHour",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.WorkHour",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcClock",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.WorkHour",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Sector",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Sector",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Order": 9,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Sector",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcBiomass",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Sector",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.SkillType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.SkillType",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Order": 10,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.SkillType",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.SkillType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.UomCategory",
|
|
|
|
|
|
"DisplayName": "App.Definitions.UomCategory",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Order": 11,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.UomCategory",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.UomCategory",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Behavior",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Behavior",
|
2025-11-05 06:37:04 +00:00
|
|
|
|
"Order": 12,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Behavior",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcPuzzle",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Behavior",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Disease",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Disease",
|
|
|
|
|
|
"Order": 13,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Disease",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcBiohazard",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Disease",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Document",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Document",
|
|
|
|
|
|
"Order": 14,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Document",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcDocument",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Document",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.EducationStatus",
|
|
|
|
|
|
"DisplayName": "App.Definitions.EducationStatus",
|
|
|
|
|
|
"Order": 15,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.EducationStatus",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.EducationStatus",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Vaccine",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Vaccine",
|
|
|
|
|
|
"Order": 16,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Vaccine",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcBiotech",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Vaccine",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Vehicle",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Vehicle",
|
|
|
|
|
|
"Order": 17,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Vehicle",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcAutomotive",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Vehicle",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Psychologist",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Psychologist",
|
|
|
|
|
|
"Order": 18,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Psychologist",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Psychologist",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Lawyer",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Lawyer",
|
|
|
|
|
|
"Order": 19,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Lawyer",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcBusinessman",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Lawyer",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "Abp.Identity",
|
|
|
|
|
|
"DisplayName": "Abp.Identity",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"DisplayName": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"Order": 1,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/Abp.Identity.PermissionGroups",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcEngineering",
|
|
|
|
|
|
"RequiredPermissionName": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "Abp.Identity.Permissions",
|
|
|
|
|
|
"DisplayName": "Abp.Identity.Permissions",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/Abp.Identity.Permissions",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcSupport",
|
|
|
|
|
|
"RequiredPermissionName": "Abp.Identity.Permissions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "App.ClaimType",
|
|
|
|
|
|
"DisplayName": "App.ClaimType",
|
|
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.ClaimType",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcOrganization",
|
|
|
|
|
|
"RequiredPermissionName": "App.ClaimType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "AbpIdentity.Roles",
|
|
|
|
|
|
"DisplayName": "AbpIdentity.Roles",
|
|
|
|
|
|
"Order": 4,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/AbpIdentity.Roles",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcFlowChart",
|
|
|
|
|
|
"RequiredPermissionName": "AbpIdentity.Roles",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "AbpIdentity.Users",
|
|
|
|
|
|
"DisplayName": "AbpIdentity.Users",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/AbpIdentity.Users",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.IpRestrictions",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcNfcSign",
|
|
|
|
|
|
"RequiredPermissionName": "App.IpRestrictions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "App.AuditLogs",
|
|
|
|
|
|
"DisplayName": "App.AuditLogs",
|
|
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.AuditLogs",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcMultipleInputs",
|
|
|
|
|
|
"RequiredPermissionName": "App.AuditLogs",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Files",
|
|
|
|
|
|
"DisplayName": "App.Files",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/files",
|
|
|
|
|
|
"Icon": "FcFolder",
|
|
|
|
|
|
"RequiredPermissionName": "App.Files",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Forum",
|
|
|
|
|
|
"DisplayName": "App.Forum",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/forum",
|
|
|
|
|
|
"Icon": "FcLink",
|
|
|
|
|
|
"RequiredPermissionName": "App.ForumManagement.Publish",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Reports.Management",
|
|
|
|
|
|
"DisplayName": "App.Reports.Management",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcDocument",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Reports.Management",
|
|
|
|
|
|
"Code": "App.Reports.Categories",
|
|
|
|
|
|
"DisplayName": "App.Reports.Categories",
|
|
|
|
|
|
"Order": 1,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Reports.Categories",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"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.DeveloperKit",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcAndroidOs",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Dashboard",
|
|
|
|
|
|
"DisplayName": "App.Coordinator.Classroom.Dashboard",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/developerkit",
|
|
|
|
|
|
"Icon": "FcBinoculars",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Entity",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Entity",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/developerkit/entities",
|
|
|
|
|
|
"Icon": "FcAddRow",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.Entity",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Migrations",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Migrations",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/developerkit/migrations",
|
|
|
|
|
|
"Icon": "FcAddDatabase",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.Migrations",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.CrudEndpoints",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.CrudEndpoints",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/developerkit/endpoints",
|
|
|
|
|
|
"Icon": "FcOrgUnit",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.CrudEndpoints",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.CustomEndpoints",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.CustomEndpoints",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.DeveloperKit.CustomEndpoints",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcMindMap",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.CustomEndpoints",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Components",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Components",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/developerkit/components",
|
|
|
|
|
|
"Icon": "FcBiohazard",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.Components",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.DynamicServices",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.DynamicServices",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/developerkit/dynamic-services",
|
|
|
|
|
|
"Icon": "FcCommandLine",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.DynamicServices",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Code": "App.Intranet",
|
|
|
|
|
|
"DisplayName": "App.Intranet",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 7,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcDataConfiguration",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"Order": 1,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.Events.EventType",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcPlanner",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.Intranet",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Code": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.Events.EventCategory",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"ParentCode": "App.Intranet",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Code": "App.Intranet.Events.Event",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.Event",
|
|
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.Events.Event",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.Event",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Meal",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Meal",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 4,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.Meal",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcLike",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Meal",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Reservation",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Reservation",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.Reservation",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcAlarmClock",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Reservation",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.ShuttleRoute",
|
|
|
|
|
|
"DisplayName": "App.Intranet.ShuttleRoute",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 6,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.ShuttleRoute",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcAutomotive",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.ShuttleRoute",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Announcement",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Announcement",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 7,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.Announcement",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcSpeaker",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Announcement",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Visitor",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Visitor",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.Visitor",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 9,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Intranet.SocialPost",
|
2025-10-28 10:57:32 +00:00
|
|
|
|
"Icon": "FcShare",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.SocialPost",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-11-16 20:35:09 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Public",
|
|
|
|
|
|
"DisplayName": "App.Public",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcGenealogy",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.About",
|
|
|
|
|
|
"DisplayName": "App.About",
|
|
|
|
|
|
"Order": 1,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.About",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcAbout",
|
|
|
|
|
|
"RequiredPermissionName": "App.About",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Services",
|
|
|
|
|
|
"DisplayName": "App.Services",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Services",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcServices",
|
|
|
|
|
|
"RequiredPermissionName": "App.Services",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.Products",
|
|
|
|
|
|
"DisplayName": "App.Orders.Products",
|
|
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Orders.Products",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcDiploma1",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.Products",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"DisplayName": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"Order": 4,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Orders.PaymentMethods",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcFeedIn",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"DisplayName": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Orders.InstallmentOptions",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcProcess",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Code": "App.Orders.SalesOrders",
|
|
|
|
|
|
"DisplayName": "App.Orders.SalesOrders",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 6,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Orders.SalesOrders",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcCollect",
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"RequiredPermissionName": "App.Orders.SalesOrders",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.BlogManagement.Category",
|
|
|
|
|
|
"DisplayName": "App.BlogManagement.Category",
|
|
|
|
|
|
"Order": 7,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.BlogManagement.Category",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FaCertificate",
|
|
|
|
|
|
"RequiredPermissionName": "App.BlogManagement.Category",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.BlogManagement.Posts",
|
|
|
|
|
|
"DisplayName": "App.BlogManagement.Posts",
|
|
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.BlogManagement.Posts",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FaWeixin",
|
|
|
|
|
|
"RequiredPermissionName": "App.BlogManagement.Posts",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Demos",
|
|
|
|
|
|
"DisplayName": "App.Demos",
|
|
|
|
|
|
"Order": 9,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Demos",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcMissedCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Demos",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Contact",
|
|
|
|
|
|
"DisplayName": "App.Contact",
|
|
|
|
|
|
"Order": 10,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Contact",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcContacts",
|
|
|
|
|
|
"RequiredPermissionName": "App.Contact",
|
|
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.MeetingMethod",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcCollaboration",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.MeetingMethod",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.MeetingResult",
|
|
|
|
|
|
"DisplayName": "App.Definitions.MeetingResult",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.MeetingResult",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcApproval",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.MeetingResult",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Source",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Source",
|
|
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Source",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcAdvertising",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Source",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Interesting",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Interesting",
|
|
|
|
|
|
"Order": 4,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Interesting",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcIdea",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Interesting",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.SalesRejectionReason",
|
|
|
|
|
|
"DisplayName": "App.Definitions.SalesRejectionReason",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.SalesRejectionReason",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcCancel",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.SalesRejectionReason",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Participant.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.NoteType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.NoteType",
|
|
|
|
|
|
"Order": 6,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.NoteType",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Program",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcFlowChart",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Program",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Schedule",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Schedule",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Schedule",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcPlanner",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Schedule",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.RegistrationType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.RegistrationType",
|
|
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.RegistrationType",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcTodoList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.RegistrationType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.RegistrationMethod",
|
|
|
|
|
|
"DisplayName": "App.Definitions.RegistrationMethod",
|
|
|
|
|
|
"Order": 4,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.RegistrationMethod",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcCollaboration",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.RegistrationMethod",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.ClassType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.ClassType",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.ClassType",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.ClassType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Class",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Class",
|
|
|
|
|
|
"Order": 6,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Class",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Class",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Level",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Level",
|
|
|
|
|
|
"Order": 7,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Level",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Level",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.ClassCancellationReason",
|
|
|
|
|
|
"DisplayName": "App.Definitions.ClassCancellationReason",
|
|
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.ClassCancellationReason",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcDisapprove",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.ClassCancellationReason",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.LessonPeriod",
|
|
|
|
|
|
"DisplayName": "App.Definitions.LessonPeriod",
|
|
|
|
|
|
"Order": 9,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.LessonPeriod",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.QuestionTag",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcTags",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.QuestionTag",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Coordinator.Questions",
|
|
|
|
|
|
"Code": "App.Definitions.QuestionPool",
|
|
|
|
|
|
"DisplayName": "App.Definitions.QuestionPool",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.QuestionPool",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Code": "App.Crm.CustomerType",
|
|
|
|
|
|
"DisplayName": "App.Crm.CustomerType",
|
|
|
|
|
|
"Order": 1,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Crm.CustomerType",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Icon": "FcMultipleInputs",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.CustomerType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.CustomerSegment",
|
|
|
|
|
|
"DisplayName": "App.Crm.CustomerSegment",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Crm.CustomerSegment",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Icon": "FcComboChart",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.CustomerSegment",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Code": "App.Crm.Customer",
|
|
|
|
|
|
"DisplayName": "App.Crm.Customer",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Crm.Customer",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Icon": "FcBusinessman",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.Customer",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.LossReason",
|
|
|
|
|
|
"DisplayName": "App.Crm.LossReason",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Crm.LossReason",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcHighPriority",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.LossReason",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.Opportunity",
|
|
|
|
|
|
"DisplayName": "App.Crm.Opportunity",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Order": 6,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Crm.Opportunity",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcIdea",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.Opportunity",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.Activities",
|
|
|
|
|
|
"DisplayName": "App.Crm.Activities",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Order": 7,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Crm.Activities",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Crm.Activities",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Crm",
|
|
|
|
|
|
"Code": "App.Crm.SalesOrder",
|
|
|
|
|
|
"DisplayName": "App.Crm.SalesOrder",
|
2025-11-13 21:28:39 +00:00
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Crm.SalesOrder",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.MaterialType",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"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-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.MaterialGroup",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.Material",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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-11-12 12:59:31 +00:00
|
|
|
|
"Code": "App.SupplyChain.PaymentTerm",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.PaymentTerm",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 4,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.PaymentTerm",
|
2025-11-12 12:59:31 +00:00
|
|
|
|
"Icon": "FcDebt",
|
|
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.PaymentTerm",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
|
|
|
|
|
"Code": "App.SupplyChain.SupplyType",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.SupplyType",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.SupplyType",
|
2025-11-12 12:59:31 +00:00
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.SupplyType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
|
|
|
|
|
"Code": "App.SupplyChain.SupplyCardType",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.SupplyCardType",
|
|
|
|
|
|
"Order": 6,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.SupplyCardType",
|
2025-11-12 12:59:31 +00:00
|
|
|
|
"Icon": "FcComboChart",
|
|
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.SupplyCardType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
|
|
|
|
|
"Code": "App.SupplyChain.Supply",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Supply",
|
|
|
|
|
|
"Order": 7,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.Supply",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcBusiness",
|
2025-11-12 12:59:31 +00:00
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Supply",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-11-12 14:19:37 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
|
|
|
|
|
"Code": "App.SupplyChain.Approval",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Approval",
|
|
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.Approval",
|
2025-11-12 14:19:37 +00:00
|
|
|
|
"Icon": "FcApproval",
|
|
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.Approval",
|
|
|
|
|
|
"IsDisabled": false
|
2025-11-13 09:36:30 +00:00
|
|
|
|
},
|
2025-11-16 20:35:09 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
|
|
|
|
|
"Code": "App.SupplyChain.RequestType",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.RequestType",
|
|
|
|
|
|
"Order": 10,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.RequestType",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": "App.SupplyChain.RequestType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.SupplyChain",
|
2025-10-30 11:25:08 +00:00
|
|
|
|
"Code": "App.SupplyChain.Request",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Request",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 11,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.SupplyChain.Request",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Icon": "FcDataSheet",
|
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-11-16 20:35:09 +00:00
|
|
|
|
"Order": 12,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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.Order",
|
|
|
|
|
|
"DisplayName": "App.SupplyChain.Order",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 13,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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",
|
2025-11-16 20:35:09 +00:00
|
|
|
|
"Order": 14,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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
|
|
|
|
|
|
},
|
2025-11-18 20:42:48 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.WorkcenterType",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.WorkcenterType",
|
|
|
|
|
|
"Order": 1,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.WorkcenterType",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"Icon": "FcOrganization",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.WorkcenterType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.WorkcenterStatus",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.WorkcenterStatus",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.WorkcenterStatus",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"Icon": "FcProcess",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.WorkcenterStatus",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Workcenter",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Workcenter",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.Workcenter",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Workcenter",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
2025-11-20 14:55:13 +00:00
|
|
|
|
"Code": "App.Maintenance.Plan",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Plan",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.Plan",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcPlanner",
|
2025-11-20 14:55:13 +00:00
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Plan",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Calendar",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Calendar",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"Order": 6,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Url": "/admin/maintenance/calendar",
|
|
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Calendar",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
2025-11-21 08:31:59 +00:00
|
|
|
|
"Code": "App.Maintenance.FaultType",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.FaultType",
|
|
|
|
|
|
"Order": 7,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.FaultType",
|
2025-11-21 08:31:59 +00:00
|
|
|
|
"Icon": "FcInspection",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.FaultType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.FaultStatus",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.FaultStatus",
|
2025-11-18 20:42:48 +00:00
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.FaultStatus",
|
2025-11-21 08:31:59 +00:00
|
|
|
|
"Icon": "FcMediumPriority",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.FaultStatus",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Fault",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Fault",
|
|
|
|
|
|
"Order": 9,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.Fault",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcHighPriority",
|
2025-11-21 08:31:59 +00:00
|
|
|
|
"RequiredPermissionName": "App.Maintenance.Fault",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-11-23 18:41:52 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.WorkorderType",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.WorkorderType",
|
|
|
|
|
|
"Order": 9,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.WorkorderType",
|
2025-11-23 18:41:52 +00:00
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.WorkorderType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.WorkorderStatus",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.WorkorderStatus",
|
|
|
|
|
|
"Order": 10,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Maintenance.WorkorderStatus",
|
2025-11-23 18:41:52 +00:00
|
|
|
|
"Icon": "FcProcess",
|
|
|
|
|
|
"RequiredPermissionName": "App.Maintenance.WorkorderStatus",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2025-10-27 19:26:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Maintenance",
|
|
|
|
|
|
"Code": "App.Maintenance.Workorders",
|
|
|
|
|
|
"DisplayName": "App.Maintenance.Workorders",
|
2025-11-23 18:41:52 +00:00
|
|
|
|
"Order": 11,
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.EmploymentType",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcBriefcase",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.EmploymentType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.JobPosition",
|
|
|
|
|
|
"DisplayName": "App.Hr.JobPosition",
|
|
|
|
|
|
"Order": 2,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.JobPosition",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcCollaboration",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.JobPosition",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Department",
|
|
|
|
|
|
"DisplayName": "App.Hr.Department",
|
|
|
|
|
|
"Order": 3,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Department",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcDepartment",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Department",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Badge",
|
|
|
|
|
|
"DisplayName": "App.Hr.Badge",
|
|
|
|
|
|
"Order": 4,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Badge",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcLike",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Badge",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.CostCenter",
|
|
|
|
|
|
"DisplayName": "App.Hr.CostCenter",
|
|
|
|
|
|
"Order": 5,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.CostCenter",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcSalesPerformance",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.CostCenter",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Employee",
|
|
|
|
|
|
"DisplayName": "App.Hr.Employee",
|
|
|
|
|
|
"Order": 6,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Employee",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Employee",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Leave",
|
|
|
|
|
|
"DisplayName": "App.Hr.Leave",
|
2025-11-09 11:13:14 +00:00
|
|
|
|
"Order": 7,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Leave",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Leave",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Overtime",
|
|
|
|
|
|
"DisplayName": "App.Hr.Overtime",
|
2025-11-09 11:13:14 +00:00
|
|
|
|
"Order": 8,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Overtime",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcClock",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Overtime",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Expense",
|
|
|
|
|
|
"DisplayName": "App.Hr.Expense",
|
2025-11-09 11:13:14 +00:00
|
|
|
|
"Order": 9,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Expense",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FaFileInvoiceDollar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Expense",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Payroll",
|
|
|
|
|
|
"DisplayName": "App.Hr.Payroll",
|
2025-11-09 11:13:14 +00:00
|
|
|
|
"Order": 10,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Payroll",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcMoneyTransfer",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Payroll",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Template360",
|
|
|
|
|
|
"DisplayName": "App.Hr.Template360",
|
2025-11-09 11:13:14 +00:00
|
|
|
|
"Order": 11,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Template360",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcInspection",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Template360",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Performance360",
|
|
|
|
|
|
"DisplayName": "App.Hr.Performance360",
|
2025-11-09 11:13:14 +00:00
|
|
|
|
"Order": 12,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Performance360",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcFeedback",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Performance360",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Training",
|
|
|
|
|
|
"DisplayName": "App.Hr.Training",
|
2025-11-09 11:13:14 +00:00
|
|
|
|
"Order": 13,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Training",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Hr.Training",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Hr",
|
|
|
|
|
|
"Code": "App.Hr.Survey",
|
|
|
|
|
|
"DisplayName": "App.Hr.Survey",
|
2025-11-09 11:13:14 +00:00
|
|
|
|
"Order": 14,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Hr.Survey",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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",
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Code": "App.Accounting.Bank",
|
|
|
|
|
|
"DisplayName": "App.Accounting.Bank",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"Order": 1,
|
2025-11-23 20:30:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Accounting.Bank",
|
2025-10-27 19:26:19 +00:00
|
|
|
|
"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
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2025-11-18 20:42:48 +00:00
|
|
|
|
}
|