menus.sql 9.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (1, 'Asset', 'web', 0, 0, NULL, NULL, NULL, '2024-05-24 15:50:56', '2024-05-24 15:50:59', NULL);
  2. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (2, 'AssetGroup', 'web', 1, 0, NULL, NULL, 'asset-group.index', '2024-05-24 15:51:22', '2024-05-24 15:51:24', '1,2');
  3. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (3, 'AllAsset', 'web', 1, 0, NULL, NULL, 'asset.index', '2024-05-24 15:52:13', '2024-05-24 15:52:15', '1,3');
  4. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (4, 'AssetPlan', 'web', 1, 0, NULL, NULL, 'plan.index', '2024-05-24 15:54:08', '2024-05-24 15:54:10', '1,4');
  5. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (6, 'Requirement', 'web', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL);
  6. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (7, 'RequirementGroups', 'web', 6, 0, NULL, NULL, 'requirement-group.index', '2024-05-27 09:58:12', '2024-05-27 09:58:15', '6,7');
  7. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (8, 'AllRequirement', 'web', 6, 0, NULL, NULL, 'requirement.index', '2024-05-27 09:59:50', '2024-05-27 09:59:53', '6,8');
  8. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (9, 'Project', 'web', 0, 0, NULL, NULL, NULL, '2024-05-27 10:51:57', '2024-05-27 10:51:59', NULL);
  9. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (10, 'AllProject', 'web', 9, 0, NULL, NULL, 'project.index', '2024-05-27 10:57:29', '2024-05-27 10:57:31', '9,10');
  10. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (12, 'ProjectRequement', 'web', 10, 0, NULL, NULL, 'project.requirement', '2024-05-27 11:06:00', '2024-05-27 11:06:03', '9,10,12');
  11. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (13, 'ProjectTask', 'web', 10, 0, NULL, NULL, 'task.index', '2024-05-27 11:07:01', '2024-05-27 11:07:04', '9,10,13');
  12. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (14, 'KanBan', 'web', 10, 0, NULL, NULL, 'project.kanban', '2024-05-27 11:09:47', '2024-05-27 11:09:49', '9,10,14');
  13. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (15, 'GroupView', 'web', 10, 0, NULL, NULL, 'project.group-view', '2024-05-27 11:10:35', '2024-05-27 11:10:37', '9,10,15');
  14. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (16, 'Gantt', 'web', 10, 0, NULL, NULL, 'project.gantt', '2024-05-27 11:12:01', '2024-05-27 11:12:03', '9,10,16');
  15. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (17, 'Team', 'web', 10, 0, NULL, NULL, 'team-member.list', '2024-05-27 11:14:04', '2024-05-27 11:14:07', '9,10,17');
  16. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (18, 'Dynamics', 'web', 10, 0, NULL, NULL, 'project.dynamic', '2024-05-27 11:15:27', '2024-05-27 11:15:30', '9,10,18');
  17. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (19, 'Company', 'web', 0, 0, NULL, NULL, NULL, '2024-05-27 11:16:06', '2024-05-27 11:16:09', NULL);
  18. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (21, 'CompanyUser', 'web', 19, 0, NULL, NULL, 'user.index', '2024-05-27 11:20:48', '2024-05-27 11:20:52', '19,21');
  19. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (22, 'CompanyDepartments', 'web', 19, 0, NULL, NULL, 'department.index', '2024-05-27 11:21:34', '2024-05-27 11:21:36', '19,22');
  20. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (23, 'RolesPrivilege', 'web', 19, 0, NULL, NULL, 'roles.index', '2024-05-27 11:22:28', '2024-05-27 11:22:30', '19,23');
  21. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (24, 'Document', 'web', 0, 0, NULL, NULL, NULL, '2024-05-27 11:28:14', '2024-05-27 11:28:16', NULL);
  22. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (25, 'DocumentDashboard', 'web', 24, 0, NULL, NULL, 'container.attachments', '2024-05-27 11:29:07', '2024-05-27 11:29:10', '24,25');
  23. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (26, 'Setting', 'web', 0, 0, NULL, NULL, NULL, '2024-05-27 11:29:45', '2024-05-27 11:29:47', NULL);
  24. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (27, 'NamingRule', 'web', 26, 0, NULL, NULL, 'naming-rule.index', '2024-05-27 11:33:31', '2024-05-27 11:33:34', '26,27');
  25. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (28, 'Dictionary', 'web', 26, 0, NULL, NULL, NULL, '2024-05-27 11:43:28', '2024-05-27 11:43:30', '26,28');
  26. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (29, 'SettingDictionary', 'web', 28, 0, NULL, NULL, 'custom-field.groups', '2024-05-27 11:45:51', '2024-05-27 11:45:53', '26,28,29');
  27. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (30, 'Notification', 'web', 26, 0, NULL, NULL, NULL, '2024-05-27 12:03:59', '2024-05-27 12:04:02', '26,30');
  28. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (31, 'Mail', 'web', 30, 0, NULL, NULL, 'config-email', '2024-05-27 12:05:21', '2024-05-27 12:05:24', '26,30,31');
  29. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (32, 'Browser', 'web', 30, 0, NULL, NULL, 'config-browser', '2024-05-27 12:06:42', '2024-05-27 12:06:44', '26,30,32');
  30. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (33, 'Settings', 'web', 30, 0, NULL, NULL, 'config.message-notification-setting', '2024-05-27 12:10:19', '2024-05-27 12:10:21', '26,30,33');
  31. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (34, 'Approval', 'web', 0, 0, NULL, NULL, NULL, '2024-06-25 10:29:40', '2024-06-25 10:29:42', NULL);
  32. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (35, 'ApprovalFlowSetting', 'web', 34, 0, NULL, NULL, 'approval-flow.index', '2024-06-27 11:18:53', '2024-06-27 11:18:54', '34,35');
  33. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (36, 'ApprovalList', 'web', 34, 0, NULL, NULL, 'approval.index', '2024-06-27 11:19:29', '2024-06-27 11:19:31', '34,36');
  34. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (37, 'OperationLog', 'web', 26, 0, NULL, NULL, 'system-operation-log.index', '2024-07-15 16:59:48', '2024-07-15 16:59:51', '26,37');
  35. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (39, 'AllCompany', 'web', 19, 0, NULL, NULL, 'company.index', '2024-08-01 16:21:21', '2024-08-01 16:21:29', '19,39');
  36. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (40, '4SProject', 'web', 10, 0, NULL, NULL, 'project.4s', '2024-08-27 15:09:25', '2024-08-27 15:09:28', '9,10,40');
  37. INSERT INTO `menus` (`id`, `name`, `group`, `parent_id`, `order`, `icon`, `uri`, `permission`, `created_at`, `updated_at`, `path`) VALUES (41, 'IOT', 'web', 10, 0, NULL, NULL, 'project.iot', '2024-11-20 15:23:32', '2024-11-20 15:23:27', '9,10,43');