EmployeeAssignmentsReport.mtd
5.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
{
"$type": "Sungero.Metadata.ReportMetadata, Sungero.Reporting.Shared",
"NameGuid": "e2c4565c-05ca-4009-bd5b-663ac100e1ac",
"Name": "EmployeeAssignmentsReport",
"AssociatedGuid": "df83a2ea-8d43-4ec4-a34a-2e61863014df",
"BaseGuid": "cef9a810-3f30-4eca-9fe3-30992af0b818",
"DataSources": [],
"DefaultExportFormat": "Excel",
"ExportFormats": [
"Excel",
"Pdf"
],
"HandledEvents": [
"AfterExecuteServer",
"BeforeExecuteServer",
"BeforeExecuteClient"
],
"IconResourcesKeys": [],
"Overridden": [
"PublicConstants",
"PublicStructures",
"ExportFormats",
"DefaultExportFormat",
"DisplayName",
"Description",
"HandledEvents",
"Parameters"
],
"Parameters": [
{
"NameGuid": "31753b7f-4469-4e03-848a-eca56712e652",
"Name": "ReportSessionId",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "f422db21-baba-472e-aa69-451f5e4d5d42",
"Name": "ReportDate",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true
},
{
"NameGuid": "f61fcd53-ecc8-4e64-9f84-b144c6d34259",
"Name": "PeriodBegin",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true
},
{
"NameGuid": "fc66c4dc-43a5-46c3-97cc-5fde8afef03b",
"Name": "PeriodEnd",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true
},
{
"NameGuid": "5a71370a-5d52-43d0-93c0-579e0df618c9",
"Name": "Employee",
"EntityType": "b7905516-2be5-4931-961c-cb38d5677565",
"InternalDataTypeName": "Sungero.Company.IEmployee, Sungero.Domain.Interfaces"
},
{
"NameGuid": "35fb83b1-1d60-4796-bbe2-2c462fae2e22",
"Name": "ParamsDescription",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "7446627b-12fc-46e8-a37e-642e6aa916d6",
"Name": "AssignmentHyperlink",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "f9723839-de4c-4497-ae12-5a5e2f6a5954",
"Name": "Empty",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "b273c6b0-158b-4ff5-9a87-440f05cb1042",
"Name": "AssignmentCompletion",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "d993cecf-abbd-43ce-bd1d-5111a60ffa64",
"Name": "AssignmentCount",
"InternalDataTypeName": "System.Int32",
"IsSimpleDataType": true
},
{
"NameGuid": "da062500-a09d-49c7-92a7-551cd1964913",
"Name": "AffectDisciplineCount",
"InternalDataTypeName": "System.Int32",
"IsSimpleDataType": true
},
{
"NameGuid": "d94eb7cd-0b2e-4fb5-8fa4-a37ba1df8681",
"Name": "RealPerformerCount",
"InternalDataTypeName": "System.Int32",
"IsSimpleDataType": true
},
{
"NameGuid": "1ff3a09d-ba30-4c8c-845b-ec1a7d60224e",
"Name": "CompletedInTimeCount",
"InternalDataTypeName": "System.Int32",
"IsSimpleDataType": true
},
{
"NameGuid": "ca82cb14-fc45-4985-b29f-48aec5989d50",
"Name": "OverdueAssignmentsCount",
"InternalDataTypeName": "System.Int32",
"IsSimpleDataType": true
}
],
"PublicStructures": [
{
"Name": "AssignmentLightView",
"IsPublic": true,
"Properties": [
{
"Name": "AssignmentId",
"TypeFullName": "global::System.Int32"
},
{
"Name": "Subject",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "AuthorName",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "RealPerformerName",
"IsNullable": true,
"TypeFullName": "global::System.String"
}
],
"StructureNamespace": "Sungero.Docflow.Structures.EmployeeAssignmentsReport"
},
{
"Name": "TableLine",
"IsPublic": true,
"Properties": [
{
"Name": "ReportSessionId",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "AssignmentId",
"TypeFullName": "global::System.Int32"
},
{
"Name": "Subject",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "AuthorName",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "Created",
"IsNullable": true,
"TypeFullName": "global::System.DateTime"
},
{
"Name": "Deadline",
"IsNullable": true,
"TypeFullName": "global::System.Nullable<global::System.DateTime>"
},
{
"Name": "Completed",
"IsNullable": true,
"TypeFullName": "global::System.Nullable<global::System.DateTime>"
},
{
"Name": "Delay",
"IsNullable": true,
"TypeFullName": "global::System.Nullable<global::System.Int32>"
},
{
"Name": "RealPerformerName",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "AffectDiscipline",
"TypeFullName": "global::System.Boolean"
}
],
"StructureNamespace": "Sungero.Docflow.Structures.EmployeeAssignmentsReport"
}
],
"ResourcesKeys": [
"ReportName",
"Period",
"PeriodTo",
"Subject",
"AuthorName",
"Created",
"Deadline",
"Completed",
"Delay",
"ReportEmployee",
"RealPerformer",
"AssignmentId",
"AffectDiscipline",
"ReportDepartment",
"Yes",
"No",
"TitleAssignmentCompletion",
"TitleAssignmentCount",
"TitleAffectDisciplineCount",
"TitleRealPerformerCount",
"TitleCompletedInTimeCount",
"TitleOverdueAssignmentsCount"
],
"Versions": []
}