sozsoft-platform/configs/seeds/host/wizard/20260901090200_TaskDependencies.json
2026-09-01 21:59:56 +03:00

213 lines
6.3 KiB
JSON

{
"Wizard": {
"ComponentKind": 0,
"WizardName": "TaskDependencies",
"ListFormCode": "App.Prj.TaskDependencies",
"MenuCode": "App.Prj.TaskDependencies",
"MenuOrder": 1,
"CreateMenu": false,
"MenuUrl": "/admin/list/App.Prj.TaskDependencies",
"CustomComponentName": "",
"IsTenant": true,
"IsBranch": false,
"IsOrganizationUnit": false,
"AllowAdding": true,
"AllowUpdating": true,
"AllowDeleting": true,
"AllowDetail": false,
"ConfirmDelete": true,
"DefaultLayout": "grid",
"Grid": true,
"Card": false,
"Pivot": false,
"Chart": false,
"Tree": false,
"Gantt": false,
"Scheduler": false,
"Todo": false,
"LanguageTextMenuEn": "Blocking Tasks",
"LanguageTextMenuTr": "Beklenen Görevler",
"LanguageTextTitleEn": "Blocking Tasks",
"LanguageTextTitleTr": "Beklenen Görevler",
"LanguageTextDescEn": "Tasks this task waits for",
"LanguageTextDescTr": "Görevin beklediği görevler",
"LanguageTextMenuParentEn": "Project",
"LanguageTextMenuParentTr": "Proje",
"PermissionGroupName": "App.Prj",
"PermissionGroupDisplayNameEn": "Project",
"PermissionGroupDisplayNameTr": "Proje",
"MenuParentCode": "App.Prj",
"MenuParentModuleId": "Prj",
"MenuParentIcon": "FcTimeline",
"MenuIcon": "FcTodoList",
"DataSourceCode": "Default",
"DataSourceConnectionString": "",
"SelectCommandType": 1,
"SelectCommand": "Prj_T_TaskDependency",
"KeyFieldName": "Id",
"KeyFieldDbSourceType": 9,
"TreeOptionDto": {
"KeyExpr": "",
"ParentIdExpr": "",
"HasItemsExpr": "",
"RootValue": "",
"ExpandedRowKeys": [],
"AutoExpandAll": false,
"RecursiveSelection": false,
"TitleExpr": null,
"StartExpr": null,
"EndExpr": null,
"ProgressExpr": null
},
"GanttOptionDto": {
"KeyExpr": "",
"ParentIdExpr": "",
"HasItemsExpr": "",
"RootValue": "",
"ExpandedRowKeys": [],
"AutoExpandAll": false,
"RecursiveSelection": false,
"TitleExpr": "",
"ScaleType": "weeks",
"StartExpr": "",
"EndExpr": "",
"ProgressExpr": "",
"AllowEditing": false,
"AllowTaskAdding": false,
"AllowTaskUpdating": false,
"AllowTaskResourceUpdating": false,
"AllowTaskDeleting": false,
"AllowDependencyAdding": false,
"AllowDependencyDeleting": false,
"AllowResourceAdding": false,
"AllowResourceUpdating": false,
"AllowResourceDeleting": false
},
"SchedulerOptionDto": {
"TextExpr": "",
"UserNameExpr": null,
"DescriptionExpr": null,
"StartDateExpr": "",
"EndDateExpr": "",
"AllDayExpr": "",
"RecurrenceRuleExpr": "",
"RecurrenceExceptionExpr": "",
"StartDayHour": 8,
"EndDayHour": 20,
"DefaultView": "week",
"ShowAllDayPanel": true,
"CellDuration": 30,
"FirstDayOfWeek": 1,
"CrossScrollingEnabled": false,
"AllowResizing": false,
"AllowDragging": false,
"AllowDeleting": false,
"AllowEditing": false,
"AllowAdding": false
},
"TodoOptionDto": {
"TitleExpr": "",
"StatusExpr": "",
"DescriptionExpr": "",
"DueDateExpr": "",
"TagExpr": "",
"AssigneeExpr": "",
"PriorityExpr": "",
"CompletedExpr": "",
"OrderExpr": "",
"StatusOrder": "",
"AllowDragging": true
},
"WorkflowDto": {
"ApprovalUserFieldName": "",
"ApprovalDateFieldName": "",
"ApprovalStatusFieldName": "",
"ApprovalDescriptionFieldName": "",
"ApprovalIsFilterUserName": false,
"ApprovalIsResetWorkflow": false,
"Criteria": []
},
"Groups": [
{
"Caption": "Genel",
"ColCount": 2,
"Items": [
{
"FieldName": "Id",
"CaptionName": "App.Listform.ListformField.Id",
"TurkishCaption": "Kimlik",
"EnglishCaption": "Id",
"EditorType": "dxTextBox",
"DbSourceType": 9,
"IsRequired": false,
"IncludeInEditingForm": false,
"ColSpan": 1
},
{
"FieldName": "TaskId",
"CaptionName": "App.Listform.ListformField.TaskId",
"TurkishCaption": "Görev",
"EnglishCaption": "Task",
"EditorType": "dxSelectBox",
"DbSourceType": 9,
"IsRequired": true,
"IncludeInEditingForm": true,
"ColSpan": 1,
"LookupDataSourceType": 2,
"LookupQuery": "SELECT Id AS [Key], Name AS [Name] FROM dbo.Prj_T_Task WHERE IsDeleted = 0 ORDER BY Name",
"ValueExpr": "Key",
"DisplayExpr": "Name"
},
{
"FieldName": "DependsOnTaskId",
"CaptionName": "App.Listform.ListformField.DependsOnTaskId",
"TurkishCaption": "Beklenen Görev",
"EnglishCaption": "Blocking Task",
"EditorType": "dxSelectBox",
"DbSourceType": 9,
"IsRequired": true,
"IncludeInEditingForm": true,
"ColSpan": 1,
"LookupDataSourceType": 2,
"LookupQuery": "SELECT Id AS [Key], Name AS [Name] FROM dbo.Prj_T_Task WHERE IsDeleted = 0 ORDER BY Name",
"ValueExpr": "Key",
"DisplayExpr": "Name"
},
{
"FieldName": "Note",
"CaptionName": "App.Listform.ListformField.Note",
"TurkishCaption": "Not",
"EnglishCaption": "Note",
"EditorType": "dxTextArea",
"DbSourceType": 16,
"IsRequired": false,
"IncludeInEditingForm": true,
"ColSpan": 2,
"EditorOptions": "{\"autoResizeEnabled\": true, \"maxLength\": 300}"
}
]
}
],
"SubForms": [],
"Widgets": []
},
"IsDeletedField": true,
"IsCreatedField": true,
"InsertedRecords": {
"LanguageKeys": [
"App.Prj.TaskDependencies"
],
"PermissionGroupNames": [],
"PermissionNames": [
"App.Prj.TaskDependencies",
"App.Prj.TaskDependencies.Create",
"App.Prj.TaskDependencies.Update",
"App.Prj.TaskDependencies.Delete",
"App.Prj.TaskDependencies.Export",
"App.Prj.TaskDependencies.Import",
"App.Prj.TaskDependencies.Note"
],
"MenuCodes": [],
"DataSourceCodes": []
}
}