1469 lines
No EOL
40 KiB
JSON
1469 lines
No EOL
40 KiB
JSON
{
|
|
"Wizard": {
|
|
"ComponentKind": 0,
|
|
"WizardName": "TaskTimesheets",
|
|
"WizardCode": "App.Prj.TaskTimesheets",
|
|
"SeededAt": "2026-09-01T09:00:00",
|
|
"CustomComponentName": "",
|
|
"PermissionGroupName": "App.Prj",
|
|
"PermissionGroupDisplayNameEn": "Project",
|
|
"PermissionGroupDisplayNameTr": "Proje",
|
|
"ModuleId": "Prj",
|
|
"Menu": {
|
|
"CreateMenu": false,
|
|
"MenuCode": "App.Prj.TaskTimesheets",
|
|
"MenuOrder": 1,
|
|
"MenuUrl": "/admin/list/App.Prj.TaskTimesheets",
|
|
"MenuIcon": "FcTodoList",
|
|
"MenuParentCode": "App.Prj",
|
|
"MenuParentIcon": "FcTimeline"
|
|
},
|
|
"Language": {
|
|
"LanguageTextMenuEn": "Timesheets",
|
|
"LanguageTextMenuTr": "\u00C7al\u0131\u015Fma \u00C7izelgeleri",
|
|
"LanguageTextTitleEn": "Timesheets",
|
|
"LanguageTextTitleTr": "\u00C7al\u0131\u015Fma \u00C7izelgeleri",
|
|
"LanguageTextDescEn": "Task timesheets",
|
|
"LanguageTextDescTr": "G\u00F6rev \u00E7al\u0131\u015Fma \u00E7izelgeleri",
|
|
"LanguageTextMenuParentEn": "Project",
|
|
"LanguageTextMenuParentTr": "Proje"
|
|
},
|
|
"Groups": [
|
|
{
|
|
"Items": [
|
|
{
|
|
"FieldName": "Id",
|
|
"CaptionName": "App.Listform.ListformField.Id",
|
|
"TurkishCaption": "Kimlik",
|
|
"EnglishCaption": "Id"
|
|
},
|
|
{
|
|
"FieldName": "TaskId",
|
|
"CaptionName": "App.Listform.ListformField.TaskId",
|
|
"TurkishCaption": "G\u00F6rev",
|
|
"EnglishCaption": "Task"
|
|
},
|
|
{
|
|
"FieldName": "WorkDate",
|
|
"CaptionName": "App.Listform.ListformField.WorkDate",
|
|
"TurkishCaption": "Tarih",
|
|
"EnglishCaption": "Date"
|
|
},
|
|
{
|
|
"FieldName": "UserId",
|
|
"CaptionName": "App.Listform.ListformField.UserId",
|
|
"TurkishCaption": "Kullan\u0131c\u0131",
|
|
"EnglishCaption": "User"
|
|
},
|
|
{
|
|
"FieldName": "Hours",
|
|
"CaptionName": "App.Listform.ListformField.Hours",
|
|
"TurkishCaption": "S\u00FCre (saat)",
|
|
"EnglishCaption": "Hours"
|
|
},
|
|
{
|
|
"FieldName": "Description",
|
|
"CaptionName": "App.Listform.ListformField.Description",
|
|
"TurkishCaption": "A\u00E7\u0131klama",
|
|
"EnglishCaption": "Description"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ListForm": {
|
|
"EditType": null,
|
|
"DataSourceCode": "Default",
|
|
"KeyFieldDbSourceType": 9,
|
|
"TableName": null,
|
|
"DefaultFilter": "\u0022IsDeleted\u0022 = \u0027false\u0027",
|
|
"SelectCommand": "Prj_T_Timesheet",
|
|
"SelectCommandType": 1,
|
|
"SelectFieldsDefaultValueDto": [],
|
|
"DeleteCommand": "UPDATE \u0022Prj_T_Timesheet\u0022 SET \u0022DeleterId\u0022=@DeleterId, \u0022DeletionTime\u0022=CURRENT_TIMESTAMP, \u0022IsDeleted\u0022=\u0027true\u0027 WHERE \u0022Id\u0022 IN @Id",
|
|
"DeleteBeforeCommand": null,
|
|
"DeleteAfterCommand": null,
|
|
"DeleteFieldsDefaultValueDto": [
|
|
{
|
|
"FieldName": "DeleterId",
|
|
"FieldDbType": 9,
|
|
"Value": "@USERID",
|
|
"CustomValueType": 2,
|
|
"SqlQuery": null
|
|
},
|
|
{
|
|
"FieldName": "Id",
|
|
"FieldDbType": 9,
|
|
"Value": "@ID",
|
|
"CustomValueType": 2,
|
|
"SqlQuery": null
|
|
}
|
|
],
|
|
"InsertCommand": null,
|
|
"InsertBeforeCommand": null,
|
|
"InsertAfterCommand": null,
|
|
"InsertFieldsDefaultValueDto": [
|
|
{
|
|
"FieldName": "CreationTime",
|
|
"FieldDbType": 6,
|
|
"Value": "@NOW",
|
|
"CustomValueType": 2,
|
|
"SqlQuery": null
|
|
},
|
|
{
|
|
"FieldName": "CreatorId",
|
|
"FieldDbType": 9,
|
|
"Value": "@USERID",
|
|
"CustomValueType": 2,
|
|
"SqlQuery": null
|
|
},
|
|
{
|
|
"FieldName": "IsDeleted",
|
|
"FieldDbType": 3,
|
|
"Value": "false",
|
|
"CustomValueType": 1,
|
|
"SqlQuery": null
|
|
},
|
|
{
|
|
"FieldName": "Id",
|
|
"FieldDbType": 9,
|
|
"Value": "@NEWID",
|
|
"CustomValueType": 2,
|
|
"SqlQuery": null
|
|
}
|
|
],
|
|
"UpdateCommand": null,
|
|
"UpdateBeforeCommand": null,
|
|
"UpdateAfterCommand": null,
|
|
"UpdateFieldsDefaultValueDto": [],
|
|
"FormFieldsDefaultValueDto": [],
|
|
"WidgetsDto": [],
|
|
"ExtraFilterEditDto": [],
|
|
"ListFormCode": "App.Prj.TaskTimesheets",
|
|
"CultureName": "en",
|
|
"Name": "App.Prj.TaskTimesheets",
|
|
"KeyFieldName": "Id",
|
|
"Title": "App.Prj.TaskTimesheets.Title",
|
|
"SortMode": "single",
|
|
"PageSize": 10,
|
|
"Width": 0,
|
|
"Height": 0,
|
|
"FullHeight": false,
|
|
"Description": "App.Prj.TaskTimesheets.Desc",
|
|
"FilterRowDto": {
|
|
"Visible": true,
|
|
"ApplyFilter": "auto",
|
|
"AllowUserUiFilterSave": true
|
|
},
|
|
"RowDto": {
|
|
"RowHeight": "auto",
|
|
"WhiteSpace": "normal",
|
|
"OverflowWrap": "break-word"
|
|
},
|
|
"HeaderFilterDto": {
|
|
"Visible": true,
|
|
"AllowSearch": false,
|
|
"Height": 325,
|
|
"SearchTimeout": 500,
|
|
"Width": 252
|
|
},
|
|
"FilterPanelDto": {
|
|
"Visible": false,
|
|
"Texts": null,
|
|
"FilterEnabled": false,
|
|
"CustomizeText": null
|
|
},
|
|
"SearchPanelDto": {
|
|
"Visible": true,
|
|
"Width": 160
|
|
},
|
|
"GroupPanelDto": {
|
|
"Visible": true,
|
|
"AutoExpandAll": false
|
|
},
|
|
"SelectionDto": {
|
|
"Mode": "none",
|
|
"AllowSelectAll": false,
|
|
"SelectAllMode": "allPages",
|
|
"ShowCheckBoxesMode": "always"
|
|
},
|
|
"ColumnOptionDto": {
|
|
"ShowBorders": true,
|
|
"ShowRowLines": true,
|
|
"ShowColumnLines": false,
|
|
"RowAlternationEnabled": true,
|
|
"AllowColumnReordering": true,
|
|
"AllowColumnResizing": true,
|
|
"ColumnResizingMode": "widget",
|
|
"ColumnAutoWidth": true,
|
|
"RtlEnabled": false,
|
|
"ColumnFixingEnabled": true,
|
|
"ColumnChooserEnabled": true,
|
|
"ColumnChooserMode": "dragAndDrop",
|
|
"HoverStateEnabled": false,
|
|
"ColumnHidingEnabled": true,
|
|
"FocusedRowEnabled": true,
|
|
"ShowColumnHeaders": true
|
|
},
|
|
"PivotOptionDto": {
|
|
"ColumnChooserEnabled": false,
|
|
"AllowFieldDragging": true,
|
|
"ShowFieldPanel": true,
|
|
"ShowDataFields": true,
|
|
"ShowColumnFields": true,
|
|
"ShowRowFields": true,
|
|
"ShowFilterFields": true,
|
|
"ShowChart": false,
|
|
"ChartHeight": 320,
|
|
"ChartCommonSeriesType": "bar"
|
|
},
|
|
"TreeOptionDto": {
|
|
"KeyExpr": null,
|
|
"ParentIdExpr": null,
|
|
"HasItemsExpr": null,
|
|
"RootValue": null,
|
|
"ExpandedRowKeys": [],
|
|
"AutoExpandAll": false,
|
|
"RecursiveSelection": false,
|
|
"TitleExpr": null,
|
|
"StartExpr": null,
|
|
"EndExpr": null,
|
|
"ProgressExpr": null
|
|
},
|
|
"GanttOptionDto": {
|
|
"KeyExpr": null,
|
|
"ParentIdExpr": null,
|
|
"HasItemsExpr": null,
|
|
"RootValue": null,
|
|
"ExpandedRowKeys": [],
|
|
"AutoExpandAll": false,
|
|
"RecursiveSelection": false,
|
|
"TitleExpr": null,
|
|
"ScaleType": "weeks",
|
|
"StartExpr": null,
|
|
"EndExpr": null,
|
|
"ProgressExpr": null,
|
|
"AllowEditing": false,
|
|
"AllowTaskAdding": false,
|
|
"AllowTaskUpdating": false,
|
|
"AllowTaskResourceUpdating": false,
|
|
"AllowTaskDeleting": false,
|
|
"AllowDependencyAdding": false,
|
|
"AllowDependencyDeleting": false,
|
|
"AllowResourceAdding": false,
|
|
"AllowResourceUpdating": false,
|
|
"AllowResourceDeleting": false
|
|
},
|
|
"SchedulerOptionDto": {
|
|
"TextExpr": null,
|
|
"UserNameExpr": null,
|
|
"DescriptionExpr": null,
|
|
"StartDateExpr": null,
|
|
"EndDateExpr": null,
|
|
"AllDayExpr": null,
|
|
"RecurrenceRuleExpr": null,
|
|
"RecurrenceExceptionExpr": null,
|
|
"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": null,
|
|
"StatusExpr": null,
|
|
"DescriptionExpr": null,
|
|
"DueDateExpr": null,
|
|
"TagExpr": null,
|
|
"AssigneeExpr": null,
|
|
"PriorityExpr": null,
|
|
"CompletedExpr": null,
|
|
"OrderExpr": null,
|
|
"TimesheetExpr": null,
|
|
"SubTaskExpr": null,
|
|
"StatusOrder": null,
|
|
"AllowDragging": true
|
|
},
|
|
"PagerOptionDto": {
|
|
"Visible": true,
|
|
"ShowPageSizeSelector": true,
|
|
"ShowInfo": false,
|
|
"ShowNavigationButtons": true,
|
|
"AllowedPageSizes": "10,20,50,100",
|
|
"InfoText": "Page {0} of {1} ({2} items)",
|
|
"DisplayMode": "adaptive",
|
|
"ScrollingMode": "standard",
|
|
"LoadPanelEnabled": "auto",
|
|
"LoadPanelText": "Loading..."
|
|
},
|
|
"EditingOptionDto": {
|
|
"Mode": "popup",
|
|
"RefreshMode": "full",
|
|
"AllowUpdating": true,
|
|
"AllowDetail": false,
|
|
"AllowDeleting": true,
|
|
"AllowAllDeleting": false,
|
|
"AllowAdding": true,
|
|
"AllowDuplicate": false,
|
|
"UseIcons": false,
|
|
"ConfirmDelete": true,
|
|
"NewRowPosition": "viewportTop",
|
|
"SelectTextOnEditStart": false,
|
|
"StartEditAction": "click",
|
|
"EditColumnName": null,
|
|
"Popup": {
|
|
"Title": "App.Prj.TaskTimesheets.Title",
|
|
"ShowTitle": true,
|
|
"Width": 800,
|
|
"Height": 350,
|
|
"FullScreen": false,
|
|
"HideOnOutsideClick": true,
|
|
"ResizeEnabled": true,
|
|
"DragEnabled": true,
|
|
"RestorePosition": true,
|
|
"Position": "center"
|
|
},
|
|
"SendOnlyChangedFormValuesUpdate": false,
|
|
"AddPageUrl": null
|
|
},
|
|
"EditingFormDto": [
|
|
{
|
|
"Order": 1,
|
|
"ItemType": "group",
|
|
"Caption": "Genel",
|
|
"ColCount": 2,
|
|
"ColSpan": 2
|
|
}
|
|
],
|
|
"PermissionDto": {
|
|
"C": "App.Prj.TaskTimesheets.Create",
|
|
"R": "App.Prj.TaskTimesheets",
|
|
"U": "App.Prj.TaskTimesheets.Update",
|
|
"D": "App.Prj.TaskTimesheets.Delete",
|
|
"E": "App.Prj.TaskTimesheets.Export",
|
|
"I": "App.Prj.TaskTimesheets.Import",
|
|
"N": "App.Prj.TaskTimesheets.Note"
|
|
},
|
|
"CommandColumnDto": [],
|
|
"StateStoringDto": {
|
|
"Enabled": true,
|
|
"Type": "custom",
|
|
"StorageKey": "listFormGridStorage-App.Prj.TaskTimesheets",
|
|
"SavingTimeout": 5000
|
|
},
|
|
"CustomJsSources": [],
|
|
"CustomStyleSources": [],
|
|
"UpdateServiceAddress": "list-form-data/update",
|
|
"InsertServiceAddress": "list-form-data/insert",
|
|
"DeleteServiceAddress": "list-form-data/delete",
|
|
"IsTenant": true,
|
|
"IsBranch": false,
|
|
"IsOrganizationUnit": false,
|
|
"ListFormType": "List",
|
|
"IsSubForm": false,
|
|
"ShowNote": false,
|
|
"SubFormsListFormType": "Form",
|
|
"SubFormsDto": [],
|
|
"ExtraFilterDto": [],
|
|
"LayoutDto": {
|
|
"Grid": true,
|
|
"Card": false,
|
|
"Pivot": false,
|
|
"Chart": false,
|
|
"Tree": false,
|
|
"Gantt": false,
|
|
"Scheduler": false,
|
|
"Todo": false,
|
|
"DefaultLayout": "grid"
|
|
},
|
|
"WorkflowDto": {
|
|
"ApprovalUserFieldName": null,
|
|
"ApprovalDateFieldName": null,
|
|
"ApprovalStatusFieldName": null,
|
|
"ApprovalDescriptionFieldName": null,
|
|
"ApprovalIsFilterUserName": false,
|
|
"ApprovalIsResetWorkflow": false,
|
|
"Criteria": []
|
|
},
|
|
"UserId": null,
|
|
"RoleId": null,
|
|
"CommonDto": {
|
|
"AdjustOnZoom": true,
|
|
"ContainerBackgroundColor": "#FFFFFF",
|
|
"Palette": "Material",
|
|
"PaletteExtensionMode": "blend",
|
|
"DefaultPane": null,
|
|
"Disabled": false,
|
|
"Theme": "generic.light"
|
|
},
|
|
"AdaptivelayoutDto": {
|
|
"Height": 80,
|
|
"Width": 80,
|
|
"KeepLabels": true
|
|
},
|
|
"AnimationDto": {
|
|
"Duration": 1000,
|
|
"Easing": "easeOutCubic",
|
|
"Enabled": true,
|
|
"MaxPointCountSupported": 300
|
|
},
|
|
"AnnotationsDto": [],
|
|
"ArgumentAxisDto": {
|
|
"ArgumentType": null,
|
|
"AggregationInterval": null,
|
|
"Grid": {
|
|
"Color": "#d3d3d3",
|
|
"Visible": false,
|
|
"Width": 1
|
|
},
|
|
"HoverMode": "none",
|
|
"Label": {
|
|
"DisplayMode": "standard",
|
|
"RotationAngle": 90,
|
|
"OverlappingBehavior": "hide"
|
|
},
|
|
"Position": "bottom",
|
|
"Title": null,
|
|
"Visible": true,
|
|
"Width": 1,
|
|
"WorkdaysOnly": false
|
|
},
|
|
"CommonAnnotationSettingsDto": {
|
|
"Argument": null,
|
|
"Border": {
|
|
"Color": "#d3d3d3",
|
|
"CornerRadius": 0,
|
|
"DashStyle": "solid",
|
|
"Visible": false,
|
|
"Width": 1
|
|
},
|
|
"Color": "#ffffff",
|
|
"Description": null,
|
|
"Font": {
|
|
"Color": "#FFFFFF",
|
|
"Family": "\u0022Segoe UI\u0022, \u0022Helvetica Neue\u0022, \u0022Trebuchet MS\u0022, Verdana, sans-serif",
|
|
"Size": 12,
|
|
"Weight": 400
|
|
},
|
|
"Height": -1,
|
|
"Image": null,
|
|
"OffsetX": -1,
|
|
"OffsetY": -1,
|
|
"PaddingLeftRight": 10,
|
|
"PaddingTopBottom": 10,
|
|
"Series": null,
|
|
"Text": null,
|
|
"TooltipEnabled": true,
|
|
"Type": null,
|
|
"Value": null,
|
|
"Width": 0,
|
|
"WordWrap": "normal",
|
|
"X": 0,
|
|
"Y": 0
|
|
},
|
|
"CommonAxisSettingsDto": {
|
|
"Grid": {
|
|
"Color": "#d3d3d3",
|
|
"Visible": false,
|
|
"Width": 1
|
|
},
|
|
"Title": null,
|
|
"Visible": true,
|
|
"Width": 1
|
|
},
|
|
"CommonPaneSettingsDto": {
|
|
"BackgroundColor": null
|
|
},
|
|
"CommonSeriesSettingsDto": {
|
|
"ArgumentField": "arg",
|
|
"Axis": null,
|
|
"BarOverlapGroup": null,
|
|
"BarPadding": 0,
|
|
"BarWidth": 0,
|
|
"Color": null,
|
|
"CornerRadius": 0,
|
|
"DashStyle": "solid",
|
|
"IgnoreEmptyPoints": false,
|
|
"Pane": null,
|
|
"RangeValue1Field": "val1",
|
|
"RangeValue2Field": "val2",
|
|
"SelectionMode": "none",
|
|
"ShowInLegend": true,
|
|
"Type": null,
|
|
"ValueField": null,
|
|
"Visible": true,
|
|
"Width": 2,
|
|
"Label": null
|
|
},
|
|
"CrosshairDto": {
|
|
"Color": "#f05b41",
|
|
"DashStyle": "dot",
|
|
"Enabled": false,
|
|
"Width": 1,
|
|
"HorizontalLine": {
|
|
"Color": "#f05b41",
|
|
"DashStyle": "dot",
|
|
"Label": {
|
|
"BackgroundColor": "#f05b41",
|
|
"CustomizeText": null,
|
|
"Font": {
|
|
"Color": "#FFFFFF",
|
|
"Family": "\u0022Segoe UI\u0022, \u0022Helvetica Neue\u0022, \u0022Trebuchet MS\u0022, Verdana, sans-serif",
|
|
"Size": 12,
|
|
"Weight": 400
|
|
},
|
|
"Visible": false,
|
|
"Format": null
|
|
},
|
|
"Visible": true,
|
|
"Width": 1
|
|
},
|
|
"Label": {
|
|
"BackgroundColor": "#f05b41",
|
|
"CustomizeText": null,
|
|
"Font": {
|
|
"Color": "#FFFFFF",
|
|
"Family": "\u0022Segoe UI\u0022, \u0022Helvetica Neue\u0022, \u0022Trebuchet MS\u0022, Verdana, sans-serif",
|
|
"Size": 12,
|
|
"Weight": 400
|
|
},
|
|
"Visible": false,
|
|
"Format": null
|
|
},
|
|
"VerticalLine": {
|
|
"Color": "#f05b41",
|
|
"DashStyle": "dot",
|
|
"Label": {
|
|
"BackgroundColor": "#f05b41",
|
|
"CustomizeText": null,
|
|
"Font": {
|
|
"Color": "#FFFFFF",
|
|
"Family": "\u0022Segoe UI\u0022, \u0022Helvetica Neue\u0022, \u0022Trebuchet MS\u0022, Verdana, sans-serif",
|
|
"Size": 12,
|
|
"Weight": 400
|
|
},
|
|
"Visible": false,
|
|
"Format": null
|
|
},
|
|
"Visible": true,
|
|
"Width": 1
|
|
}
|
|
},
|
|
"ExportDto": {
|
|
"BackgroundColor": "#FFFFFF",
|
|
"Enabled": true,
|
|
"AllowExportSelectedData": false,
|
|
"Margin": 10,
|
|
"PrintingEnabled": true
|
|
},
|
|
"LegendDto": {
|
|
"BackgroundColor": null,
|
|
"Border": {
|
|
"Color": "#d3d3d3",
|
|
"CornerRadius": 0,
|
|
"DashStyle": "solid",
|
|
"Visible": false,
|
|
"Width": 1
|
|
},
|
|
"ColumnCount": 0,
|
|
"Orientation": "vertical",
|
|
"Position": "outside",
|
|
"RowCount": 0,
|
|
"Title": null,
|
|
"Visible": true
|
|
},
|
|
"MarginDto": {
|
|
"Bottom": 0,
|
|
"Left": 0,
|
|
"Right": 0,
|
|
"Top": 0
|
|
},
|
|
"PanesDto": [],
|
|
"ScrollBarDto": {
|
|
"Color": "gray",
|
|
"Offset": 5,
|
|
"Position": "top",
|
|
"Visible": false,
|
|
"Width": 10
|
|
},
|
|
"SeriesDto": [],
|
|
"SizeDto": {
|
|
"UseSize": false,
|
|
"Width": 400,
|
|
"Height": 200
|
|
},
|
|
"TitleDto": {
|
|
"Text": null,
|
|
"VerticalAlignment": "top",
|
|
"HorizontalAlignment": "center",
|
|
"Subtitle": null,
|
|
"TextOverflow": "ellipsis",
|
|
"WordWrap": null
|
|
},
|
|
"TooltipDto": {
|
|
"ArgumentFormat": null,
|
|
"ArrowLength": 10,
|
|
"Border": {
|
|
"Color": "#d3d3d3",
|
|
"CornerRadius": 0,
|
|
"DashStyle": "solid",
|
|
"Visible": false,
|
|
"Width": 1
|
|
},
|
|
"Color": "#ffffff",
|
|
"Enabled": false,
|
|
"Font": {
|
|
"Color": "#000000",
|
|
"Family": "\u0022Segoe UI\u0022, \u0022Helvetica Neue\u0022, \u0022Trebuchet MS\u0022, Verdana, sans-serif",
|
|
"Size": 12,
|
|
"Weight": 400
|
|
},
|
|
"Format": null,
|
|
"Location": "center",
|
|
"PaddingLeftRight": 18,
|
|
"PaddingTopBottom": 15,
|
|
"Shared": false
|
|
},
|
|
"ValueAxisDto": [],
|
|
"ZoomAndPanDto": {
|
|
"AllowMouseWheel": true,
|
|
"AllowTouchGestures": true,
|
|
"ArgumentAxis": "none",
|
|
"DragToZoom": false,
|
|
"PanKey": "shift",
|
|
"ValueAxis": "none",
|
|
"DragBoxStyle": {
|
|
"Color": null,
|
|
"Opacity": 0
|
|
}
|
|
},
|
|
"LastModificationTime": null,
|
|
"LastModifierId": null,
|
|
"CreationTime": "0001-01-01T00:00:00",
|
|
"CreatorId": null,
|
|
"Id": "00000000-0000-0000-0000-000000000000"
|
|
},
|
|
"Fields": [
|
|
{
|
|
"EditType": null,
|
|
"ListFormCode": "App.Prj.TaskTimesheets",
|
|
"RoleId": null,
|
|
"UserId": null,
|
|
"ColumnJoinTableDto": {
|
|
"JoinType": null,
|
|
"TableName": null,
|
|
"JoinFieldName": null,
|
|
"BaseTableJoinFieldName": null,
|
|
"SelectFieldName": null,
|
|
"FieldNameAlias": null,
|
|
"JoinCondition2": "AND",
|
|
"JoinFieldName2": null,
|
|
"BaseTableJoinFieldName2_OrValue": null
|
|
},
|
|
"FieldName": "Id",
|
|
"CaptionName": "App.Listform.ListformField.Id",
|
|
"PlaceHolder": null,
|
|
"ReadOnly": false,
|
|
"Visible": false,
|
|
"IsActive": true,
|
|
"Width": 0,
|
|
"ListOrderNo": 1,
|
|
"SourceDbType": 9,
|
|
"CultureName": "en",
|
|
"DataType": "string",
|
|
"SortIndex": 0,
|
|
"SortDirection": null,
|
|
"AllowSearch": true,
|
|
"AllowEditing": true,
|
|
"AllowAdding": true,
|
|
"ColumnCssClass": null,
|
|
"ColumnCssValue": null,
|
|
"BandName": null,
|
|
"ColumnFilterDto": {
|
|
"AllowFiltering": true,
|
|
"FilterOperations": null,
|
|
"SelectedFilterOperation": null,
|
|
"FilterValue": null
|
|
},
|
|
"ColumnHeaderDto": {
|
|
"AllowHeaderFiltering": true,
|
|
"AllowSearch": false,
|
|
"DataSource": null,
|
|
"DataSourceString": ""
|
|
},
|
|
"ColumnGroupingDto": {
|
|
"AllowGrouping": true,
|
|
"GroupIndex": null,
|
|
"AutoExpandGroup": false
|
|
},
|
|
"ColumnCustomizationDto": {
|
|
"Fixed": false,
|
|
"FixedPosition": "left",
|
|
"AllowReordering": true
|
|
},
|
|
"ColumnTotalSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"ColumnGroupSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"LookupDto": {
|
|
"DataSourceType": 0,
|
|
"ValueExpr": "Key",
|
|
"DisplayExpr": "Name",
|
|
"CascadeRelationField": null,
|
|
"CascadeFilterOperator": "=",
|
|
"CascadeParentFields": null,
|
|
"CascadeEmptyFields": null,
|
|
"LookupQuery": null
|
|
},
|
|
"ValidationRuleDto": [],
|
|
"ColumnStylingDto": [],
|
|
"PermissionDto": {
|
|
"Deny": false,
|
|
"C": "App.Prj.TaskTimesheets.Create",
|
|
"R": "App.Prj.TaskTimesheets",
|
|
"U": "App.Prj.TaskTimesheets.Update",
|
|
"E": true,
|
|
"I": true
|
|
},
|
|
"CanRead": false,
|
|
"CanCreate": false,
|
|
"CanUpdate": false,
|
|
"CanExport": false,
|
|
"DefaultValue": null,
|
|
"DefaultValueType": 0,
|
|
"PivotSettingsDto": {
|
|
"IsPivot": true,
|
|
"Expanded": false,
|
|
"SortOrder": "asc",
|
|
"Area": "filter",
|
|
"Format": null,
|
|
"SummaryType": null,
|
|
"GroupInterval": "",
|
|
"WordWrapEnabled": false
|
|
},
|
|
"Alignment": null,
|
|
"Format": null,
|
|
"EditOrderNo": null,
|
|
"EditGroupOrderNo": null,
|
|
"EditorType2": "dxTextBox",
|
|
"ColSpan": 1,
|
|
"EditorOptions": null,
|
|
"GridBoxOptions": null,
|
|
"TagBoxOptions": null,
|
|
"ImageUploadOptions": null,
|
|
"EditorScript": null,
|
|
"LastModificationTime": null,
|
|
"LastModifierId": null,
|
|
"CreationTime": "0001-01-01T00:00:00",
|
|
"CreatorId": null,
|
|
"Id": "00000000-0000-0000-0000-000000000000"
|
|
},
|
|
{
|
|
"EditType": null,
|
|
"ListFormCode": "App.Prj.TaskTimesheets",
|
|
"RoleId": null,
|
|
"UserId": null,
|
|
"ColumnJoinTableDto": {
|
|
"JoinType": null,
|
|
"TableName": null,
|
|
"JoinFieldName": null,
|
|
"BaseTableJoinFieldName": null,
|
|
"SelectFieldName": null,
|
|
"FieldNameAlias": null,
|
|
"JoinCondition2": "AND",
|
|
"JoinFieldName2": null,
|
|
"BaseTableJoinFieldName2_OrValue": null
|
|
},
|
|
"FieldName": "TaskId",
|
|
"CaptionName": "App.Listform.ListformField.TaskId",
|
|
"PlaceHolder": null,
|
|
"ReadOnly": false,
|
|
"Visible": true,
|
|
"IsActive": true,
|
|
"Width": 0,
|
|
"ListOrderNo": 2,
|
|
"SourceDbType": 9,
|
|
"CultureName": "en",
|
|
"DataType": "string",
|
|
"SortIndex": 0,
|
|
"SortDirection": null,
|
|
"AllowSearch": true,
|
|
"AllowEditing": true,
|
|
"AllowAdding": true,
|
|
"ColumnCssClass": null,
|
|
"ColumnCssValue": null,
|
|
"BandName": null,
|
|
"ColumnFilterDto": {
|
|
"AllowFiltering": true,
|
|
"FilterOperations": null,
|
|
"SelectedFilterOperation": null,
|
|
"FilterValue": null
|
|
},
|
|
"ColumnHeaderDto": {
|
|
"AllowHeaderFiltering": true,
|
|
"AllowSearch": false,
|
|
"DataSource": null,
|
|
"DataSourceString": ""
|
|
},
|
|
"ColumnGroupingDto": {
|
|
"AllowGrouping": true,
|
|
"GroupIndex": null,
|
|
"AutoExpandGroup": false
|
|
},
|
|
"ColumnCustomizationDto": {
|
|
"Fixed": false,
|
|
"FixedPosition": "left",
|
|
"AllowReordering": true
|
|
},
|
|
"ColumnTotalSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"ColumnGroupSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"LookupDto": {
|
|
"DataSourceType": 2,
|
|
"ValueExpr": "Key",
|
|
"DisplayExpr": "Name",
|
|
"CascadeRelationField": null,
|
|
"CascadeFilterOperator": "=",
|
|
"CascadeParentFields": null,
|
|
"CascadeEmptyFields": null,
|
|
"LookupQuery": "SELECT Id AS [Key], Name AS [Name] FROM dbo.Prj_T_Task WHERE IsDeleted = 0 ORDER BY Name"
|
|
},
|
|
"ValidationRuleDto": [
|
|
{
|
|
"Type": "required",
|
|
"Message": null,
|
|
"IgnoreEmptyValue": false,
|
|
"Reevaluate": true,
|
|
"ComparisonType": "",
|
|
"Pattern": "",
|
|
"Max": null,
|
|
"Min": null,
|
|
"Trim": true
|
|
}
|
|
],
|
|
"ColumnStylingDto": [],
|
|
"PermissionDto": {
|
|
"Deny": false,
|
|
"C": "App.Prj.TaskTimesheets.Create",
|
|
"R": "App.Prj.TaskTimesheets",
|
|
"U": "App.Prj.TaskTimesheets.Update",
|
|
"E": true,
|
|
"I": true
|
|
},
|
|
"CanRead": false,
|
|
"CanCreate": false,
|
|
"CanUpdate": false,
|
|
"CanExport": false,
|
|
"DefaultValue": null,
|
|
"DefaultValueType": 0,
|
|
"PivotSettingsDto": {
|
|
"IsPivot": true,
|
|
"Expanded": false,
|
|
"SortOrder": "asc",
|
|
"Area": "filter",
|
|
"Format": null,
|
|
"SummaryType": null,
|
|
"GroupInterval": "",
|
|
"WordWrapEnabled": false
|
|
},
|
|
"Alignment": null,
|
|
"Format": null,
|
|
"EditOrderNo": 1,
|
|
"EditGroupOrderNo": 1,
|
|
"EditorType2": "dxSelectBox",
|
|
"ColSpan": 1,
|
|
"EditorOptions": null,
|
|
"GridBoxOptions": null,
|
|
"TagBoxOptions": null,
|
|
"ImageUploadOptions": null,
|
|
"EditorScript": null,
|
|
"LastModificationTime": null,
|
|
"LastModifierId": null,
|
|
"CreationTime": "0001-01-01T00:00:00",
|
|
"CreatorId": null,
|
|
"Id": "00000000-0000-0000-0000-000000000000"
|
|
},
|
|
{
|
|
"EditType": null,
|
|
"ListFormCode": "App.Prj.TaskTimesheets",
|
|
"RoleId": null,
|
|
"UserId": null,
|
|
"ColumnJoinTableDto": {
|
|
"JoinType": null,
|
|
"TableName": null,
|
|
"JoinFieldName": null,
|
|
"BaseTableJoinFieldName": null,
|
|
"SelectFieldName": null,
|
|
"FieldNameAlias": null,
|
|
"JoinCondition2": "AND",
|
|
"JoinFieldName2": null,
|
|
"BaseTableJoinFieldName2_OrValue": null
|
|
},
|
|
"FieldName": "WorkDate",
|
|
"CaptionName": "App.Listform.ListformField.WorkDate",
|
|
"PlaceHolder": null,
|
|
"ReadOnly": false,
|
|
"Visible": true,
|
|
"IsActive": true,
|
|
"Width": 0,
|
|
"ListOrderNo": 3,
|
|
"SourceDbType": 6,
|
|
"CultureName": "en",
|
|
"DataType": "datetime",
|
|
"SortIndex": 0,
|
|
"SortDirection": null,
|
|
"AllowSearch": true,
|
|
"AllowEditing": true,
|
|
"AllowAdding": true,
|
|
"ColumnCssClass": null,
|
|
"ColumnCssValue": null,
|
|
"BandName": null,
|
|
"ColumnFilterDto": {
|
|
"AllowFiltering": true,
|
|
"FilterOperations": null,
|
|
"SelectedFilterOperation": null,
|
|
"FilterValue": null
|
|
},
|
|
"ColumnHeaderDto": {
|
|
"AllowHeaderFiltering": true,
|
|
"AllowSearch": false,
|
|
"DataSource": null,
|
|
"DataSourceString": ""
|
|
},
|
|
"ColumnGroupingDto": {
|
|
"AllowGrouping": true,
|
|
"GroupIndex": null,
|
|
"AutoExpandGroup": false
|
|
},
|
|
"ColumnCustomizationDto": {
|
|
"Fixed": false,
|
|
"FixedPosition": "left",
|
|
"AllowReordering": true
|
|
},
|
|
"ColumnTotalSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"ColumnGroupSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"LookupDto": {
|
|
"DataSourceType": 0,
|
|
"ValueExpr": "Key",
|
|
"DisplayExpr": "Name",
|
|
"CascadeRelationField": null,
|
|
"CascadeFilterOperator": "=",
|
|
"CascadeParentFields": null,
|
|
"CascadeEmptyFields": null,
|
|
"LookupQuery": null
|
|
},
|
|
"ValidationRuleDto": [
|
|
{
|
|
"Type": "required",
|
|
"Message": null,
|
|
"IgnoreEmptyValue": false,
|
|
"Reevaluate": true,
|
|
"ComparisonType": "",
|
|
"Pattern": "",
|
|
"Max": null,
|
|
"Min": null,
|
|
"Trim": true
|
|
}
|
|
],
|
|
"ColumnStylingDto": [],
|
|
"PermissionDto": {
|
|
"Deny": false,
|
|
"C": "App.Prj.TaskTimesheets.Create",
|
|
"R": "App.Prj.TaskTimesheets",
|
|
"U": "App.Prj.TaskTimesheets.Update",
|
|
"E": true,
|
|
"I": true
|
|
},
|
|
"CanRead": false,
|
|
"CanCreate": false,
|
|
"CanUpdate": false,
|
|
"CanExport": false,
|
|
"DefaultValue": null,
|
|
"DefaultValueType": 0,
|
|
"PivotSettingsDto": {
|
|
"IsPivot": true,
|
|
"Expanded": false,
|
|
"SortOrder": "asc",
|
|
"Area": "filter",
|
|
"Format": null,
|
|
"SummaryType": null,
|
|
"GroupInterval": "",
|
|
"WordWrapEnabled": false
|
|
},
|
|
"Alignment": null,
|
|
"Format": null,
|
|
"EditOrderNo": 2,
|
|
"EditGroupOrderNo": 1,
|
|
"EditorType2": "dxDateBox",
|
|
"ColSpan": 1,
|
|
"EditorOptions": "{\u0022type\u0022: \u0022date\u0022, \u0022displayFormat\u0022: \u0022dd.MM.yyyy\u0022, \u0022useMaskBehavior\u0022: true}",
|
|
"GridBoxOptions": null,
|
|
"TagBoxOptions": null,
|
|
"ImageUploadOptions": null,
|
|
"EditorScript": null,
|
|
"LastModificationTime": null,
|
|
"LastModifierId": null,
|
|
"CreationTime": "0001-01-01T00:00:00",
|
|
"CreatorId": null,
|
|
"Id": "00000000-0000-0000-0000-000000000000"
|
|
},
|
|
{
|
|
"EditType": null,
|
|
"ListFormCode": "App.Prj.TaskTimesheets",
|
|
"RoleId": null,
|
|
"UserId": null,
|
|
"ColumnJoinTableDto": {
|
|
"JoinType": null,
|
|
"TableName": null,
|
|
"JoinFieldName": null,
|
|
"BaseTableJoinFieldName": null,
|
|
"SelectFieldName": null,
|
|
"FieldNameAlias": null,
|
|
"JoinCondition2": "AND",
|
|
"JoinFieldName2": null,
|
|
"BaseTableJoinFieldName2_OrValue": null
|
|
},
|
|
"FieldName": "UserId",
|
|
"CaptionName": "App.Listform.ListformField.UserId",
|
|
"PlaceHolder": null,
|
|
"ReadOnly": false,
|
|
"Visible": true,
|
|
"IsActive": true,
|
|
"Width": 0,
|
|
"ListOrderNo": 4,
|
|
"SourceDbType": 9,
|
|
"CultureName": "en",
|
|
"DataType": "string",
|
|
"SortIndex": 0,
|
|
"SortDirection": null,
|
|
"AllowSearch": true,
|
|
"AllowEditing": true,
|
|
"AllowAdding": true,
|
|
"ColumnCssClass": null,
|
|
"ColumnCssValue": null,
|
|
"BandName": null,
|
|
"ColumnFilterDto": {
|
|
"AllowFiltering": true,
|
|
"FilterOperations": null,
|
|
"SelectedFilterOperation": null,
|
|
"FilterValue": null
|
|
},
|
|
"ColumnHeaderDto": {
|
|
"AllowHeaderFiltering": true,
|
|
"AllowSearch": false,
|
|
"DataSource": null,
|
|
"DataSourceString": ""
|
|
},
|
|
"ColumnGroupingDto": {
|
|
"AllowGrouping": true,
|
|
"GroupIndex": null,
|
|
"AutoExpandGroup": false
|
|
},
|
|
"ColumnCustomizationDto": {
|
|
"Fixed": false,
|
|
"FixedPosition": "left",
|
|
"AllowReordering": true
|
|
},
|
|
"ColumnTotalSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"ColumnGroupSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"LookupDto": {
|
|
"DataSourceType": 2,
|
|
"ValueExpr": "Key",
|
|
"DisplayExpr": "Name",
|
|
"CascadeRelationField": null,
|
|
"CascadeFilterOperator": "=",
|
|
"CascadeParentFields": null,
|
|
"CascadeEmptyFields": null,
|
|
"LookupQuery": "SELECT Id AS [Key], UserName AS [Name] FROM dbo.AbpUsers WHERE IsDeleted = 0 ORDER BY UserName"
|
|
},
|
|
"ValidationRuleDto": [],
|
|
"ColumnStylingDto": [],
|
|
"PermissionDto": {
|
|
"Deny": false,
|
|
"C": "App.Prj.TaskTimesheets.Create",
|
|
"R": "App.Prj.TaskTimesheets",
|
|
"U": "App.Prj.TaskTimesheets.Update",
|
|
"E": true,
|
|
"I": true
|
|
},
|
|
"CanRead": false,
|
|
"CanCreate": false,
|
|
"CanUpdate": false,
|
|
"CanExport": false,
|
|
"DefaultValue": null,
|
|
"DefaultValueType": 0,
|
|
"PivotSettingsDto": {
|
|
"IsPivot": true,
|
|
"Expanded": false,
|
|
"SortOrder": "asc",
|
|
"Area": "filter",
|
|
"Format": null,
|
|
"SummaryType": null,
|
|
"GroupInterval": "",
|
|
"WordWrapEnabled": false
|
|
},
|
|
"Alignment": null,
|
|
"Format": null,
|
|
"EditOrderNo": 3,
|
|
"EditGroupOrderNo": 1,
|
|
"EditorType2": "dxSelectBox",
|
|
"ColSpan": 1,
|
|
"EditorOptions": null,
|
|
"GridBoxOptions": null,
|
|
"TagBoxOptions": null,
|
|
"ImageUploadOptions": null,
|
|
"EditorScript": null,
|
|
"LastModificationTime": null,
|
|
"LastModifierId": null,
|
|
"CreationTime": "0001-01-01T00:00:00",
|
|
"CreatorId": null,
|
|
"Id": "00000000-0000-0000-0000-000000000000"
|
|
},
|
|
{
|
|
"EditType": null,
|
|
"ListFormCode": "App.Prj.TaskTimesheets",
|
|
"RoleId": null,
|
|
"UserId": null,
|
|
"ColumnJoinTableDto": {
|
|
"JoinType": null,
|
|
"TableName": null,
|
|
"JoinFieldName": null,
|
|
"BaseTableJoinFieldName": null,
|
|
"SelectFieldName": null,
|
|
"FieldNameAlias": null,
|
|
"JoinCondition2": "AND",
|
|
"JoinFieldName2": null,
|
|
"BaseTableJoinFieldName2_OrValue": null
|
|
},
|
|
"FieldName": "Hours",
|
|
"CaptionName": "App.Listform.ListformField.Hours",
|
|
"PlaceHolder": null,
|
|
"ReadOnly": false,
|
|
"Visible": true,
|
|
"IsActive": true,
|
|
"Width": 0,
|
|
"ListOrderNo": 5,
|
|
"SourceDbType": 7,
|
|
"CultureName": "en",
|
|
"DataType": "number",
|
|
"SortIndex": 0,
|
|
"SortDirection": null,
|
|
"AllowSearch": true,
|
|
"AllowEditing": true,
|
|
"AllowAdding": true,
|
|
"ColumnCssClass": null,
|
|
"ColumnCssValue": null,
|
|
"BandName": null,
|
|
"ColumnFilterDto": {
|
|
"AllowFiltering": true,
|
|
"FilterOperations": null,
|
|
"SelectedFilterOperation": null,
|
|
"FilterValue": null
|
|
},
|
|
"ColumnHeaderDto": {
|
|
"AllowHeaderFiltering": true,
|
|
"AllowSearch": false,
|
|
"DataSource": null,
|
|
"DataSourceString": ""
|
|
},
|
|
"ColumnGroupingDto": {
|
|
"AllowGrouping": true,
|
|
"GroupIndex": null,
|
|
"AutoExpandGroup": false
|
|
},
|
|
"ColumnCustomizationDto": {
|
|
"Fixed": false,
|
|
"FixedPosition": "left",
|
|
"AllowReordering": true
|
|
},
|
|
"ColumnTotalSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"ColumnGroupSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"LookupDto": {
|
|
"DataSourceType": 0,
|
|
"ValueExpr": "Key",
|
|
"DisplayExpr": "Name",
|
|
"CascadeRelationField": null,
|
|
"CascadeFilterOperator": "=",
|
|
"CascadeParentFields": null,
|
|
"CascadeEmptyFields": null,
|
|
"LookupQuery": null
|
|
},
|
|
"ValidationRuleDto": [
|
|
{
|
|
"Type": "required",
|
|
"Message": null,
|
|
"IgnoreEmptyValue": false,
|
|
"Reevaluate": true,
|
|
"ComparisonType": "",
|
|
"Pattern": "",
|
|
"Max": null,
|
|
"Min": null,
|
|
"Trim": true
|
|
}
|
|
],
|
|
"ColumnStylingDto": [],
|
|
"PermissionDto": {
|
|
"Deny": false,
|
|
"C": "App.Prj.TaskTimesheets.Create",
|
|
"R": "App.Prj.TaskTimesheets",
|
|
"U": "App.Prj.TaskTimesheets.Update",
|
|
"E": true,
|
|
"I": true
|
|
},
|
|
"CanRead": false,
|
|
"CanCreate": false,
|
|
"CanUpdate": false,
|
|
"CanExport": false,
|
|
"DefaultValue": null,
|
|
"DefaultValueType": 0,
|
|
"PivotSettingsDto": {
|
|
"IsPivot": true,
|
|
"Expanded": false,
|
|
"SortOrder": "asc",
|
|
"Area": "filter",
|
|
"Format": null,
|
|
"SummaryType": null,
|
|
"GroupInterval": "",
|
|
"WordWrapEnabled": false
|
|
},
|
|
"Alignment": null,
|
|
"Format": null,
|
|
"EditOrderNo": 4,
|
|
"EditGroupOrderNo": 1,
|
|
"EditorType2": "dxNumberBox",
|
|
"ColSpan": 1,
|
|
"EditorOptions": "{\u0022format\u0022: {\u0022type\u0022: \u0022fixedPoint\u0022, \u0022precision\u0022: 2}}",
|
|
"GridBoxOptions": null,
|
|
"TagBoxOptions": null,
|
|
"ImageUploadOptions": null,
|
|
"EditorScript": null,
|
|
"LastModificationTime": null,
|
|
"LastModifierId": null,
|
|
"CreationTime": "0001-01-01T00:00:00",
|
|
"CreatorId": null,
|
|
"Id": "00000000-0000-0000-0000-000000000000"
|
|
},
|
|
{
|
|
"EditType": null,
|
|
"ListFormCode": "App.Prj.TaskTimesheets",
|
|
"RoleId": null,
|
|
"UserId": null,
|
|
"ColumnJoinTableDto": {
|
|
"JoinType": null,
|
|
"TableName": null,
|
|
"JoinFieldName": null,
|
|
"BaseTableJoinFieldName": null,
|
|
"SelectFieldName": null,
|
|
"FieldNameAlias": null,
|
|
"JoinCondition2": "AND",
|
|
"JoinFieldName2": null,
|
|
"BaseTableJoinFieldName2_OrValue": null
|
|
},
|
|
"FieldName": "Description",
|
|
"CaptionName": "App.Listform.ListformField.Description",
|
|
"PlaceHolder": null,
|
|
"ReadOnly": false,
|
|
"Visible": true,
|
|
"IsActive": true,
|
|
"Width": 0,
|
|
"ListOrderNo": 6,
|
|
"SourceDbType": 16,
|
|
"CultureName": "en",
|
|
"DataType": "string",
|
|
"SortIndex": 0,
|
|
"SortDirection": null,
|
|
"AllowSearch": true,
|
|
"AllowEditing": true,
|
|
"AllowAdding": true,
|
|
"ColumnCssClass": null,
|
|
"ColumnCssValue": null,
|
|
"BandName": null,
|
|
"ColumnFilterDto": {
|
|
"AllowFiltering": true,
|
|
"FilterOperations": null,
|
|
"SelectedFilterOperation": null,
|
|
"FilterValue": null
|
|
},
|
|
"ColumnHeaderDto": {
|
|
"AllowHeaderFiltering": true,
|
|
"AllowSearch": false,
|
|
"DataSource": null,
|
|
"DataSourceString": ""
|
|
},
|
|
"ColumnGroupingDto": {
|
|
"AllowGrouping": true,
|
|
"GroupIndex": null,
|
|
"AutoExpandGroup": false
|
|
},
|
|
"ColumnCustomizationDto": {
|
|
"Fixed": false,
|
|
"FixedPosition": "left",
|
|
"AllowReordering": true
|
|
},
|
|
"ColumnTotalSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"ColumnGroupSummaryDto": {
|
|
"SummaryType": null,
|
|
"ValueFormat": null,
|
|
"ShowInGroupFooter": false,
|
|
"AlignByColumn": false,
|
|
"DisplayFormat": null,
|
|
"ShowInColumn": null
|
|
},
|
|
"LookupDto": {
|
|
"DataSourceType": 0,
|
|
"ValueExpr": "Key",
|
|
"DisplayExpr": "Name",
|
|
"CascadeRelationField": null,
|
|
"CascadeFilterOperator": "=",
|
|
"CascadeParentFields": null,
|
|
"CascadeEmptyFields": null,
|
|
"LookupQuery": null
|
|
},
|
|
"ValidationRuleDto": [],
|
|
"ColumnStylingDto": [],
|
|
"PermissionDto": {
|
|
"Deny": false,
|
|
"C": "App.Prj.TaskTimesheets.Create",
|
|
"R": "App.Prj.TaskTimesheets",
|
|
"U": "App.Prj.TaskTimesheets.Update",
|
|
"E": true,
|
|
"I": true
|
|
},
|
|
"CanRead": false,
|
|
"CanCreate": false,
|
|
"CanUpdate": false,
|
|
"CanExport": false,
|
|
"DefaultValue": null,
|
|
"DefaultValueType": 0,
|
|
"PivotSettingsDto": {
|
|
"IsPivot": true,
|
|
"Expanded": false,
|
|
"SortOrder": "asc",
|
|
"Area": "filter",
|
|
"Format": null,
|
|
"SummaryType": null,
|
|
"GroupInterval": "",
|
|
"WordWrapEnabled": false
|
|
},
|
|
"Alignment": null,
|
|
"Format": null,
|
|
"EditOrderNo": 5,
|
|
"EditGroupOrderNo": 1,
|
|
"EditorType2": "dxTextArea",
|
|
"ColSpan": 2,
|
|
"EditorOptions": "{\u0022autoResizeEnabled\u0022: true, \u0022maxLength\u0022: 500}",
|
|
"GridBoxOptions": null,
|
|
"TagBoxOptions": null,
|
|
"ImageUploadOptions": null,
|
|
"EditorScript": null,
|
|
"LastModificationTime": null,
|
|
"LastModifierId": null,
|
|
"CreationTime": "0001-01-01T00:00:00",
|
|
"CreatorId": null,
|
|
"Id": "00000000-0000-0000-0000-000000000000"
|
|
}
|
|
],
|
|
"IsDeletedField": true,
|
|
"IsCreatedField": true,
|
|
"InsertedRecords": {
|
|
"LanguageKeys": [
|
|
"App.Prj.TaskTimesheets",
|
|
"App.Prj"
|
|
],
|
|
"PermissionGroupNames": [
|
|
"App.Prj"
|
|
],
|
|
"PermissionNames": [
|
|
"App.Prj.TaskTimesheets",
|
|
"App.Prj.TaskTimesheets.Create",
|
|
"App.Prj.TaskTimesheets.Update",
|
|
"App.Prj.TaskTimesheets.Delete",
|
|
"App.Prj.TaskTimesheets.Export",
|
|
"App.Prj.TaskTimesheets.Import",
|
|
"App.Prj.TaskTimesheets.Note"
|
|
],
|
|
"MenuCodes": [],
|
|
"DataSourceCodes": []
|
|
}
|
|
} |