@neutron.co.id/operasional-modules 1.5.0 → 1.5.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/build/index.cjs +0 -2
- package/build/index.d.ts +0 -2
- package/build/index.mjs +0 -1
- package/build/personalia/exports.d.ts +0 -1
- package/build/personalia/exports.mjs +0 -1
- package/build/personalia/index.d.ts +0 -0
- package/build/personalia/index.mjs +0 -42
- package/build/personalia/module.d.ts +0 -2
- package/build/personalia/module.mjs +0 -25
- package/build/personalia/plugin.d.ts +0 -2
- package/build/personalia/plugin.mjs +0 -10
- package/build/personalia/resources/checkIn/checkIn.model.d.ts +0 -6
- package/build/personalia/resources/checkIn/checkIn.model.mjs +0 -27
- package/build/personalia/resources/checkIn/checkIn.resource.d.ts +0 -2
- package/build/personalia/resources/checkIn/checkIn.resource.mjs +0 -45
- package/build/personalia/resources/checkIn/checkIn.views.d.ts +0 -72
- package/build/personalia/resources/checkIn/checkIn.views.mjs +0 -32
- package/build/personalia/resources/checkIn/index.d.ts +0 -2
- package/build/personalia/resources/checkIn/index.mjs +0 -2
- package/build/personalia/resources/index.d.ts +0 -7
- package/build/personalia/resources/index.mjs +0 -7
- package/build/personalia/resources/situation/index.d.ts +0 -2
- package/build/personalia/resources/situation/index.mjs +0 -2
- package/build/personalia/resources/situation/situation.model.d.ts +0 -6
- package/build/personalia/resources/situation/situation.model.mjs +0 -46
- package/build/personalia/resources/situation/situation.resource.d.ts +0 -2
- package/build/personalia/resources/situation/situation.resource.mjs +0 -47
- package/build/personalia/resources/situation/situation.views.d.ts +0 -108
- package/build/personalia/resources/situation/situation.views.mjs +0 -155
- package/build/personalia/resources/situationType/index.d.ts +0 -2
- package/build/personalia/resources/situationType/index.mjs +0 -2
- package/build/personalia/resources/situationType/situationType.model.d.ts +0 -6
- package/build/personalia/resources/situationType/situationType.model.mjs +0 -20
- package/build/personalia/resources/situationType/situationType.resource.d.ts +0 -2
- package/build/personalia/resources/situationType/situationType.resource.mjs +0 -26
- package/build/personalia/resources/situationType/situationType.views.d.ts +0 -36
- package/build/personalia/resources/situationType/situationType.views.mjs +0 -12
- package/build/personalia/resources/staff/index.d.ts +0 -2
- package/build/personalia/resources/staff/index.mjs +0 -2
- package/build/personalia/resources/staff/staff.model.d.ts +0 -6
- package/build/personalia/resources/staff/staff.model.mjs +0 -41
- package/build/personalia/resources/staff/staff.resource.d.ts +0 -2
- package/build/personalia/resources/staff/staff.resource.mjs +0 -45
- package/build/personalia/resources/staff/staff.views.d.ts +0 -72
- package/build/personalia/resources/staff/staff.views.mjs +0 -49
- package/build/personalia/resources/submission/index.d.ts +0 -2
- package/build/personalia/resources/submission/index.mjs +0 -2
- package/build/personalia/resources/submission/submission.model.d.ts +0 -6
- package/build/personalia/resources/submission/submission.model.mjs +0 -74
- package/build/personalia/resources/submission/submission.resource.d.ts +0 -2
- package/build/personalia/resources/submission/submission.resource.mjs +0 -80
- package/build/personalia/resources/submission/submission.views.d.ts +0 -180
- package/build/personalia/resources/submission/submission.views.mjs +0 -320
- package/build/personalia/resources/submissionType/index.d.ts +0 -2
- package/build/personalia/resources/submissionType/index.mjs +0 -2
- package/build/personalia/resources/submissionType/submissionType.model.d.ts +0 -6
- package/build/personalia/resources/submissionType/submissionType.model.mjs +0 -21
- package/build/personalia/resources/submissionType/submissionType.resource.d.ts +0 -2
- package/build/personalia/resources/submissionType/submissionType.resource.mjs +0 -26
- package/build/personalia/resources/submissionType/submissionType.views.d.ts +0 -36
- package/build/personalia/resources/submissionType/submissionType.views.mjs +0 -9
- package/build/personalia/resources/task/index.d.ts +0 -2
- package/build/personalia/resources/task/index.mjs +0 -2
- package/build/personalia/resources/task/task.model.d.ts +0 -6
- package/build/personalia/resources/task/task.model.mjs +0 -60
- package/build/personalia/resources/task/task.resource.d.ts +0 -2
- package/build/personalia/resources/task/task.resource.mjs +0 -44
- package/build/personalia/resources/task/task.views.d.ts +0 -108
- package/build/personalia/resources/task/task.views.mjs +0 -159
- package/build/personalia/views.mjs +0 -1
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const TaskModel = models.TaskModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
taskName: 1,
|
|
8
|
-
internalServiceDescription: 1,
|
|
9
|
-
externalServiceDescription: 1,
|
|
10
|
-
user: {
|
|
11
|
-
id: 1,
|
|
12
|
-
display: 1
|
|
13
|
-
},
|
|
14
|
-
branches: {
|
|
15
|
-
id: 1,
|
|
16
|
-
display: 1
|
|
17
|
-
},
|
|
18
|
-
giveAssignments: {
|
|
19
|
-
id: 1,
|
|
20
|
-
display: 1
|
|
21
|
-
},
|
|
22
|
-
doingAssignments: {
|
|
23
|
-
id: 1,
|
|
24
|
-
display: 1
|
|
25
|
-
},
|
|
26
|
-
supervisingAssignments: {
|
|
27
|
-
id: 1,
|
|
28
|
-
display: 1
|
|
29
|
-
},
|
|
30
|
-
helpAssignments: {
|
|
31
|
-
id: 1,
|
|
32
|
-
display: 1
|
|
33
|
-
},
|
|
34
|
-
employeeNameTrimmed: 1,
|
|
35
|
-
estimatedStartDate: 1,
|
|
36
|
-
estimatedEndDate: 1,
|
|
37
|
-
estimatedHourDoingAssignment: 1,
|
|
38
|
-
estimatedHourCommunicationAssignment: 1,
|
|
39
|
-
estimatedHourCognitiveAssignment: 1,
|
|
40
|
-
estimatedHourCreativeAssignment: 1,
|
|
41
|
-
estimatedHourByDay: 1,
|
|
42
|
-
priority: 1,
|
|
43
|
-
status: 1,
|
|
44
|
-
estimatedRealizedAssignmentStart: 1,
|
|
45
|
-
estimatedRealizedAssignmentEnd: 1,
|
|
46
|
-
resultAssignment: 1
|
|
47
|
-
};
|
|
48
|
-
const detail = {
|
|
49
|
-
...item,
|
|
50
|
-
userId: 1,
|
|
51
|
-
branchIds: 1,
|
|
52
|
-
givingAssignmentIds: 1,
|
|
53
|
-
doingAssignmentIds: 1,
|
|
54
|
-
supervisingAssignmentIds: 1,
|
|
55
|
-
helpAssignmentIds: 1
|
|
56
|
-
};
|
|
57
|
-
export const fragments = {
|
|
58
|
-
item,
|
|
59
|
-
detail
|
|
60
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { Resource } from '@neon.id/context';
|
|
2
|
-
export declare const TaskResource: Resource<Schema.Task, import("@neon.id/model").Model<"neu:personalia:task", "user" | "status" | "branches" | "employeeNameTrimmed" | "giveAssignments" | "doingAssignments" | "supervisingAssignments" | "helpAssignments" | "priority" | "estimatedStartDate" | "estimatedEndDate" | "estimatedHourDoingAssignment" | "estimatedHourCommunicationAssignment" | "estimatedHourCognitiveAssignment" | "estimatedHourCreativeAssignment" | "taskName" | "estimatedHourByDay" | "internalServiceDescription" | "externalServiceDescription" | "resultAssignment" | "estimatedRealizedAssignmentStart" | "estimatedRealizedAssignmentEnd" | "images">>;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { Resource } from "@neon.id/context";
|
|
2
|
-
import {
|
|
3
|
-
TaskCollectionPlanView,
|
|
4
|
-
TaskCollectionView,
|
|
5
|
-
TaskCollectionWorkView,
|
|
6
|
-
TaskSinglePlanView,
|
|
7
|
-
TaskSingleView,
|
|
8
|
-
TaskSingleWorkView
|
|
9
|
-
} from "./task.views.mjs";
|
|
10
|
-
import { fragments, TaskModel } from "./task.model.mjs";
|
|
11
|
-
export const TaskResource = Resource.define({
|
|
12
|
-
model: TaskModel,
|
|
13
|
-
collection: {
|
|
14
|
-
title: "Tugas",
|
|
15
|
-
path: "tasks",
|
|
16
|
-
component: TaskCollectionView,
|
|
17
|
-
menu: true,
|
|
18
|
-
displays: ["table"]
|
|
19
|
-
},
|
|
20
|
-
single: {
|
|
21
|
-
path: "tasks/:slug",
|
|
22
|
-
component: TaskSingleView
|
|
23
|
-
},
|
|
24
|
-
views: {
|
|
25
|
-
plan: {
|
|
26
|
-
path: "/perencanaan/tasks",
|
|
27
|
-
component: TaskCollectionPlanView
|
|
28
|
-
},
|
|
29
|
-
planSingle: {
|
|
30
|
-
path: "/perencanaan/tasks/:slug",
|
|
31
|
-
component: TaskSinglePlanView
|
|
32
|
-
},
|
|
33
|
-
work: {
|
|
34
|
-
path: "/pekerjaan/tasks",
|
|
35
|
-
component: TaskCollectionWorkView
|
|
36
|
-
},
|
|
37
|
-
workSingle: {
|
|
38
|
-
path: "/pekerjaan/tasks/:slug",
|
|
39
|
-
component: TaskSingleWorkView
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
fragments,
|
|
43
|
-
renders: {}
|
|
44
|
-
});
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
export declare const TaskCollectionView: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
|
-
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
4
|
-
export declare const TaskSingleView: import("vue").DefineComponent<{
|
|
5
|
-
id: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
default: null;
|
|
8
|
-
};
|
|
9
|
-
isNew: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: null;
|
|
12
|
-
};
|
|
13
|
-
isMain: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
|
-
[key: string]: any;
|
|
19
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
id: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: null;
|
|
23
|
-
};
|
|
24
|
-
isNew: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: null;
|
|
27
|
-
};
|
|
28
|
-
isMain: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
}>>, {
|
|
33
|
-
id: string;
|
|
34
|
-
isNew: boolean;
|
|
35
|
-
isMain: boolean;
|
|
36
|
-
}, {}>;
|
|
37
|
-
export declare const TaskCollectionPlanView: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
40
|
-
export declare const TaskSinglePlanView: import("vue").DefineComponent<{
|
|
41
|
-
id: {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: null;
|
|
44
|
-
};
|
|
45
|
-
isNew: {
|
|
46
|
-
type: BooleanConstructor;
|
|
47
|
-
default: null;
|
|
48
|
-
};
|
|
49
|
-
isMain: {
|
|
50
|
-
type: BooleanConstructor;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
54
|
-
[key: string]: any;
|
|
55
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
|
-
id: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: null;
|
|
59
|
-
};
|
|
60
|
-
isNew: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: null;
|
|
63
|
-
};
|
|
64
|
-
isMain: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
}>>, {
|
|
69
|
-
id: string;
|
|
70
|
-
isNew: boolean;
|
|
71
|
-
isMain: boolean;
|
|
72
|
-
}, {}>;
|
|
73
|
-
export declare const TaskCollectionWorkView: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
74
|
-
[key: string]: any;
|
|
75
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
76
|
-
export declare const TaskSingleWorkView: import("vue").DefineComponent<{
|
|
77
|
-
id: {
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
default: null;
|
|
80
|
-
};
|
|
81
|
-
isNew: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: null;
|
|
84
|
-
};
|
|
85
|
-
isMain: {
|
|
86
|
-
type: BooleanConstructor;
|
|
87
|
-
default: boolean;
|
|
88
|
-
};
|
|
89
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
|
-
[key: string]: any;
|
|
91
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
-
id: {
|
|
93
|
-
type: StringConstructor;
|
|
94
|
-
default: null;
|
|
95
|
-
};
|
|
96
|
-
isNew: {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: null;
|
|
99
|
-
};
|
|
100
|
-
isMain: {
|
|
101
|
-
type: BooleanConstructor;
|
|
102
|
-
default: boolean;
|
|
103
|
-
};
|
|
104
|
-
}>>, {
|
|
105
|
-
id: string;
|
|
106
|
-
isNew: boolean;
|
|
107
|
-
isMain: boolean;
|
|
108
|
-
}, {}>;
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
TaskWorkButton,
|
|
3
|
-
useOperasional
|
|
4
|
-
} from "@neutron.co.id/operasional-interfaces";
|
|
5
|
-
import { Query } from "@neon.id/query";
|
|
6
|
-
import { ResourceUtil } from "@neon.id/office";
|
|
7
|
-
import { h } from "vue";
|
|
8
|
-
import { usePermit } from "@neon.id/context";
|
|
9
|
-
export const TaskCollectionView = ResourceUtil.createCollection({
|
|
10
|
-
name: "default",
|
|
11
|
-
definition: "neu:personalia:task",
|
|
12
|
-
single: {
|
|
13
|
-
peeks: ["modal"]
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
export const TaskSingleView = ResourceUtil.createSingle({
|
|
17
|
-
name: "default",
|
|
18
|
-
definition: "neu:personalia:task"
|
|
19
|
-
});
|
|
20
|
-
export const TaskCollectionPlanView = ResourceUtil.createCollection({
|
|
21
|
-
name: "plan",
|
|
22
|
-
definition: "neu:personalia:task",
|
|
23
|
-
title: "Perencanaan Tugas",
|
|
24
|
-
icon: "ruler",
|
|
25
|
-
scope: "plan",
|
|
26
|
-
path: "/perencanaan/tasks",
|
|
27
|
-
single: {
|
|
28
|
-
peeks: ["modal"]
|
|
29
|
-
},
|
|
30
|
-
filters: [
|
|
31
|
-
"status",
|
|
32
|
-
"branches",
|
|
33
|
-
"giveAssignments",
|
|
34
|
-
"doingAssignments",
|
|
35
|
-
"supervisingAssignments",
|
|
36
|
-
"helpAssignments",
|
|
37
|
-
"priority"
|
|
38
|
-
],
|
|
39
|
-
sorts: [
|
|
40
|
-
"estimatedStartDate",
|
|
41
|
-
"estimatedEndDate",
|
|
42
|
-
"estimatedHourDoingAssignment",
|
|
43
|
-
"estimatedHourCommunicationAssignment",
|
|
44
|
-
"estimatedHourCognitiveAssignment",
|
|
45
|
-
"estimatedHourCreativeAssignment"
|
|
46
|
-
],
|
|
47
|
-
query: () => {
|
|
48
|
-
const permit = usePermit();
|
|
49
|
-
const { staff } = useOperasional();
|
|
50
|
-
if (permit.isAny(["neu:cabangOperasional", "neu:managerCabang"])) {
|
|
51
|
-
return Query.define({
|
|
52
|
-
filter: {
|
|
53
|
-
handle: "",
|
|
54
|
-
operator: "mongo",
|
|
55
|
-
value: {
|
|
56
|
-
$or: [
|
|
57
|
-
{
|
|
58
|
-
branchIds: staff.value?.branchIds
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
givingAssignmentIds: staff.value?.id
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
supervisingAssignmentIds: staff.value?.id
|
|
65
|
-
}
|
|
66
|
-
]
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
});
|
|
70
|
-
} else
|
|
71
|
-
return Query.define({});
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
export const TaskSinglePlanView = ResourceUtil.createSingle({
|
|
75
|
-
name: "plan",
|
|
76
|
-
title: "Perencanaan Tugas",
|
|
77
|
-
definition: "neu:personalia:task"
|
|
78
|
-
});
|
|
79
|
-
export const TaskCollectionWorkView = ResourceUtil.createCollection({
|
|
80
|
-
name: "work",
|
|
81
|
-
definition: "neu:personalia:task",
|
|
82
|
-
title: "Pekerjaan Tugas",
|
|
83
|
-
icon: "briefcase",
|
|
84
|
-
scope: "work",
|
|
85
|
-
path: "/pekerjaan/tasks",
|
|
86
|
-
single: {
|
|
87
|
-
view: "work",
|
|
88
|
-
peeks: ["modal"]
|
|
89
|
-
},
|
|
90
|
-
columns: [
|
|
91
|
-
"taskName",
|
|
92
|
-
"status",
|
|
93
|
-
"branches",
|
|
94
|
-
"giveAssignments",
|
|
95
|
-
"doingAssignments",
|
|
96
|
-
"priority"
|
|
97
|
-
],
|
|
98
|
-
filters: [
|
|
99
|
-
"status",
|
|
100
|
-
"taskName",
|
|
101
|
-
"branches",
|
|
102
|
-
"giveAssignments",
|
|
103
|
-
"doingAssignments",
|
|
104
|
-
"priority"
|
|
105
|
-
],
|
|
106
|
-
sorts: ["estimatedHourByDay"],
|
|
107
|
-
excludes: ["create"],
|
|
108
|
-
query: () => {
|
|
109
|
-
const permit = usePermit();
|
|
110
|
-
const { staff } = useOperasional();
|
|
111
|
-
if (permit.isAny(["neu:karyawan"])) {
|
|
112
|
-
return Query.define({
|
|
113
|
-
filter: {
|
|
114
|
-
handle: "",
|
|
115
|
-
operator: "mongo",
|
|
116
|
-
value: {
|
|
117
|
-
$and: [
|
|
118
|
-
{
|
|
119
|
-
$or: [
|
|
120
|
-
{
|
|
121
|
-
doingAssignmentIds: staff.value?.id
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
helpAssignmentIds: staff.value?.id
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
userId: staff.value?.userId
|
|
128
|
-
}
|
|
129
|
-
]
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
$or: [
|
|
133
|
-
{
|
|
134
|
-
status: "ditugaskan"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
status: "dikerjakan"
|
|
138
|
-
}
|
|
139
|
-
]
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
status: { $ne: "diselesaikan" }
|
|
143
|
-
}
|
|
144
|
-
]
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
});
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
});
|
|
151
|
-
export const TaskSingleWorkView = ResourceUtil.createSingle({
|
|
152
|
-
name: "work",
|
|
153
|
-
title: "Pekerjaan Tugas",
|
|
154
|
-
definition: "neu:personalia:task",
|
|
155
|
-
slots: {
|
|
156
|
-
default: "work",
|
|
157
|
-
actions: () => h(TaskWorkButton)
|
|
158
|
-
}
|
|
159
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default ["CheckInCollectionExternalView","CheckInCollectionView","CheckInSingleExternalView","CheckInSingleView","StaffCollectionOperasionalView","StaffCollectionView","StaffSingleOperasionalView","StaffSingleView","SituationCollectionSupportiveView","SituationCollectionView","SituationCollectionWorkView","SituationSingleSupportiveView","SituationSingleView","SituationSingleWorkView","SituationTypeCollectionView","SituationTypeSingleView","TaskCollectionPlanView","TaskCollectionView","TaskCollectionWorkView","TaskSinglePlanView","TaskSingleView","TaskSingleWorkView","SubmissionCollectionAuditView","SubmissionCollectionDecisionView","SubmissionCollectionFollowUpView","SubmissionCollectionStaffView","SubmissionCollectionView","SubmissionSingleAuditView","SubmissionSingleDecisionView","SubmissionSingleFollowUpView","SubmissionSingleStaffView","SubmissionSingleView","SubmissionTypeCollectionView","SubmissionTypeSingleView"]
|