@neutron.co.id/operasional-modules 1.12.6 → 1.12.7
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.
|
@@ -46,6 +46,7 @@ export const CheckInCollectionSupervisorView = ResourceUtil.createCollection({
|
|
|
46
46
|
},
|
|
47
47
|
columns: ["statusGPS", "display", "type", "checkInAt", "staff", "building"],
|
|
48
48
|
sorts: ["checkInAt"],
|
|
49
|
+
filters: ["staff", "type", "checkInAt", "building", "statusGPS"],
|
|
49
50
|
query: () => {
|
|
50
51
|
const { supervisedStaffIds } = useOperasional();
|
|
51
52
|
return Query.define({
|
|
@@ -44,15 +44,15 @@ export const SubmissionCollectionStaffView = ResourceUtil.createCollection({
|
|
|
44
44
|
"raiseStaffs",
|
|
45
45
|
"decideStaffs",
|
|
46
46
|
"followUpStaffs",
|
|
47
|
-
"nominal"
|
|
48
|
-
|
|
47
|
+
"nominal"
|
|
48
|
+
// 'areas',
|
|
49
49
|
],
|
|
50
50
|
filters: [
|
|
51
51
|
"statusStaff",
|
|
52
52
|
"type",
|
|
53
53
|
// 'specifications',
|
|
54
54
|
"branches",
|
|
55
|
-
|
|
55
|
+
// 'areas',
|
|
56
56
|
"submissionStaffs",
|
|
57
57
|
"raiseStaffs",
|
|
58
58
|
"decideStaffs",
|
|
@@ -115,15 +115,15 @@ export const SubmissionCollectionFollowUpView = ResourceUtil.createCollection({
|
|
|
115
115
|
"raiseStaffs",
|
|
116
116
|
"decideStaffs",
|
|
117
117
|
"followUpStaffs",
|
|
118
|
-
"nominal"
|
|
119
|
-
|
|
118
|
+
"nominal"
|
|
119
|
+
// 'areas',
|
|
120
120
|
],
|
|
121
121
|
filters: [
|
|
122
122
|
"status",
|
|
123
123
|
"type",
|
|
124
124
|
// 'specifications',
|
|
125
125
|
"branches",
|
|
126
|
-
|
|
126
|
+
// 'areas',
|
|
127
127
|
"submissionStaffs",
|
|
128
128
|
"raiseStaffs",
|
|
129
129
|
"decideStaffs",
|
|
@@ -185,15 +185,15 @@ export const SubmissionCollectionAuditView = ResourceUtil.createCollection({
|
|
|
185
185
|
"raiseStaffs",
|
|
186
186
|
"decideStaffs",
|
|
187
187
|
"followUpStaffs",
|
|
188
|
-
"nominal"
|
|
189
|
-
|
|
188
|
+
"nominal"
|
|
189
|
+
// 'areas',
|
|
190
190
|
],
|
|
191
191
|
filters: [
|
|
192
192
|
"status",
|
|
193
193
|
"type",
|
|
194
194
|
// 'specifications',
|
|
195
195
|
"branches",
|
|
196
|
-
|
|
196
|
+
// 'areas',
|
|
197
197
|
"submissionStaffs",
|
|
198
198
|
"raiseStaffs",
|
|
199
199
|
"decideStaffs",
|
|
@@ -256,15 +256,15 @@ export const SubmissionCollectionDecisionView = ResourceUtil.createCollection({
|
|
|
256
256
|
"raiseStaffs",
|
|
257
257
|
"decideStaffs",
|
|
258
258
|
"followUpStaffs",
|
|
259
|
-
"nominal"
|
|
260
|
-
|
|
259
|
+
"nominal"
|
|
260
|
+
// 'areas',
|
|
261
261
|
],
|
|
262
262
|
filters: [
|
|
263
263
|
"status",
|
|
264
264
|
"type",
|
|
265
265
|
// 'specifications',
|
|
266
266
|
"branches",
|
|
267
|
-
|
|
267
|
+
// 'areas',
|
|
268
268
|
"submissionStaffs",
|
|
269
269
|
"raiseStaffs",
|
|
270
270
|
"decideStaffs",
|
|
@@ -327,15 +327,15 @@ export const SubmissionCollectionWaitingDecisionView = ResourceUtil.createCollec
|
|
|
327
327
|
"raiseStaffs",
|
|
328
328
|
"decideStaffs",
|
|
329
329
|
"followUpStaffs",
|
|
330
|
-
"nominal"
|
|
331
|
-
|
|
330
|
+
"nominal"
|
|
331
|
+
// 'areas',
|
|
332
332
|
],
|
|
333
333
|
filters: [
|
|
334
334
|
"status",
|
|
335
335
|
"type",
|
|
336
336
|
// 'specifications',
|
|
337
337
|
"branches",
|
|
338
|
-
|
|
338
|
+
// 'areas',
|
|
339
339
|
"submissionStaffs",
|
|
340
340
|
"raiseStaffs",
|
|
341
341
|
"decideStaffs",
|
|
@@ -414,15 +414,15 @@ export const SubmissionCollectionSupervisorView = ResourceUtil.createCollection(
|
|
|
414
414
|
"raiseStaffs",
|
|
415
415
|
"decideStaffs",
|
|
416
416
|
"followUpStaffs",
|
|
417
|
-
"nominal"
|
|
418
|
-
|
|
417
|
+
"nominal"
|
|
418
|
+
// 'areas',
|
|
419
419
|
],
|
|
420
420
|
filters: [
|
|
421
421
|
"status",
|
|
422
422
|
"type",
|
|
423
423
|
// 'specifications',
|
|
424
424
|
"branches",
|
|
425
|
-
|
|
425
|
+
// 'areas',
|
|
426
426
|
"submissionStaffs",
|
|
427
427
|
"raiseStaffs",
|
|
428
428
|
"decideStaffs",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-modules",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.7",
|
|
4
4
|
"description": "Modules of Neutron Operasional.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"contributors": [
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"build":
|
|
88
|
+
"build": 104
|
|
89
89
|
}
|