design-system-next 2.15.6 → 2.16.2
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/dist/design-system-next.es.js +7804 -7415
- package/dist/design-system-next.es.js.gz +0 -0
- package/dist/design-system-next.umd.js +13 -13
- package/dist/design-system-next.umd.js.gz +0 -0
- package/dist/main.css +1 -1
- package/dist/main.css.gz +0 -0
- package/dist/package.json.d.ts +1 -1
- package/package.json +1 -1
- package/src/App.vue +619 -604
- package/src/assets/styles/tailwind.css +27 -6
- package/src/components/attribute-filter/attribute-filter.ts +134 -0
- package/src/components/attribute-filter/attribute-filter.vue +141 -0
- package/src/components/attribute-filter/use-attribute-filter.ts +125 -0
- package/src/components/card/card.ts +12 -0
- package/src/components/card/card.vue +1 -1
- package/src/components/card/use-card.ts +33 -12
- package/src/components/dropdown/dropdown.ts +1 -6
- package/src/components/dropdown/dropdown.vue +51 -41
- package/src/components/list/list.ts +0 -4
- package/src/components/select/select-ladderized/select-ladderized.vue +10 -7
- package/src/components/select/select-ladderized/use-select-ladderized.ts +2 -0
- package/src/components/select/select-multiple/select-multiple.vue +20 -10
- package/src/components/select/select-multiple/use-select-multiple.ts +3 -1
- package/src/components/select/select.vue +10 -7
- package/src/components/select/use-select.ts +4 -2
- package/src/components/sidenav/use-sidenav.ts +6 -1
package/src/App.vue
CHANGED
|
@@ -15,1605 +15,1620 @@ const navLinks = ref({
|
|
|
15
15
|
top: [
|
|
16
16
|
{
|
|
17
17
|
id: '135c50eb-3dbb-4e4a-b45a-9f58b4c0921f',
|
|
18
|
+
parentMenuId: null,
|
|
19
|
+
isNewTab: false,
|
|
18
20
|
code: null,
|
|
19
21
|
label: 'Dashboard',
|
|
20
|
-
url: '
|
|
22
|
+
url: 'http://arias.hrtest.ph/dashboard',
|
|
21
23
|
icon: 'ph:house-simple',
|
|
22
|
-
children: [],
|
|
23
24
|
position: 'top',
|
|
24
|
-
order: 1,
|
|
25
|
-
attributes: null,
|
|
26
25
|
groupId: '1',
|
|
27
26
|
groupName: null,
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
order: 1,
|
|
28
|
+
attributes: null,
|
|
29
|
+
children: [],
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
id: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
33
|
+
parentMenuId: null,
|
|
34
|
+
isNewTab: false,
|
|
33
35
|
code: null,
|
|
34
36
|
label: 'HR',
|
|
35
37
|
url: null,
|
|
36
38
|
icon: 'https://eco-cdn-prod.azureedge.net/hr.svg',
|
|
39
|
+
position: 'top',
|
|
40
|
+
groupId: '2',
|
|
41
|
+
groupName: null,
|
|
42
|
+
order: 4,
|
|
43
|
+
attributes: null,
|
|
37
44
|
children: [
|
|
38
45
|
{
|
|
39
46
|
id: null,
|
|
47
|
+
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
48
|
+
isNewTab: false,
|
|
40
49
|
code: null,
|
|
41
50
|
label: 'My Employee Profile',
|
|
42
|
-
url: '
|
|
51
|
+
url: 'http://arias.hrtest.ph/#/employee-profile/10257',
|
|
43
52
|
icon: '',
|
|
44
|
-
children: [],
|
|
45
53
|
position: 'top',
|
|
46
|
-
order: 1,
|
|
47
|
-
attributes: [],
|
|
48
54
|
groupId: null,
|
|
49
55
|
groupName: '',
|
|
50
|
-
|
|
51
|
-
|
|
56
|
+
order: 1,
|
|
57
|
+
attributes: [],
|
|
58
|
+
children: [],
|
|
52
59
|
},
|
|
53
60
|
{
|
|
54
61
|
id: null,
|
|
62
|
+
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
63
|
+
isNewTab: false,
|
|
55
64
|
code: null,
|
|
56
65
|
label: 'Employee Directory',
|
|
57
|
-
url: '
|
|
66
|
+
url: 'http://arias.hrtest.ph/EmployeeSearch.aspx',
|
|
58
67
|
icon: '',
|
|
59
|
-
children: [],
|
|
60
68
|
position: 'top',
|
|
61
|
-
order: 2,
|
|
62
|
-
attributes: [],
|
|
63
69
|
groupId: null,
|
|
64
70
|
groupName: '',
|
|
65
|
-
|
|
66
|
-
|
|
71
|
+
order: 2,
|
|
72
|
+
attributes: [],
|
|
73
|
+
children: [],
|
|
67
74
|
},
|
|
68
75
|
{
|
|
69
76
|
id: null,
|
|
77
|
+
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
78
|
+
isNewTab: false,
|
|
70
79
|
code: null,
|
|
71
80
|
label: 'My Requests',
|
|
72
81
|
url: null,
|
|
73
82
|
icon: '',
|
|
83
|
+
position: 'top',
|
|
84
|
+
groupId: null,
|
|
85
|
+
groupName: null,
|
|
86
|
+
order: 3,
|
|
87
|
+
attributes: [],
|
|
74
88
|
children: [
|
|
75
89
|
{
|
|
76
90
|
id: null,
|
|
91
|
+
parentMenuId: null,
|
|
92
|
+
isNewTab: false,
|
|
77
93
|
code: null,
|
|
78
94
|
label: 'Apply Certificate of Attendance',
|
|
79
|
-
url: '
|
|
95
|
+
url: 'http://arias.hrtest.ph/#/certificate-of-attendance',
|
|
80
96
|
icon: '',
|
|
81
|
-
children: [],
|
|
82
97
|
position: 'top',
|
|
83
|
-
order: 1,
|
|
84
|
-
attributes: [],
|
|
85
98
|
groupId: null,
|
|
86
99
|
groupName: '',
|
|
87
|
-
|
|
88
|
-
|
|
100
|
+
order: 1,
|
|
101
|
+
attributes: [],
|
|
102
|
+
children: [],
|
|
89
103
|
},
|
|
90
104
|
],
|
|
91
|
-
position: 'top',
|
|
92
|
-
order: 3,
|
|
93
|
-
attributes: [],
|
|
94
|
-
groupId: null,
|
|
95
|
-
groupName: null,
|
|
96
|
-
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
97
|
-
isNewTab: false,
|
|
98
105
|
},
|
|
99
106
|
{
|
|
100
107
|
id: null,
|
|
108
|
+
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
109
|
+
isNewTab: false,
|
|
101
110
|
code: null,
|
|
102
111
|
label: 'Administration Tools',
|
|
103
112
|
url: null,
|
|
104
113
|
icon: '',
|
|
114
|
+
position: 'top',
|
|
115
|
+
groupId: null,
|
|
116
|
+
groupName: null,
|
|
117
|
+
order: 4,
|
|
118
|
+
attributes: [],
|
|
105
119
|
children: [
|
|
106
120
|
{
|
|
107
121
|
id: null,
|
|
108
|
-
code: null,
|
|
109
|
-
label: 'Add Employee',
|
|
110
|
-
url: 'https://nova-eco-sso.hrtest.ph/Employee.aspx?method=new',
|
|
111
|
-
icon: '',
|
|
112
|
-
children: [],
|
|
113
|
-
position: 'top',
|
|
114
|
-
order: 1,
|
|
115
|
-
attributes: [],
|
|
116
|
-
groupId: null,
|
|
117
|
-
groupName: '',
|
|
118
122
|
parentMenuId: null,
|
|
119
123
|
isNewTab: false,
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
id: null,
|
|
123
124
|
code: null,
|
|
124
125
|
label: 'Leave Report',
|
|
125
|
-
url: '
|
|
126
|
+
url: 'http://arias.hrtest.ph/LeaveSearch.aspx',
|
|
126
127
|
icon: '',
|
|
127
|
-
children: [],
|
|
128
128
|
position: 'top',
|
|
129
|
-
order: 2,
|
|
130
|
-
attributes: [],
|
|
131
129
|
groupId: null,
|
|
132
130
|
groupName: 'Reports',
|
|
133
|
-
|
|
134
|
-
|
|
131
|
+
order: 2,
|
|
132
|
+
attributes: [],
|
|
133
|
+
children: [],
|
|
135
134
|
},
|
|
136
135
|
{
|
|
137
136
|
id: null,
|
|
137
|
+
parentMenuId: null,
|
|
138
|
+
isNewTab: false,
|
|
138
139
|
code: null,
|
|
139
140
|
label: 'Overtime Report',
|
|
140
|
-
url: '
|
|
141
|
+
url: 'http://arias.hrtest.ph/Reports/Overtime.aspx',
|
|
141
142
|
icon: '',
|
|
142
|
-
children: [],
|
|
143
143
|
position: 'top',
|
|
144
|
-
order: 3,
|
|
145
|
-
attributes: [],
|
|
146
144
|
groupId: null,
|
|
147
145
|
groupName: 'Reports',
|
|
148
|
-
|
|
149
|
-
|
|
146
|
+
order: 3,
|
|
147
|
+
attributes: [],
|
|
148
|
+
children: [],
|
|
150
149
|
},
|
|
151
150
|
{
|
|
152
151
|
id: null,
|
|
152
|
+
parentMenuId: null,
|
|
153
|
+
isNewTab: false,
|
|
153
154
|
code: null,
|
|
154
155
|
label: 'Employee List Report',
|
|
155
|
-
url: '
|
|
156
|
+
url: 'http://arias.hrtest.ph/EmployeeListReport.aspx',
|
|
156
157
|
icon: '',
|
|
157
|
-
children: [],
|
|
158
158
|
position: 'top',
|
|
159
|
-
order: 4,
|
|
160
|
-
attributes: [],
|
|
161
159
|
groupId: null,
|
|
162
160
|
groupName: 'Reports',
|
|
163
|
-
|
|
164
|
-
|
|
161
|
+
order: 4,
|
|
162
|
+
attributes: [],
|
|
163
|
+
children: [],
|
|
165
164
|
},
|
|
166
165
|
{
|
|
167
166
|
id: null,
|
|
167
|
+
parentMenuId: null,
|
|
168
|
+
isNewTab: false,
|
|
168
169
|
code: null,
|
|
169
170
|
label: 'Bulk Upload',
|
|
170
|
-
url: '
|
|
171
|
+
url: 'http://arias.hrtest.ph/ApplicationMassUploadPage.aspx',
|
|
171
172
|
icon: '',
|
|
172
|
-
children: [],
|
|
173
173
|
position: 'top',
|
|
174
|
-
order: 5,
|
|
175
|
-
attributes: [],
|
|
176
174
|
groupId: null,
|
|
177
175
|
groupName: 'Tools',
|
|
178
|
-
|
|
179
|
-
|
|
176
|
+
order: 5,
|
|
177
|
+
attributes: [],
|
|
178
|
+
children: [],
|
|
180
179
|
},
|
|
181
180
|
{
|
|
182
181
|
id: null,
|
|
182
|
+
parentMenuId: null,
|
|
183
|
+
isNewTab: false,
|
|
183
184
|
code: null,
|
|
184
185
|
label: 'Audit Trail',
|
|
185
|
-
url: '
|
|
186
|
+
url: 'http://arias.hrtest.ph/AuditTrailPage.aspx',
|
|
186
187
|
icon: '',
|
|
187
|
-
children: [],
|
|
188
188
|
position: 'top',
|
|
189
|
-
order: 6,
|
|
190
|
-
attributes: [],
|
|
191
189
|
groupId: null,
|
|
192
190
|
groupName: 'Tools',
|
|
193
|
-
|
|
194
|
-
|
|
191
|
+
order: 6,
|
|
192
|
+
attributes: [],
|
|
193
|
+
children: [],
|
|
195
194
|
},
|
|
196
195
|
{
|
|
197
196
|
id: null,
|
|
197
|
+
parentMenuId: null,
|
|
198
|
+
isNewTab: false,
|
|
198
199
|
code: null,
|
|
199
200
|
label: 'Feature Management Page',
|
|
200
|
-
url: '
|
|
201
|
+
url: 'http://arias.hrtest.ph/#/feature-management-page',
|
|
201
202
|
icon: '',
|
|
202
|
-
children: [],
|
|
203
203
|
position: 'top',
|
|
204
|
-
order: 7,
|
|
205
|
-
attributes: [],
|
|
206
204
|
groupId: null,
|
|
207
205
|
groupName: 'Tools',
|
|
208
|
-
|
|
209
|
-
|
|
206
|
+
order: 7,
|
|
207
|
+
attributes: [],
|
|
208
|
+
children: [],
|
|
210
209
|
},
|
|
211
210
|
],
|
|
212
|
-
position: 'top',
|
|
213
|
-
order: 4,
|
|
214
|
-
attributes: [],
|
|
215
|
-
groupId: null,
|
|
216
|
-
groupName: null,
|
|
217
|
-
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
218
|
-
isNewTab: false,
|
|
219
211
|
},
|
|
220
212
|
{
|
|
221
213
|
id: null,
|
|
214
|
+
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
215
|
+
isNewTab: false,
|
|
222
216
|
code: null,
|
|
223
217
|
label: 'Maintenance',
|
|
224
218
|
url: null,
|
|
225
219
|
icon: '',
|
|
220
|
+
position: 'top',
|
|
221
|
+
groupId: null,
|
|
222
|
+
groupName: null,
|
|
223
|
+
order: 5,
|
|
224
|
+
attributes: [],
|
|
226
225
|
children: [
|
|
227
226
|
{
|
|
228
227
|
id: null,
|
|
228
|
+
parentMenuId: null,
|
|
229
|
+
isNewTab: false,
|
|
229
230
|
code: null,
|
|
230
231
|
label: 'Work Location',
|
|
231
|
-
url: '
|
|
232
|
+
url: 'http://arias.hrtest.ph/#/work-location',
|
|
232
233
|
icon: '',
|
|
233
|
-
children: [],
|
|
234
234
|
position: 'top',
|
|
235
|
-
order: 1,
|
|
236
|
-
attributes: [],
|
|
237
235
|
groupId: null,
|
|
238
236
|
groupName: '',
|
|
239
|
-
|
|
240
|
-
|
|
237
|
+
order: 1,
|
|
238
|
+
attributes: [],
|
|
239
|
+
children: [],
|
|
241
240
|
},
|
|
242
241
|
{
|
|
243
242
|
id: null,
|
|
243
|
+
parentMenuId: null,
|
|
244
|
+
isNewTab: false,
|
|
244
245
|
code: null,
|
|
245
246
|
label: 'Global Profile Attributes',
|
|
246
|
-
url: '
|
|
247
|
+
url: 'http://arias.hrtest.ph/#/global-profile-attributes',
|
|
247
248
|
icon: '',
|
|
248
|
-
children: [],
|
|
249
249
|
position: 'top',
|
|
250
|
-
order: 2,
|
|
251
|
-
attributes: [],
|
|
252
250
|
groupId: null,
|
|
253
251
|
groupName: '',
|
|
254
|
-
|
|
255
|
-
|
|
252
|
+
order: 2,
|
|
253
|
+
attributes: [],
|
|
254
|
+
children: [],
|
|
256
255
|
},
|
|
257
256
|
{
|
|
258
257
|
id: null,
|
|
258
|
+
parentMenuId: null,
|
|
259
|
+
isNewTab: false,
|
|
259
260
|
code: null,
|
|
260
261
|
label: 'Assets',
|
|
261
|
-
url: '
|
|
262
|
+
url: 'http://arias.hrtest.ph/FieldMaintenance.aspx?title=assetscategory',
|
|
262
263
|
icon: '',
|
|
263
|
-
children: [],
|
|
264
264
|
position: 'top',
|
|
265
|
-
order: 3,
|
|
266
|
-
attributes: [],
|
|
267
265
|
groupId: null,
|
|
268
266
|
groupName: '',
|
|
269
|
-
|
|
270
|
-
|
|
267
|
+
order: 3,
|
|
268
|
+
attributes: [],
|
|
269
|
+
children: [],
|
|
271
270
|
},
|
|
272
271
|
{
|
|
273
272
|
id: null,
|
|
273
|
+
parentMenuId: null,
|
|
274
|
+
isNewTab: false,
|
|
274
275
|
code: null,
|
|
275
276
|
label: 'Visa',
|
|
276
|
-
url: '
|
|
277
|
+
url: 'http://arias.hrtest.ph/FieldMaintenance.aspx?title=visatype',
|
|
277
278
|
icon: '',
|
|
278
|
-
children: [],
|
|
279
279
|
position: 'top',
|
|
280
|
-
order: 4,
|
|
281
|
-
attributes: [],
|
|
282
280
|
groupId: null,
|
|
283
281
|
groupName: '',
|
|
284
|
-
|
|
285
|
-
|
|
282
|
+
order: 4,
|
|
283
|
+
attributes: [],
|
|
284
|
+
children: [],
|
|
286
285
|
},
|
|
287
286
|
{
|
|
288
287
|
id: null,
|
|
288
|
+
parentMenuId: null,
|
|
289
|
+
isNewTab: false,
|
|
289
290
|
code: null,
|
|
290
291
|
label: 'Benefits Type',
|
|
291
|
-
url: '
|
|
292
|
+
url: 'http://arias.hrtest.ph/FieldMaintenance.aspx?title=benefitstype',
|
|
292
293
|
icon: '',
|
|
293
|
-
children: [],
|
|
294
294
|
position: 'top',
|
|
295
|
-
order: 5,
|
|
296
|
-
attributes: [],
|
|
297
295
|
groupId: null,
|
|
298
296
|
groupName: '',
|
|
299
|
-
|
|
300
|
-
|
|
297
|
+
order: 5,
|
|
298
|
+
attributes: [],
|
|
299
|
+
children: [],
|
|
301
300
|
},
|
|
302
301
|
{
|
|
303
302
|
id: null,
|
|
303
|
+
parentMenuId: null,
|
|
304
|
+
isNewTab: false,
|
|
304
305
|
code: null,
|
|
305
306
|
label: 'Profile Template Settings',
|
|
306
|
-
url: '
|
|
307
|
+
url: 'http://arias.hrtest.ph/#/profile-template-settings?employee=10257',
|
|
307
308
|
icon: '',
|
|
308
|
-
children: [],
|
|
309
309
|
position: 'top',
|
|
310
|
-
order: 6,
|
|
311
|
-
attributes: [],
|
|
312
310
|
groupId: null,
|
|
313
311
|
groupName: '',
|
|
314
|
-
|
|
315
|
-
|
|
312
|
+
order: 6,
|
|
313
|
+
attributes: [],
|
|
314
|
+
children: [],
|
|
316
315
|
},
|
|
317
316
|
{
|
|
318
317
|
id: null,
|
|
318
|
+
parentMenuId: null,
|
|
319
|
+
isNewTab: false,
|
|
319
320
|
code: null,
|
|
320
321
|
label: 'Access Levels',
|
|
321
|
-
url: '
|
|
322
|
+
url: 'http://arias.hrtest.ph/AccessLevels.aspx',
|
|
322
323
|
icon: '',
|
|
323
|
-
children: [],
|
|
324
324
|
position: 'top',
|
|
325
|
-
order: 7,
|
|
326
|
-
attributes: [],
|
|
327
325
|
groupId: null,
|
|
328
326
|
groupName: '',
|
|
329
|
-
|
|
330
|
-
|
|
327
|
+
order: 7,
|
|
328
|
+
attributes: [],
|
|
329
|
+
children: [],
|
|
331
330
|
},
|
|
332
331
|
{
|
|
333
332
|
id: null,
|
|
333
|
+
parentMenuId: null,
|
|
334
|
+
isNewTab: false,
|
|
334
335
|
code: null,
|
|
335
336
|
label: 'Email Template',
|
|
336
|
-
url: '
|
|
337
|
+
url: 'http://arias.hrtest.ph/EmailTemplates.aspx',
|
|
337
338
|
icon: '',
|
|
338
|
-
children: [],
|
|
339
339
|
position: 'top',
|
|
340
|
-
order: 8,
|
|
341
|
-
attributes: [],
|
|
342
340
|
groupId: null,
|
|
343
341
|
groupName: '',
|
|
342
|
+
order: 8,
|
|
343
|
+
attributes: [],
|
|
344
|
+
children: [],
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
id: null,
|
|
344
348
|
parentMenuId: null,
|
|
345
349
|
isNewTab: false,
|
|
350
|
+
code: null,
|
|
351
|
+
label: 'Biometrics',
|
|
352
|
+
url: 'http://arias.hrtest.ph/FieldMaintenance.aspx?title=biometric',
|
|
353
|
+
icon: '',
|
|
354
|
+
position: 'top',
|
|
355
|
+
groupId: null,
|
|
356
|
+
groupName: '',
|
|
357
|
+
order: 9,
|
|
358
|
+
attributes: [],
|
|
359
|
+
children: [],
|
|
346
360
|
},
|
|
347
361
|
],
|
|
348
|
-
position: 'top',
|
|
349
|
-
order: 5,
|
|
350
|
-
attributes: [],
|
|
351
|
-
groupId: null,
|
|
352
|
-
groupName: null,
|
|
353
|
-
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
354
|
-
isNewTab: false,
|
|
355
362
|
},
|
|
356
363
|
{
|
|
357
364
|
id: null,
|
|
365
|
+
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
366
|
+
isNewTab: false,
|
|
358
367
|
code: null,
|
|
359
368
|
label: 'Workforce Hub',
|
|
360
369
|
url: null,
|
|
361
370
|
icon: '',
|
|
371
|
+
position: 'top',
|
|
372
|
+
groupId: null,
|
|
373
|
+
groupName: null,
|
|
374
|
+
order: 6,
|
|
375
|
+
attributes: [
|
|
376
|
+
{
|
|
377
|
+
name: 'lozenge',
|
|
378
|
+
value: '{tone: "success", label: "New"}',
|
|
379
|
+
},
|
|
380
|
+
],
|
|
362
381
|
children: [
|
|
363
382
|
{
|
|
364
383
|
id: null,
|
|
384
|
+
parentMenuId: null,
|
|
385
|
+
isNewTab: false,
|
|
365
386
|
code: null,
|
|
366
|
-
label: 'Calendar',
|
|
367
|
-
url: '
|
|
387
|
+
label: 'Workforce Hub Team Calendar',
|
|
388
|
+
url: 'http://arias.hrtest.ph/#/calendar',
|
|
368
389
|
icon: '',
|
|
369
|
-
children: [],
|
|
370
390
|
position: 'top',
|
|
371
|
-
order: 2,
|
|
372
|
-
attributes: [],
|
|
373
391
|
groupId: null,
|
|
374
392
|
groupName: '',
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
],
|
|
379
|
-
position: 'top',
|
|
380
|
-
order: 6,
|
|
381
|
-
attributes: [
|
|
382
|
-
{
|
|
383
|
-
name: 'lozenge',
|
|
384
|
-
value: '{tone: "success", label: "New"}',
|
|
393
|
+
order: 2,
|
|
394
|
+
attributes: [],
|
|
395
|
+
children: [],
|
|
385
396
|
},
|
|
386
397
|
],
|
|
387
|
-
groupId: null,
|
|
388
|
-
groupName: null,
|
|
389
|
-
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
390
|
-
isNewTab: false,
|
|
391
398
|
},
|
|
392
399
|
{
|
|
393
400
|
id: null,
|
|
401
|
+
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
402
|
+
isNewTab: false,
|
|
394
403
|
code: null,
|
|
395
404
|
label: 'Attendance Hub',
|
|
396
405
|
url: null,
|
|
397
406
|
icon: '',
|
|
407
|
+
position: 'top',
|
|
408
|
+
groupId: null,
|
|
409
|
+
groupName: null,
|
|
410
|
+
order: 7,
|
|
411
|
+
attributes: [
|
|
412
|
+
{
|
|
413
|
+
name: 'lozenge',
|
|
414
|
+
value: '{tone: "success", label: "New"}',
|
|
415
|
+
},
|
|
416
|
+
],
|
|
398
417
|
children: [
|
|
399
418
|
{
|
|
400
419
|
id: null,
|
|
420
|
+
parentMenuId: null,
|
|
421
|
+
isNewTab: false,
|
|
401
422
|
code: null,
|
|
402
423
|
label: 'Attendance Manager',
|
|
403
|
-
url: '
|
|
424
|
+
url: 'http://arias.hrtest.ph/#/attendance-manager',
|
|
404
425
|
icon: '',
|
|
405
|
-
children: [],
|
|
406
426
|
position: 'top',
|
|
407
|
-
order: 1,
|
|
408
|
-
attributes: [],
|
|
409
427
|
groupId: null,
|
|
410
428
|
groupName: '',
|
|
411
|
-
|
|
412
|
-
|
|
429
|
+
order: 1,
|
|
430
|
+
attributes: [],
|
|
431
|
+
children: [],
|
|
413
432
|
},
|
|
414
433
|
{
|
|
415
434
|
id: null,
|
|
435
|
+
parentMenuId: null,
|
|
436
|
+
isNewTab: false,
|
|
416
437
|
code: null,
|
|
417
438
|
label: 'Attendance Report',
|
|
418
|
-
url: '
|
|
439
|
+
url: 'http://arias.hrtest.ph/#/attendance-report',
|
|
419
440
|
icon: '',
|
|
420
|
-
children: [],
|
|
421
441
|
position: 'top',
|
|
422
|
-
order: 2,
|
|
423
|
-
attributes: [],
|
|
424
442
|
groupId: null,
|
|
425
443
|
groupName: '',
|
|
426
|
-
|
|
427
|
-
|
|
444
|
+
order: 2,
|
|
445
|
+
attributes: [],
|
|
446
|
+
children: [],
|
|
428
447
|
},
|
|
429
|
-
],
|
|
430
|
-
position: 'top',
|
|
431
|
-
order: 7,
|
|
432
|
-
attributes: [
|
|
433
448
|
{
|
|
434
|
-
|
|
435
|
-
|
|
449
|
+
id: null,
|
|
450
|
+
parentMenuId: null,
|
|
451
|
+
isNewTab: false,
|
|
452
|
+
code: null,
|
|
453
|
+
label: 'Approval Center',
|
|
454
|
+
url: 'http://arias.hrtest.ph/ApprovalCenter.aspx',
|
|
455
|
+
icon: '',
|
|
456
|
+
position: 'top',
|
|
457
|
+
groupId: null,
|
|
458
|
+
groupName: '',
|
|
459
|
+
order: 3,
|
|
460
|
+
attributes: [],
|
|
461
|
+
children: [],
|
|
436
462
|
},
|
|
437
463
|
],
|
|
438
|
-
groupId: null,
|
|
439
|
-
groupName: null,
|
|
440
|
-
parentMenuId: 'e7d777f6-da1b-4329-8f2a-cdd7691ecf64',
|
|
441
|
-
isNewTab: false,
|
|
442
464
|
},
|
|
443
465
|
],
|
|
444
|
-
position: 'top',
|
|
445
|
-
order: 4,
|
|
446
|
-
attributes: null,
|
|
447
|
-
groupId: '2',
|
|
448
|
-
groupName: null,
|
|
449
|
-
parentMenuId: null,
|
|
450
|
-
isNewTab: false,
|
|
451
466
|
},
|
|
452
467
|
{
|
|
453
468
|
id: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
469
|
+
parentMenuId: null,
|
|
470
|
+
isNewTab: false,
|
|
454
471
|
code: null,
|
|
455
472
|
label: 'Payroll',
|
|
456
473
|
url: null,
|
|
457
474
|
icon: 'https://eco-cdn-prod.azureedge.net/payroll.svg',
|
|
475
|
+
position: 'top',
|
|
476
|
+
groupId: '2',
|
|
477
|
+
groupName: null,
|
|
478
|
+
order: 6,
|
|
479
|
+
attributes: null,
|
|
458
480
|
children: [
|
|
459
481
|
{
|
|
460
482
|
id: null,
|
|
483
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
484
|
+
isNewTab: null,
|
|
461
485
|
code: null,
|
|
462
486
|
label: 'Payroll Runs',
|
|
463
487
|
url: 'https:///Client/Payrolls.aspx',
|
|
464
488
|
icon: null,
|
|
465
|
-
children: [],
|
|
466
489
|
position: null,
|
|
467
|
-
order: 1,
|
|
468
|
-
attributes: [],
|
|
469
490
|
groupId: null,
|
|
470
491
|
groupName: null,
|
|
471
|
-
|
|
472
|
-
|
|
492
|
+
order: 1,
|
|
493
|
+
attributes: [],
|
|
494
|
+
children: [],
|
|
473
495
|
},
|
|
474
496
|
{
|
|
475
497
|
id: null,
|
|
498
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
499
|
+
isNewTab: null,
|
|
476
500
|
code: null,
|
|
477
501
|
label: 'Setup',
|
|
478
502
|
url: '',
|
|
479
503
|
icon: null,
|
|
504
|
+
position: null,
|
|
505
|
+
groupId: null,
|
|
506
|
+
groupName: null,
|
|
507
|
+
order: 2,
|
|
508
|
+
attributes: [],
|
|
480
509
|
children: [
|
|
481
510
|
{
|
|
482
511
|
id: null,
|
|
512
|
+
parentMenuId: null,
|
|
513
|
+
isNewTab: null,
|
|
483
514
|
code: null,
|
|
484
515
|
label: 'Company Profile',
|
|
485
|
-
url: '
|
|
516
|
+
url: 'http://arias-payroll-next-qa.sprout.ph/#/global/company-profile',
|
|
486
517
|
icon: null,
|
|
487
|
-
children: [],
|
|
488
518
|
position: null,
|
|
489
|
-
order: 1,
|
|
490
|
-
attributes: [],
|
|
491
519
|
groupId: null,
|
|
492
520
|
groupName: 'COMPANY',
|
|
493
|
-
|
|
494
|
-
|
|
521
|
+
order: 1,
|
|
522
|
+
attributes: [],
|
|
523
|
+
children: [],
|
|
495
524
|
},
|
|
496
525
|
{
|
|
497
526
|
id: null,
|
|
527
|
+
parentMenuId: null,
|
|
528
|
+
isNewTab: null,
|
|
498
529
|
code: null,
|
|
499
530
|
label: 'Department',
|
|
500
|
-
url: '
|
|
531
|
+
url: 'http://arias-payroll-next-qa.sprout.ph/#/global/department',
|
|
501
532
|
icon: null,
|
|
502
|
-
children: [],
|
|
503
533
|
position: null,
|
|
504
|
-
order: 2,
|
|
505
|
-
attributes: [],
|
|
506
534
|
groupId: null,
|
|
507
535
|
groupName: 'COMPANY',
|
|
508
|
-
|
|
509
|
-
|
|
536
|
+
order: 2,
|
|
537
|
+
attributes: [],
|
|
538
|
+
children: [],
|
|
510
539
|
},
|
|
511
540
|
{
|
|
512
541
|
id: null,
|
|
542
|
+
parentMenuId: null,
|
|
543
|
+
isNewTab: null,
|
|
513
544
|
code: 'cost-center',
|
|
514
545
|
label: 'Cost Center',
|
|
515
|
-
url: '
|
|
546
|
+
url: 'http://arias-payroll-next-qa.sprout.ph/#/global/cost-center',
|
|
516
547
|
icon: null,
|
|
517
|
-
children: [],
|
|
518
548
|
position: null,
|
|
519
|
-
order: 3,
|
|
520
|
-
attributes: [],
|
|
521
549
|
groupId: null,
|
|
522
|
-
groupName: 'COMPANY',
|
|
523
|
-
|
|
524
|
-
|
|
550
|
+
groupName: 'COMPANY',
|
|
551
|
+
order: 3,
|
|
552
|
+
attributes: [],
|
|
553
|
+
children: [],
|
|
525
554
|
},
|
|
526
555
|
{
|
|
527
556
|
id: null,
|
|
557
|
+
parentMenuId: null,
|
|
558
|
+
isNewTab: null,
|
|
528
559
|
code: 'paygroup',
|
|
529
560
|
label: 'Pay Group',
|
|
530
|
-
url: '
|
|
561
|
+
url: 'http://arias-payroll-next-qa.sprout.ph/#/global/pay-group',
|
|
531
562
|
icon: null,
|
|
532
|
-
children: [],
|
|
533
563
|
position: null,
|
|
534
|
-
order: 4,
|
|
535
|
-
attributes: [],
|
|
536
564
|
groupId: null,
|
|
537
565
|
groupName: 'COMPANY',
|
|
538
|
-
|
|
539
|
-
|
|
566
|
+
order: 4,
|
|
567
|
+
attributes: [],
|
|
568
|
+
children: [],
|
|
540
569
|
},
|
|
541
570
|
{
|
|
542
571
|
id: null,
|
|
572
|
+
parentMenuId: null,
|
|
573
|
+
isNewTab: null,
|
|
543
574
|
code: null,
|
|
544
575
|
label: 'General Ledger',
|
|
545
576
|
url: 'https:///Client/GeneralLedger.aspx',
|
|
546
577
|
icon: null,
|
|
547
|
-
children: [],
|
|
548
578
|
position: null,
|
|
549
|
-
order: 5,
|
|
550
|
-
attributes: [],
|
|
551
579
|
groupId: null,
|
|
552
580
|
groupName: 'COMPANY',
|
|
553
|
-
|
|
554
|
-
|
|
581
|
+
order: 5,
|
|
582
|
+
attributes: [],
|
|
583
|
+
children: [],
|
|
555
584
|
},
|
|
556
585
|
{
|
|
557
586
|
id: null,
|
|
587
|
+
parentMenuId: null,
|
|
588
|
+
isNewTab: null,
|
|
558
589
|
code: null,
|
|
559
590
|
label: 'Banks',
|
|
560
591
|
url: 'https:///Client/Banks.aspx',
|
|
561
592
|
icon: null,
|
|
562
|
-
children: [],
|
|
563
593
|
position: null,
|
|
564
|
-
order: 6,
|
|
565
|
-
attributes: [],
|
|
566
594
|
groupId: null,
|
|
567
595
|
groupName: 'COMPANY',
|
|
568
|
-
|
|
569
|
-
|
|
596
|
+
order: 6,
|
|
597
|
+
attributes: [],
|
|
598
|
+
children: [],
|
|
570
599
|
},
|
|
571
600
|
{
|
|
572
601
|
id: null,
|
|
602
|
+
parentMenuId: null,
|
|
603
|
+
isNewTab: null,
|
|
573
604
|
code: null,
|
|
574
605
|
label: 'Payroll Rules',
|
|
575
|
-
url: '
|
|
606
|
+
url: 'http://arias-payroll-next-qa.sprout.ph/#/payroll/payroll-rules',
|
|
576
607
|
icon: null,
|
|
577
|
-
children: [],
|
|
578
608
|
position: null,
|
|
579
|
-
order: 7,
|
|
580
|
-
attributes: [],
|
|
581
609
|
groupId: null,
|
|
582
610
|
groupName: 'COMPANY',
|
|
583
|
-
|
|
584
|
-
|
|
611
|
+
order: 7,
|
|
612
|
+
attributes: [],
|
|
613
|
+
children: [],
|
|
585
614
|
},
|
|
586
615
|
{
|
|
587
616
|
id: null,
|
|
617
|
+
parentMenuId: null,
|
|
618
|
+
isNewTab: null,
|
|
588
619
|
code: null,
|
|
589
620
|
label: 'Report Settings',
|
|
590
|
-
url: '
|
|
621
|
+
url: 'http://arias-payroll-next-qa.sprout.ph#/setup/report-settings',
|
|
591
622
|
icon: null,
|
|
592
|
-
children: [],
|
|
593
623
|
position: null,
|
|
594
|
-
order: 8,
|
|
595
|
-
attributes: [],
|
|
596
624
|
groupId: null,
|
|
597
625
|
groupName: 'COMPANY',
|
|
598
|
-
|
|
599
|
-
|
|
626
|
+
order: 8,
|
|
627
|
+
attributes: [],
|
|
628
|
+
children: [],
|
|
600
629
|
},
|
|
601
630
|
{
|
|
602
631
|
id: null,
|
|
632
|
+
parentMenuId: null,
|
|
633
|
+
isNewTab: null,
|
|
603
634
|
code: null,
|
|
604
635
|
label: 'Adjustment Templates',
|
|
605
636
|
url: 'https:///Client/Adjustments.aspx',
|
|
606
637
|
icon: null,
|
|
607
|
-
children: [],
|
|
608
638
|
position: null,
|
|
609
|
-
order: 9,
|
|
610
|
-
attributes: [],
|
|
611
639
|
groupId: null,
|
|
612
640
|
groupName: 'PAYROLL',
|
|
613
|
-
|
|
614
|
-
|
|
641
|
+
order: 9,
|
|
642
|
+
attributes: [],
|
|
643
|
+
children: [],
|
|
615
644
|
},
|
|
616
645
|
{
|
|
617
646
|
id: null,
|
|
647
|
+
parentMenuId: null,
|
|
648
|
+
isNewTab: null,
|
|
618
649
|
code: null,
|
|
619
650
|
label: 'Company Adjustment',
|
|
620
651
|
url: 'https:///Client/CompanyAdjustments.aspx',
|
|
621
652
|
icon: null,
|
|
622
|
-
children: [],
|
|
623
653
|
position: null,
|
|
624
|
-
order: 10,
|
|
625
|
-
attributes: [],
|
|
626
654
|
groupId: null,
|
|
627
655
|
groupName: 'PAYROLL',
|
|
628
|
-
|
|
629
|
-
|
|
656
|
+
order: 10,
|
|
657
|
+
attributes: [],
|
|
658
|
+
children: [],
|
|
630
659
|
},
|
|
631
660
|
{
|
|
632
661
|
id: null,
|
|
662
|
+
parentMenuId: null,
|
|
663
|
+
isNewTab: null,
|
|
633
664
|
code: null,
|
|
634
665
|
label: 'Tax Table',
|
|
635
666
|
url: 'https:///Client/Tax.aspx',
|
|
636
667
|
icon: null,
|
|
637
|
-
children: [],
|
|
638
668
|
position: null,
|
|
639
|
-
order: 11,
|
|
640
|
-
attributes: [],
|
|
641
669
|
groupId: null,
|
|
642
670
|
groupName: 'REFERENCES',
|
|
643
|
-
|
|
644
|
-
|
|
671
|
+
order: 11,
|
|
672
|
+
attributes: [],
|
|
673
|
+
children: [],
|
|
645
674
|
},
|
|
646
675
|
{
|
|
647
676
|
id: null,
|
|
677
|
+
parentMenuId: null,
|
|
678
|
+
isNewTab: null,
|
|
648
679
|
code: null,
|
|
649
680
|
label: 'Tax Table - Annual',
|
|
650
681
|
url: 'https:///Client/TaxAnnual.aspx',
|
|
651
682
|
icon: null,
|
|
652
|
-
children: [],
|
|
653
683
|
position: null,
|
|
654
|
-
order: 12,
|
|
655
|
-
attributes: [],
|
|
656
684
|
groupId: null,
|
|
657
685
|
groupName: 'REFERENCES',
|
|
658
|
-
|
|
659
|
-
|
|
686
|
+
order: 12,
|
|
687
|
+
attributes: [],
|
|
688
|
+
children: [],
|
|
660
689
|
},
|
|
661
690
|
{
|
|
662
691
|
id: null,
|
|
692
|
+
parentMenuId: null,
|
|
693
|
+
isNewTab: null,
|
|
663
694
|
code: null,
|
|
664
695
|
label: 'Philhealth',
|
|
665
696
|
url: 'https:///Client/PhilHealth.aspx',
|
|
666
697
|
icon: null,
|
|
667
|
-
children: [],
|
|
668
698
|
position: null,
|
|
669
|
-
order: 13,
|
|
670
|
-
attributes: [],
|
|
671
699
|
groupId: null,
|
|
672
700
|
groupName: 'REFERENCES',
|
|
673
|
-
|
|
674
|
-
|
|
701
|
+
order: 13,
|
|
702
|
+
attributes: [],
|
|
703
|
+
children: [],
|
|
675
704
|
},
|
|
676
705
|
{
|
|
677
706
|
id: null,
|
|
707
|
+
parentMenuId: null,
|
|
708
|
+
isNewTab: null,
|
|
678
709
|
code: null,
|
|
679
710
|
label: 'Pag - IBIG',
|
|
680
711
|
url: 'https:///Client/HDMF.aspx',
|
|
681
712
|
icon: null,
|
|
682
|
-
children: [],
|
|
683
713
|
position: null,
|
|
684
|
-
order: 14,
|
|
685
|
-
attributes: [],
|
|
686
714
|
groupId: null,
|
|
687
715
|
groupName: 'REFERENCES',
|
|
688
|
-
|
|
689
|
-
|
|
716
|
+
order: 14,
|
|
717
|
+
attributes: [],
|
|
718
|
+
children: [],
|
|
690
719
|
},
|
|
691
720
|
{
|
|
692
721
|
id: null,
|
|
722
|
+
parentMenuId: null,
|
|
723
|
+
isNewTab: null,
|
|
693
724
|
code: null,
|
|
694
725
|
label: 'SSS',
|
|
695
726
|
url: 'https:///Client/SSS.aspx',
|
|
696
727
|
icon: null,
|
|
697
|
-
children: [],
|
|
698
728
|
position: null,
|
|
699
|
-
order: 15,
|
|
700
|
-
attributes: [],
|
|
701
729
|
groupId: null,
|
|
702
730
|
groupName: 'REFERENCES',
|
|
703
|
-
|
|
704
|
-
|
|
731
|
+
order: 15,
|
|
732
|
+
attributes: [],
|
|
733
|
+
children: [],
|
|
705
734
|
},
|
|
706
735
|
{
|
|
707
736
|
id: null,
|
|
737
|
+
parentMenuId: null,
|
|
738
|
+
isNewTab: null,
|
|
708
739
|
code: null,
|
|
709
740
|
label: 'Govt. OR Records',
|
|
710
741
|
url: 'https:///Client/GovtORRec.aspx',
|
|
711
742
|
icon: null,
|
|
712
|
-
children: [],
|
|
713
743
|
position: null,
|
|
714
|
-
order: 16,
|
|
715
|
-
attributes: [],
|
|
716
744
|
groupId: null,
|
|
717
745
|
groupName: 'REFERENCES',
|
|
718
|
-
|
|
719
|
-
|
|
746
|
+
order: 16,
|
|
747
|
+
attributes: [],
|
|
748
|
+
children: [],
|
|
720
749
|
},
|
|
721
750
|
{
|
|
722
751
|
id: null,
|
|
752
|
+
parentMenuId: null,
|
|
753
|
+
isNewTab: null,
|
|
723
754
|
code: null,
|
|
724
755
|
label: 'Access Control',
|
|
725
756
|
url: 'https:///Client/AccessAccountRole.aspx',
|
|
726
757
|
icon: null,
|
|
727
|
-
children: [],
|
|
728
758
|
position: null,
|
|
729
|
-
order: 17,
|
|
730
|
-
attributes: [],
|
|
731
759
|
groupId: null,
|
|
732
760
|
groupName: 'OTHERS',
|
|
733
|
-
|
|
734
|
-
|
|
761
|
+
order: 17,
|
|
762
|
+
attributes: [],
|
|
763
|
+
children: [],
|
|
735
764
|
},
|
|
736
765
|
],
|
|
737
|
-
position: null,
|
|
738
|
-
order: 2,
|
|
739
|
-
attributes: [],
|
|
740
|
-
groupId: null,
|
|
741
|
-
groupName: null,
|
|
742
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
743
|
-
isNewTab: null,
|
|
744
766
|
},
|
|
745
767
|
{
|
|
746
768
|
id: null,
|
|
769
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
770
|
+
isNewTab: null,
|
|
747
771
|
code: null,
|
|
748
772
|
label: 'Users',
|
|
749
773
|
url: 'https:///Client/Accounts.aspx',
|
|
750
774
|
icon: null,
|
|
751
|
-
children: [],
|
|
752
775
|
position: null,
|
|
753
|
-
order: 3,
|
|
754
|
-
attributes: [],
|
|
755
776
|
groupId: null,
|
|
756
777
|
groupName: null,
|
|
757
|
-
|
|
758
|
-
|
|
778
|
+
order: 3,
|
|
779
|
+
attributes: [],
|
|
780
|
+
children: [],
|
|
759
781
|
},
|
|
760
782
|
{
|
|
761
783
|
id: null,
|
|
784
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
785
|
+
isNewTab: null,
|
|
762
786
|
code: null,
|
|
763
787
|
label: 'Payroll',
|
|
764
788
|
url: '',
|
|
765
789
|
icon: null,
|
|
790
|
+
position: null,
|
|
791
|
+
groupId: null,
|
|
792
|
+
groupName: 'REPORTS',
|
|
793
|
+
order: 4,
|
|
794
|
+
attributes: [],
|
|
766
795
|
children: [
|
|
767
796
|
{
|
|
768
797
|
id: null,
|
|
798
|
+
parentMenuId: null,
|
|
799
|
+
isNewTab: null,
|
|
769
800
|
code: null,
|
|
770
801
|
label: 'Payroll Summary',
|
|
771
802
|
url: 'https:///Client/PayrollSummaryReport.aspx',
|
|
772
803
|
icon: null,
|
|
773
|
-
children: [],
|
|
774
804
|
position: null,
|
|
775
|
-
order: 1,
|
|
776
|
-
attributes: [],
|
|
777
805
|
groupId: null,
|
|
778
806
|
groupName: null,
|
|
779
|
-
|
|
780
|
-
|
|
807
|
+
order: 1,
|
|
808
|
+
attributes: [],
|
|
809
|
+
children: [],
|
|
781
810
|
},
|
|
782
811
|
{
|
|
783
812
|
id: null,
|
|
813
|
+
parentMenuId: null,
|
|
814
|
+
isNewTab: null,
|
|
784
815
|
code: null,
|
|
785
816
|
label: 'Monthly Summary',
|
|
786
817
|
url: 'https:///Client/MonthlySummaryReport.aspx',
|
|
787
818
|
icon: null,
|
|
788
|
-
children: [],
|
|
789
819
|
position: null,
|
|
790
|
-
order: 2,
|
|
791
|
-
attributes: [],
|
|
792
820
|
groupId: null,
|
|
793
821
|
groupName: null,
|
|
794
|
-
|
|
795
|
-
|
|
822
|
+
order: 2,
|
|
823
|
+
attributes: [],
|
|
824
|
+
children: [],
|
|
796
825
|
},
|
|
797
826
|
{
|
|
798
827
|
id: null,
|
|
828
|
+
parentMenuId: null,
|
|
829
|
+
isNewTab: null,
|
|
799
830
|
code: null,
|
|
800
831
|
label: 'Variance Report',
|
|
801
832
|
url: 'https:///Client/VarianceReport.aspx',
|
|
802
833
|
icon: null,
|
|
803
|
-
children: [],
|
|
804
834
|
position: null,
|
|
805
|
-
order: 3,
|
|
806
|
-
attributes: [],
|
|
807
835
|
groupId: null,
|
|
808
836
|
groupName: null,
|
|
809
|
-
|
|
810
|
-
|
|
837
|
+
order: 3,
|
|
838
|
+
attributes: [],
|
|
839
|
+
children: [],
|
|
811
840
|
},
|
|
812
841
|
{
|
|
813
842
|
id: null,
|
|
843
|
+
parentMenuId: null,
|
|
844
|
+
isNewTab: null,
|
|
814
845
|
code: null,
|
|
815
846
|
label: 'General Ledger Report',
|
|
816
847
|
url: 'https:///Client/GeneralLedgerReport.aspx',
|
|
817
848
|
icon: null,
|
|
818
|
-
children: [],
|
|
819
849
|
position: null,
|
|
820
|
-
order: 4,
|
|
821
|
-
attributes: [],
|
|
822
850
|
groupId: null,
|
|
823
851
|
groupName: null,
|
|
824
|
-
|
|
825
|
-
|
|
852
|
+
order: 4,
|
|
853
|
+
attributes: [],
|
|
854
|
+
children: [],
|
|
826
855
|
},
|
|
827
856
|
{
|
|
828
857
|
id: null,
|
|
858
|
+
parentMenuId: null,
|
|
859
|
+
isNewTab: null,
|
|
829
860
|
code: null,
|
|
830
861
|
label: 'Payslip',
|
|
831
862
|
url: 'https:///Client/PayslipReport.aspx',
|
|
832
863
|
icon: null,
|
|
833
|
-
children: [],
|
|
834
864
|
position: null,
|
|
835
|
-
order: 5,
|
|
836
|
-
attributes: [],
|
|
837
865
|
groupId: null,
|
|
838
866
|
groupName: null,
|
|
839
|
-
|
|
840
|
-
|
|
867
|
+
order: 5,
|
|
868
|
+
attributes: [],
|
|
869
|
+
children: [],
|
|
841
870
|
},
|
|
842
871
|
{
|
|
843
872
|
id: null,
|
|
873
|
+
parentMenuId: null,
|
|
874
|
+
isNewTab: null,
|
|
844
875
|
code: null,
|
|
845
876
|
label: 'Final Pay Report',
|
|
846
877
|
url: 'https:///Client/FinalPayReport.aspx',
|
|
847
878
|
icon: null,
|
|
848
|
-
children: [],
|
|
849
879
|
position: null,
|
|
850
|
-
order: 6,
|
|
851
|
-
attributes: [],
|
|
852
880
|
groupId: null,
|
|
853
881
|
groupName: null,
|
|
854
|
-
|
|
855
|
-
|
|
882
|
+
order: 6,
|
|
883
|
+
attributes: [],
|
|
884
|
+
children: [],
|
|
856
885
|
},
|
|
857
886
|
{
|
|
858
887
|
id: null,
|
|
888
|
+
parentMenuId: null,
|
|
889
|
+
isNewTab: null,
|
|
859
890
|
code: null,
|
|
860
891
|
label: 'Adjustment Report',
|
|
861
892
|
url: 'https:///Client/AdjustmentReport.aspx',
|
|
862
893
|
icon: null,
|
|
863
|
-
children: [],
|
|
864
894
|
position: null,
|
|
865
|
-
order: 7,
|
|
866
|
-
attributes: [],
|
|
867
895
|
groupId: null,
|
|
868
896
|
groupName: null,
|
|
869
|
-
|
|
870
|
-
|
|
897
|
+
order: 7,
|
|
898
|
+
attributes: [],
|
|
899
|
+
children: [],
|
|
871
900
|
},
|
|
872
901
|
{
|
|
873
902
|
id: null,
|
|
903
|
+
parentMenuId: null,
|
|
904
|
+
isNewTab: null,
|
|
874
905
|
code: null,
|
|
875
906
|
label: 'YTD Report',
|
|
876
907
|
url: 'https:///Client/YTDReport.aspx',
|
|
877
908
|
icon: null,
|
|
878
|
-
children: [],
|
|
879
909
|
position: null,
|
|
880
|
-
order: 8,
|
|
881
|
-
attributes: [],
|
|
882
910
|
groupId: null,
|
|
883
911
|
groupName: null,
|
|
884
|
-
|
|
885
|
-
|
|
912
|
+
order: 8,
|
|
913
|
+
attributes: [],
|
|
914
|
+
children: [],
|
|
886
915
|
},
|
|
887
916
|
{
|
|
888
917
|
id: null,
|
|
918
|
+
parentMenuId: null,
|
|
919
|
+
isNewTab: null,
|
|
889
920
|
code: null,
|
|
890
921
|
label: 'YTD Report - Adjustments',
|
|
891
922
|
url: 'https:///Client/PayrollAdjustmentsYTDReport.aspx',
|
|
892
923
|
icon: null,
|
|
893
|
-
children: [],
|
|
894
924
|
position: null,
|
|
895
|
-
order: 9,
|
|
896
|
-
attributes: [],
|
|
897
925
|
groupId: null,
|
|
898
|
-
groupName: null,
|
|
899
|
-
|
|
900
|
-
|
|
926
|
+
groupName: null,
|
|
927
|
+
order: 9,
|
|
928
|
+
attributes: [],
|
|
929
|
+
children: [],
|
|
901
930
|
},
|
|
902
931
|
],
|
|
903
|
-
position: null,
|
|
904
|
-
order: 4,
|
|
905
|
-
attributes: [],
|
|
906
|
-
groupId: null,
|
|
907
|
-
groupName: 'REPORTS',
|
|
908
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
909
|
-
isNewTab: null,
|
|
910
932
|
},
|
|
911
933
|
{
|
|
912
934
|
id: null,
|
|
935
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
936
|
+
isNewTab: null,
|
|
913
937
|
code: null,
|
|
914
938
|
label: 'SSS',
|
|
915
939
|
url: '',
|
|
916
940
|
icon: null,
|
|
941
|
+
position: null,
|
|
942
|
+
groupId: null,
|
|
943
|
+
groupName: 'REPORTS',
|
|
944
|
+
order: 5,
|
|
945
|
+
attributes: [],
|
|
917
946
|
children: [
|
|
918
947
|
{
|
|
919
948
|
id: null,
|
|
949
|
+
parentMenuId: null,
|
|
950
|
+
isNewTab: null,
|
|
920
951
|
code: null,
|
|
921
952
|
label: 'R-3',
|
|
922
953
|
url: 'https:///Client/R3Report.aspx',
|
|
923
954
|
icon: null,
|
|
924
|
-
children: [],
|
|
925
955
|
position: null,
|
|
926
|
-
order: 1,
|
|
927
|
-
attributes: [],
|
|
928
956
|
groupId: null,
|
|
929
957
|
groupName: null,
|
|
930
|
-
|
|
931
|
-
|
|
958
|
+
order: 1,
|
|
959
|
+
attributes: [],
|
|
960
|
+
children: [],
|
|
932
961
|
},
|
|
933
962
|
{
|
|
934
963
|
id: null,
|
|
964
|
+
parentMenuId: null,
|
|
965
|
+
isNewTab: null,
|
|
935
966
|
code: null,
|
|
936
967
|
label: 'R-5',
|
|
937
968
|
url: 'https:///Client/R5Report.aspx',
|
|
938
969
|
icon: null,
|
|
939
|
-
children: [],
|
|
940
970
|
position: null,
|
|
941
|
-
order: 2,
|
|
942
|
-
attributes: [],
|
|
943
971
|
groupId: null,
|
|
944
972
|
groupName: null,
|
|
945
|
-
|
|
946
|
-
|
|
973
|
+
order: 2,
|
|
974
|
+
attributes: [],
|
|
975
|
+
children: [],
|
|
947
976
|
},
|
|
948
977
|
{
|
|
949
978
|
id: null,
|
|
979
|
+
parentMenuId: null,
|
|
980
|
+
isNewTab: null,
|
|
950
981
|
code: null,
|
|
951
982
|
label: 'SSS-LMS',
|
|
952
983
|
url: 'https:///Client/LMS.aspx',
|
|
953
984
|
icon: null,
|
|
954
|
-
children: [],
|
|
955
985
|
position: null,
|
|
956
|
-
order: 3,
|
|
957
|
-
attributes: [],
|
|
958
986
|
groupId: null,
|
|
959
987
|
groupName: null,
|
|
960
|
-
|
|
961
|
-
|
|
988
|
+
order: 3,
|
|
989
|
+
attributes: [],
|
|
990
|
+
children: [],
|
|
962
991
|
},
|
|
963
992
|
{
|
|
964
993
|
id: null,
|
|
994
|
+
parentMenuId: null,
|
|
995
|
+
isNewTab: null,
|
|
965
996
|
code: null,
|
|
966
997
|
label: 'SSS AMSCCL',
|
|
967
998
|
url: 'https:///Client/AMSCCL.aspx',
|
|
968
999
|
icon: null,
|
|
969
|
-
children: [],
|
|
970
1000
|
position: null,
|
|
971
|
-
order: 4,
|
|
972
|
-
attributes: [],
|
|
973
1001
|
groupId: null,
|
|
974
1002
|
groupName: null,
|
|
975
|
-
|
|
976
|
-
|
|
1003
|
+
order: 4,
|
|
1004
|
+
attributes: [],
|
|
1005
|
+
children: [],
|
|
977
1006
|
},
|
|
978
1007
|
{
|
|
979
1008
|
id: null,
|
|
1009
|
+
parentMenuId: null,
|
|
1010
|
+
isNewTab: null,
|
|
980
1011
|
code: null,
|
|
981
1012
|
label: 'ML-1',
|
|
982
1013
|
url: 'https:///Client/ML1.aspx',
|
|
983
1014
|
icon: null,
|
|
984
|
-
children: [],
|
|
985
1015
|
position: null,
|
|
986
|
-
order: 5,
|
|
987
|
-
attributes: [],
|
|
988
1016
|
groupId: null,
|
|
989
1017
|
groupName: null,
|
|
990
|
-
|
|
991
|
-
|
|
1018
|
+
order: 5,
|
|
1019
|
+
attributes: [],
|
|
1020
|
+
children: [],
|
|
992
1021
|
},
|
|
993
1022
|
{
|
|
994
1023
|
id: null,
|
|
1024
|
+
parentMenuId: null,
|
|
1025
|
+
isNewTab: null,
|
|
995
1026
|
code: null,
|
|
996
1027
|
label: 'R1-A',
|
|
997
1028
|
url: 'https:///Client/R1A.aspx',
|
|
998
1029
|
icon: null,
|
|
999
|
-
children: [],
|
|
1000
1030
|
position: null,
|
|
1001
|
-
order: 6,
|
|
1002
|
-
attributes: [],
|
|
1003
1031
|
groupId: null,
|
|
1004
1032
|
groupName: null,
|
|
1005
|
-
|
|
1006
|
-
|
|
1033
|
+
order: 6,
|
|
1034
|
+
attributes: [],
|
|
1035
|
+
children: [],
|
|
1007
1036
|
},
|
|
1008
1037
|
],
|
|
1009
|
-
position: null,
|
|
1010
|
-
order: 5,
|
|
1011
|
-
attributes: [],
|
|
1012
|
-
groupId: null,
|
|
1013
|
-
groupName: 'REPORTS',
|
|
1014
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1015
|
-
isNewTab: null,
|
|
1016
1038
|
},
|
|
1017
1039
|
{
|
|
1018
1040
|
id: null,
|
|
1041
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1042
|
+
isNewTab: null,
|
|
1019
1043
|
code: null,
|
|
1020
1044
|
label: 'Philhealth',
|
|
1021
1045
|
url: '',
|
|
1022
1046
|
icon: null,
|
|
1047
|
+
position: null,
|
|
1048
|
+
groupId: null,
|
|
1049
|
+
groupName: 'REPORTS',
|
|
1050
|
+
order: 6,
|
|
1051
|
+
attributes: [],
|
|
1023
1052
|
children: [
|
|
1024
1053
|
{
|
|
1025
1054
|
id: null,
|
|
1055
|
+
parentMenuId: null,
|
|
1056
|
+
isNewTab: null,
|
|
1026
1057
|
code: null,
|
|
1027
1058
|
label: 'ER-2',
|
|
1028
1059
|
url: 'https:///Client/ER2.aspx',
|
|
1029
1060
|
icon: null,
|
|
1030
|
-
children: [],
|
|
1031
1061
|
position: null,
|
|
1032
|
-
order: 1,
|
|
1033
|
-
attributes: [],
|
|
1034
1062
|
groupId: null,
|
|
1035
1063
|
groupName: null,
|
|
1036
|
-
|
|
1037
|
-
|
|
1064
|
+
order: 1,
|
|
1065
|
+
attributes: [],
|
|
1066
|
+
children: [],
|
|
1038
1067
|
},
|
|
1039
1068
|
{
|
|
1040
1069
|
id: null,
|
|
1070
|
+
parentMenuId: null,
|
|
1071
|
+
isNewTab: null,
|
|
1041
1072
|
code: null,
|
|
1042
1073
|
label: 'RF-1 Data',
|
|
1043
1074
|
url: 'https:///Client/RF1Data.aspx',
|
|
1044
1075
|
icon: null,
|
|
1045
|
-
children: [],
|
|
1046
1076
|
position: null,
|
|
1047
|
-
order: 2,
|
|
1048
|
-
attributes: [],
|
|
1049
1077
|
groupId: null,
|
|
1050
1078
|
groupName: null,
|
|
1051
|
-
|
|
1052
|
-
|
|
1079
|
+
order: 2,
|
|
1080
|
+
attributes: [],
|
|
1081
|
+
children: [],
|
|
1053
1082
|
},
|
|
1054
1083
|
{
|
|
1055
1084
|
id: null,
|
|
1085
|
+
parentMenuId: null,
|
|
1086
|
+
isNewTab: null,
|
|
1056
1087
|
code: null,
|
|
1057
1088
|
label: 'RF-1 PDF',
|
|
1058
1089
|
url: 'https:///Client/RF1Pdf.aspx',
|
|
1059
1090
|
icon: null,
|
|
1060
|
-
children: [],
|
|
1061
1091
|
position: null,
|
|
1062
|
-
order: 3,
|
|
1063
|
-
attributes: [],
|
|
1064
1092
|
groupId: null,
|
|
1065
1093
|
groupName: null,
|
|
1066
|
-
|
|
1067
|
-
|
|
1094
|
+
order: 3,
|
|
1095
|
+
attributes: [],
|
|
1096
|
+
children: [],
|
|
1068
1097
|
},
|
|
1069
1098
|
],
|
|
1070
|
-
position: null,
|
|
1071
|
-
order: 6,
|
|
1072
|
-
attributes: [],
|
|
1073
|
-
groupId: null,
|
|
1074
|
-
groupName: 'REPORTS',
|
|
1075
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1076
|
-
isNewTab: null,
|
|
1077
1099
|
},
|
|
1078
1100
|
{
|
|
1079
1101
|
id: null,
|
|
1102
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1103
|
+
isNewTab: null,
|
|
1080
1104
|
code: null,
|
|
1081
1105
|
label: 'Pag-Ibig',
|
|
1082
1106
|
url: '',
|
|
1083
1107
|
icon: null,
|
|
1108
|
+
position: null,
|
|
1109
|
+
groupId: null,
|
|
1110
|
+
groupName: 'REPORTS',
|
|
1111
|
+
order: 7,
|
|
1112
|
+
attributes: [],
|
|
1084
1113
|
children: [
|
|
1085
1114
|
{
|
|
1086
1115
|
id: null,
|
|
1116
|
+
parentMenuId: null,
|
|
1117
|
+
isNewTab: null,
|
|
1087
1118
|
code: null,
|
|
1088
1119
|
label: 'M1-1 (MCRF)',
|
|
1089
1120
|
url: 'https:///Client/MCRF.aspx',
|
|
1090
1121
|
icon: null,
|
|
1091
|
-
children: [],
|
|
1092
1122
|
position: null,
|
|
1093
|
-
order: 1,
|
|
1094
|
-
attributes: [],
|
|
1095
1123
|
groupId: null,
|
|
1096
1124
|
groupName: null,
|
|
1097
|
-
|
|
1098
|
-
|
|
1125
|
+
order: 1,
|
|
1126
|
+
attributes: [],
|
|
1127
|
+
children: [],
|
|
1099
1128
|
},
|
|
1100
1129
|
{
|
|
1101
1130
|
id: null,
|
|
1131
|
+
parentMenuId: null,
|
|
1132
|
+
isNewTab: null,
|
|
1102
1133
|
code: null,
|
|
1103
1134
|
label: 'M1-1 Excel',
|
|
1104
1135
|
url: 'https:///Client/M1Excel.aspx',
|
|
1105
1136
|
icon: null,
|
|
1106
|
-
children: [],
|
|
1107
1137
|
position: null,
|
|
1108
|
-
order: 2,
|
|
1109
|
-
attributes: [],
|
|
1110
1138
|
groupId: null,
|
|
1111
1139
|
groupName: null,
|
|
1112
|
-
|
|
1113
|
-
|
|
1140
|
+
order: 2,
|
|
1141
|
+
attributes: [],
|
|
1142
|
+
children: [],
|
|
1114
1143
|
},
|
|
1115
1144
|
{
|
|
1116
1145
|
id: null,
|
|
1146
|
+
parentMenuId: null,
|
|
1147
|
+
isNewTab: null,
|
|
1117
1148
|
code: null,
|
|
1118
1149
|
label: 'Pag-Ibig STLRF',
|
|
1119
1150
|
url: 'https:///Client/STLRF.aspx',
|
|
1120
1151
|
icon: null,
|
|
1121
|
-
children: [],
|
|
1122
1152
|
position: null,
|
|
1123
|
-
order: 3,
|
|
1124
|
-
attributes: [],
|
|
1125
1153
|
groupId: null,
|
|
1126
1154
|
groupName: null,
|
|
1127
|
-
|
|
1128
|
-
|
|
1155
|
+
order: 3,
|
|
1156
|
+
attributes: [],
|
|
1157
|
+
children: [],
|
|
1129
1158
|
},
|
|
1130
1159
|
{
|
|
1131
1160
|
id: null,
|
|
1161
|
+
parentMenuId: null,
|
|
1162
|
+
isNewTab: null,
|
|
1132
1163
|
code: null,
|
|
1133
1164
|
label: 'Pag-Ibig STLRF Excel',
|
|
1134
1165
|
url: 'https:///Client/STLRFExcel.aspx',
|
|
1135
1166
|
icon: null,
|
|
1136
|
-
children: [],
|
|
1137
1167
|
position: null,
|
|
1138
|
-
order: 4,
|
|
1139
|
-
attributes: [],
|
|
1140
1168
|
groupId: null,
|
|
1141
1169
|
groupName: null,
|
|
1142
|
-
|
|
1143
|
-
|
|
1170
|
+
order: 4,
|
|
1171
|
+
attributes: [],
|
|
1172
|
+
children: [],
|
|
1144
1173
|
},
|
|
1145
1174
|
],
|
|
1146
|
-
position: null,
|
|
1147
|
-
order: 7,
|
|
1148
|
-
attributes: [],
|
|
1149
|
-
groupId: null,
|
|
1150
|
-
groupName: 'REPORTS',
|
|
1151
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1152
|
-
isNewTab: null,
|
|
1153
1175
|
},
|
|
1154
1176
|
{
|
|
1155
1177
|
id: null,
|
|
1178
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1179
|
+
isNewTab: null,
|
|
1156
1180
|
code: null,
|
|
1157
1181
|
label: 'BIR',
|
|
1158
1182
|
url: '',
|
|
1159
1183
|
icon: null,
|
|
1184
|
+
position: null,
|
|
1185
|
+
groupId: null,
|
|
1186
|
+
groupName: 'REPORTS',
|
|
1187
|
+
order: 8,
|
|
1188
|
+
attributes: [],
|
|
1160
1189
|
children: [
|
|
1161
1190
|
{
|
|
1162
1191
|
id: null,
|
|
1192
|
+
parentMenuId: null,
|
|
1193
|
+
isNewTab: null,
|
|
1163
1194
|
code: null,
|
|
1164
1195
|
label: '1601-C',
|
|
1165
1196
|
url: 'https:///Client/1601C.aspx',
|
|
1166
1197
|
icon: null,
|
|
1167
|
-
children: [],
|
|
1168
1198
|
position: null,
|
|
1169
|
-
order: 1,
|
|
1170
|
-
attributes: [],
|
|
1171
1199
|
groupId: null,
|
|
1172
1200
|
groupName: null,
|
|
1173
|
-
|
|
1174
|
-
|
|
1201
|
+
order: 1,
|
|
1202
|
+
attributes: [],
|
|
1203
|
+
children: [],
|
|
1175
1204
|
},
|
|
1176
1205
|
{
|
|
1177
1206
|
id: null,
|
|
1207
|
+
parentMenuId: null,
|
|
1208
|
+
isNewTab: null,
|
|
1178
1209
|
code: null,
|
|
1179
1210
|
label: '1601-EQ',
|
|
1180
1211
|
url: 'https:///Client/1601EQ.aspx',
|
|
1181
1212
|
icon: null,
|
|
1182
|
-
children: [],
|
|
1183
1213
|
position: null,
|
|
1184
|
-
order: 2,
|
|
1185
|
-
attributes: [],
|
|
1186
1214
|
groupId: null,
|
|
1187
1215
|
groupName: null,
|
|
1188
|
-
|
|
1189
|
-
|
|
1216
|
+
order: 2,
|
|
1217
|
+
attributes: [],
|
|
1218
|
+
children: [],
|
|
1190
1219
|
},
|
|
1191
1220
|
{
|
|
1192
1221
|
id: null,
|
|
1222
|
+
parentMenuId: null,
|
|
1223
|
+
isNewTab: null,
|
|
1193
1224
|
code: null,
|
|
1194
1225
|
label: '1604-C',
|
|
1195
1226
|
url: 'https:///Client/1604C.aspx',
|
|
1196
1227
|
icon: null,
|
|
1197
|
-
children: [],
|
|
1198
1228
|
position: null,
|
|
1199
|
-
order: 3,
|
|
1200
|
-
attributes: [],
|
|
1201
1229
|
groupId: null,
|
|
1202
1230
|
groupName: null,
|
|
1203
|
-
|
|
1204
|
-
|
|
1231
|
+
order: 3,
|
|
1232
|
+
attributes: [],
|
|
1233
|
+
children: [],
|
|
1205
1234
|
},
|
|
1206
1235
|
{
|
|
1207
1236
|
id: null,
|
|
1237
|
+
parentMenuId: null,
|
|
1238
|
+
isNewTab: null,
|
|
1208
1239
|
code: null,
|
|
1209
1240
|
label: '1604-CF',
|
|
1210
1241
|
url: 'https:///Client/1604CF.aspx',
|
|
1211
1242
|
icon: null,
|
|
1212
|
-
children: [],
|
|
1213
1243
|
position: null,
|
|
1214
|
-
order: 4,
|
|
1215
|
-
attributes: [],
|
|
1216
1244
|
groupId: null,
|
|
1217
1245
|
groupName: null,
|
|
1218
|
-
|
|
1219
|
-
|
|
1246
|
+
order: 4,
|
|
1247
|
+
attributes: [],
|
|
1248
|
+
children: [],
|
|
1220
1249
|
},
|
|
1221
1250
|
{
|
|
1222
1251
|
id: null,
|
|
1252
|
+
parentMenuId: null,
|
|
1253
|
+
isNewTab: null,
|
|
1223
1254
|
code: null,
|
|
1224
1255
|
label: '2316',
|
|
1225
1256
|
url: 'https:///Client/2316.aspx',
|
|
1226
1257
|
icon: null,
|
|
1227
|
-
children: [],
|
|
1228
1258
|
position: null,
|
|
1229
|
-
order: 5,
|
|
1230
|
-
attributes: [],
|
|
1231
1259
|
groupId: null,
|
|
1232
1260
|
groupName: null,
|
|
1233
|
-
|
|
1234
|
-
|
|
1261
|
+
order: 5,
|
|
1262
|
+
attributes: [],
|
|
1263
|
+
children: [],
|
|
1235
1264
|
},
|
|
1236
1265
|
{
|
|
1237
1266
|
id: null,
|
|
1267
|
+
parentMenuId: null,
|
|
1268
|
+
isNewTab: null,
|
|
1238
1269
|
code: null,
|
|
1239
1270
|
label: '2306',
|
|
1240
1271
|
url: 'https:///Client/2306.aspx',
|
|
1241
1272
|
icon: null,
|
|
1242
|
-
children: [],
|
|
1243
1273
|
position: null,
|
|
1244
|
-
order: 6,
|
|
1245
|
-
attributes: [],
|
|
1246
1274
|
groupId: null,
|
|
1247
1275
|
groupName: null,
|
|
1248
|
-
|
|
1249
|
-
|
|
1276
|
+
order: 6,
|
|
1277
|
+
attributes: [],
|
|
1278
|
+
children: [],
|
|
1250
1279
|
},
|
|
1251
1280
|
{
|
|
1252
1281
|
id: null,
|
|
1282
|
+
parentMenuId: null,
|
|
1283
|
+
isNewTab: null,
|
|
1253
1284
|
code: null,
|
|
1254
1285
|
label: '2307',
|
|
1255
1286
|
url: 'https:///Client/2307.aspx',
|
|
1256
1287
|
icon: null,
|
|
1257
|
-
|
|
1258
|
-
position: null,
|
|
1259
|
-
order: 7,
|
|
1260
|
-
attributes: [],
|
|
1288
|
+
position: null,
|
|
1261
1289
|
groupId: null,
|
|
1262
1290
|
groupName: null,
|
|
1263
|
-
|
|
1264
|
-
|
|
1291
|
+
order: 7,
|
|
1292
|
+
attributes: [],
|
|
1293
|
+
children: [],
|
|
1265
1294
|
},
|
|
1266
1295
|
{
|
|
1267
1296
|
id: null,
|
|
1297
|
+
parentMenuId: null,
|
|
1298
|
+
isNewTab: null,
|
|
1268
1299
|
code: null,
|
|
1269
1300
|
label: 'Annualization',
|
|
1270
1301
|
url: 'https:///Client/Annualization.aspx',
|
|
1271
1302
|
icon: null,
|
|
1272
|
-
children: [],
|
|
1273
1303
|
position: null,
|
|
1274
|
-
order: 8,
|
|
1275
|
-
attributes: [],
|
|
1276
1304
|
groupId: null,
|
|
1277
1305
|
groupName: null,
|
|
1278
|
-
|
|
1279
|
-
|
|
1306
|
+
order: 8,
|
|
1307
|
+
attributes: [],
|
|
1308
|
+
children: [],
|
|
1280
1309
|
},
|
|
1281
1310
|
{
|
|
1282
1311
|
id: null,
|
|
1312
|
+
parentMenuId: null,
|
|
1313
|
+
isNewTab: null,
|
|
1283
1314
|
code: null,
|
|
1284
1315
|
label: 'Alphalist 7.4',
|
|
1285
1316
|
url: 'https:///Client/AlphaListVersion7v4.aspx',
|
|
1286
1317
|
icon: null,
|
|
1287
|
-
children: [],
|
|
1288
1318
|
position: null,
|
|
1289
|
-
order: 9,
|
|
1290
|
-
attributes: [],
|
|
1291
1319
|
groupId: null,
|
|
1292
1320
|
groupName: null,
|
|
1293
|
-
|
|
1294
|
-
|
|
1321
|
+
order: 9,
|
|
1322
|
+
attributes: [],
|
|
1323
|
+
children: [],
|
|
1295
1324
|
},
|
|
1296
1325
|
],
|
|
1297
|
-
position: null,
|
|
1298
|
-
order: 8,
|
|
1299
|
-
attributes: [],
|
|
1300
|
-
groupId: null,
|
|
1301
|
-
groupName: 'REPORTS',
|
|
1302
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1303
|
-
isNewTab: null,
|
|
1304
1326
|
},
|
|
1305
1327
|
{
|
|
1306
1328
|
id: null,
|
|
1329
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1330
|
+
isNewTab: null,
|
|
1307
1331
|
code: null,
|
|
1308
1332
|
label: 'ONEHUB DAT Files',
|
|
1309
1333
|
url: '',
|
|
1310
1334
|
icon: null,
|
|
1335
|
+
position: null,
|
|
1336
|
+
groupId: null,
|
|
1337
|
+
groupName: 'REPORTS',
|
|
1338
|
+
order: 9,
|
|
1339
|
+
attributes: [],
|
|
1311
1340
|
children: [
|
|
1312
1341
|
{
|
|
1313
1342
|
id: null,
|
|
1343
|
+
parentMenuId: null,
|
|
1344
|
+
isNewTab: null,
|
|
1314
1345
|
code: null,
|
|
1315
1346
|
label: 'SSS EPF',
|
|
1316
1347
|
url: 'https:///Client/SSSEPF.aspx',
|
|
1317
1348
|
icon: null,
|
|
1318
|
-
children: [],
|
|
1319
1349
|
position: null,
|
|
1320
|
-
order: 1,
|
|
1321
|
-
attributes: [],
|
|
1322
1350
|
groupId: null,
|
|
1323
1351
|
groupName: null,
|
|
1324
|
-
|
|
1325
|
-
|
|
1352
|
+
order: 1,
|
|
1353
|
+
attributes: [],
|
|
1354
|
+
children: [],
|
|
1326
1355
|
},
|
|
1327
1356
|
{
|
|
1328
1357
|
id: null,
|
|
1358
|
+
parentMenuId: null,
|
|
1359
|
+
isNewTab: null,
|
|
1329
1360
|
code: null,
|
|
1330
1361
|
label: 'SSS Contributions',
|
|
1331
1362
|
url: 'https:///Client/SSSContri.aspx',
|
|
1332
1363
|
icon: null,
|
|
1333
|
-
children: [],
|
|
1334
1364
|
position: null,
|
|
1335
|
-
order: 2,
|
|
1336
|
-
attributes: [],
|
|
1337
1365
|
groupId: null,
|
|
1338
1366
|
groupName: null,
|
|
1339
|
-
|
|
1340
|
-
|
|
1367
|
+
order: 2,
|
|
1368
|
+
attributes: [],
|
|
1369
|
+
children: [],
|
|
1341
1370
|
},
|
|
1342
1371
|
{
|
|
1343
1372
|
id: null,
|
|
1373
|
+
parentMenuId: null,
|
|
1374
|
+
isNewTab: null,
|
|
1344
1375
|
code: null,
|
|
1345
1376
|
label: 'Pag-Ibig',
|
|
1346
1377
|
url: 'https:///Client/PagIbigDATRpt.aspx',
|
|
1347
1378
|
icon: null,
|
|
1348
|
-
children: [],
|
|
1349
1379
|
position: null,
|
|
1350
|
-
order: 3,
|
|
1351
|
-
attributes: [],
|
|
1352
1380
|
groupId: null,
|
|
1353
1381
|
groupName: null,
|
|
1354
|
-
|
|
1355
|
-
|
|
1382
|
+
order: 3,
|
|
1383
|
+
attributes: [],
|
|
1384
|
+
children: [],
|
|
1356
1385
|
},
|
|
1357
1386
|
{
|
|
1358
1387
|
id: null,
|
|
1388
|
+
parentMenuId: null,
|
|
1389
|
+
isNewTab: null,
|
|
1359
1390
|
code: null,
|
|
1360
1391
|
label: 'Philhealth Contributions',
|
|
1361
1392
|
url: 'https:///Client/ReportPhilhealthRemittanceRpt.aspx',
|
|
1362
1393
|
icon: null,
|
|
1363
|
-
children: [],
|
|
1364
1394
|
position: null,
|
|
1365
|
-
order: 4,
|
|
1366
|
-
attributes: [],
|
|
1367
1395
|
groupId: null,
|
|
1368
1396
|
groupName: null,
|
|
1369
|
-
|
|
1370
|
-
|
|
1397
|
+
order: 4,
|
|
1398
|
+
attributes: [],
|
|
1399
|
+
children: [],
|
|
1371
1400
|
},
|
|
1372
1401
|
],
|
|
1373
|
-
position: null,
|
|
1374
|
-
order: 9,
|
|
1375
|
-
attributes: [],
|
|
1376
|
-
groupId: null,
|
|
1377
|
-
groupName: 'REPORTS',
|
|
1378
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1379
|
-
isNewTab: null,
|
|
1380
1402
|
},
|
|
1381
1403
|
{
|
|
1382
1404
|
id: null,
|
|
1405
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1406
|
+
isNewTab: null,
|
|
1383
1407
|
code: null,
|
|
1384
1408
|
label: 'BPI',
|
|
1385
1409
|
url: '',
|
|
1386
1410
|
icon: null,
|
|
1411
|
+
position: null,
|
|
1412
|
+
groupId: null,
|
|
1413
|
+
groupName: 'REPORTS',
|
|
1414
|
+
order: 10,
|
|
1415
|
+
attributes: [],
|
|
1387
1416
|
children: [
|
|
1388
1417
|
{
|
|
1389
1418
|
id: null,
|
|
1419
|
+
parentMenuId: null,
|
|
1420
|
+
isNewTab: null,
|
|
1390
1421
|
code: null,
|
|
1391
1422
|
label: 'PAG-IBIG',
|
|
1392
1423
|
url: 'https:///Client/BPIHDMF.aspx',
|
|
1393
1424
|
icon: null,
|
|
1394
|
-
children: [],
|
|
1395
1425
|
position: null,
|
|
1396
|
-
order: 1,
|
|
1397
|
-
attributes: [],
|
|
1398
1426
|
groupId: null,
|
|
1399
1427
|
groupName: null,
|
|
1400
|
-
|
|
1401
|
-
|
|
1428
|
+
order: 1,
|
|
1429
|
+
attributes: [],
|
|
1430
|
+
children: [],
|
|
1402
1431
|
},
|
|
1403
1432
|
{
|
|
1404
1433
|
id: null,
|
|
1434
|
+
parentMenuId: null,
|
|
1435
|
+
isNewTab: null,
|
|
1405
1436
|
code: null,
|
|
1406
1437
|
label: 'SSS Contribution',
|
|
1407
1438
|
url: 'https:///Client/BPISSSContri.aspx',
|
|
1408
1439
|
icon: null,
|
|
1409
|
-
children: [],
|
|
1410
1440
|
position: null,
|
|
1411
|
-
order: 2,
|
|
1412
|
-
attributes: [],
|
|
1413
1441
|
groupId: null,
|
|
1414
1442
|
groupName: null,
|
|
1415
|
-
|
|
1416
|
-
|
|
1443
|
+
order: 2,
|
|
1444
|
+
attributes: [],
|
|
1445
|
+
children: [],
|
|
1417
1446
|
},
|
|
1418
1447
|
{
|
|
1419
1448
|
id: null,
|
|
1449
|
+
parentMenuId: null,
|
|
1450
|
+
isNewTab: null,
|
|
1420
1451
|
code: null,
|
|
1421
1452
|
label: 'SSS Loan',
|
|
1422
1453
|
url: 'https:///Client/BPISSSLoan.aspx',
|
|
1423
1454
|
icon: null,
|
|
1424
|
-
children: [],
|
|
1425
1455
|
position: null,
|
|
1426
|
-
order: 3,
|
|
1427
|
-
attributes: [],
|
|
1428
1456
|
groupId: null,
|
|
1429
1457
|
groupName: null,
|
|
1430
|
-
|
|
1431
|
-
|
|
1458
|
+
order: 3,
|
|
1459
|
+
attributes: [],
|
|
1460
|
+
children: [],
|
|
1432
1461
|
},
|
|
1433
1462
|
{
|
|
1434
1463
|
id: null,
|
|
1464
|
+
parentMenuId: null,
|
|
1465
|
+
isNewTab: null,
|
|
1435
1466
|
code: null,
|
|
1436
1467
|
label: 'SSS MCL Converter',
|
|
1437
1468
|
url: 'https:///Client/SSSMCLBPI.aspx',
|
|
1438
1469
|
icon: null,
|
|
1439
|
-
children: [],
|
|
1440
1470
|
position: null,
|
|
1441
|
-
order: 4,
|
|
1442
|
-
attributes: [],
|
|
1443
1471
|
groupId: null,
|
|
1444
1472
|
groupName: null,
|
|
1445
|
-
|
|
1446
|
-
|
|
1473
|
+
order: 4,
|
|
1474
|
+
attributes: [],
|
|
1475
|
+
children: [],
|
|
1447
1476
|
},
|
|
1448
1477
|
{
|
|
1449
1478
|
id: null,
|
|
1479
|
+
parentMenuId: null,
|
|
1480
|
+
isNewTab: null,
|
|
1450
1481
|
code: null,
|
|
1451
1482
|
label: 'Philhealth',
|
|
1452
1483
|
url: 'https:///Client/BPIPhilhealth.aspx',
|
|
1453
1484
|
icon: null,
|
|
1454
|
-
children: [],
|
|
1455
1485
|
position: null,
|
|
1456
|
-
order: 5,
|
|
1457
|
-
attributes: [],
|
|
1458
1486
|
groupId: null,
|
|
1459
1487
|
groupName: null,
|
|
1460
|
-
|
|
1461
|
-
|
|
1488
|
+
order: 5,
|
|
1489
|
+
attributes: [],
|
|
1490
|
+
children: [],
|
|
1462
1491
|
},
|
|
1463
1492
|
],
|
|
1464
|
-
position: null,
|
|
1465
|
-
order: 10,
|
|
1466
|
-
attributes: [],
|
|
1467
|
-
groupId: null,
|
|
1468
|
-
groupName: 'REPORTS',
|
|
1469
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1470
|
-
isNewTab: null,
|
|
1471
1493
|
},
|
|
1472
1494
|
{
|
|
1473
1495
|
id: null,
|
|
1496
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1497
|
+
isNewTab: null,
|
|
1474
1498
|
code: null,
|
|
1475
1499
|
label: 'Security Bank',
|
|
1476
1500
|
url: '',
|
|
1477
1501
|
icon: null,
|
|
1502
|
+
position: null,
|
|
1503
|
+
groupId: null,
|
|
1504
|
+
groupName: 'REPORTS',
|
|
1505
|
+
order: 11,
|
|
1506
|
+
attributes: [],
|
|
1478
1507
|
children: [
|
|
1479
1508
|
{
|
|
1480
1509
|
id: null,
|
|
1510
|
+
parentMenuId: null,
|
|
1511
|
+
isNewTab: null,
|
|
1481
1512
|
code: null,
|
|
1482
1513
|
label: 'PAG-IBIG',
|
|
1483
1514
|
url: 'https:///Client/SecurityBankHDMF.aspx',
|
|
1484
1515
|
icon: null,
|
|
1485
|
-
children: [],
|
|
1486
1516
|
position: null,
|
|
1487
|
-
order: 1,
|
|
1488
|
-
attributes: [],
|
|
1489
1517
|
groupId: null,
|
|
1490
1518
|
groupName: null,
|
|
1491
|
-
|
|
1492
|
-
|
|
1519
|
+
order: 1,
|
|
1520
|
+
attributes: [],
|
|
1521
|
+
children: [],
|
|
1493
1522
|
},
|
|
1494
1523
|
{
|
|
1495
1524
|
id: null,
|
|
1525
|
+
parentMenuId: null,
|
|
1526
|
+
isNewTab: null,
|
|
1496
1527
|
code: null,
|
|
1497
1528
|
label: 'SSS Contribution',
|
|
1498
1529
|
url: 'https:///Client/SecurityBankSSSContri.aspx',
|
|
1499
1530
|
icon: null,
|
|
1500
|
-
children: [],
|
|
1501
1531
|
position: null,
|
|
1502
|
-
order: 2,
|
|
1503
|
-
attributes: [],
|
|
1504
1532
|
groupId: null,
|
|
1505
1533
|
groupName: null,
|
|
1506
|
-
|
|
1507
|
-
|
|
1534
|
+
order: 2,
|
|
1535
|
+
attributes: [],
|
|
1536
|
+
children: [],
|
|
1508
1537
|
},
|
|
1509
1538
|
],
|
|
1510
|
-
position: null,
|
|
1511
|
-
order: 11,
|
|
1512
|
-
attributes: [],
|
|
1513
|
-
groupId: null,
|
|
1514
|
-
groupName: 'REPORTS',
|
|
1515
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1516
|
-
isNewTab: null,
|
|
1517
1539
|
},
|
|
1518
1540
|
{
|
|
1519
1541
|
id: null,
|
|
1542
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1543
|
+
isNewTab: null,
|
|
1520
1544
|
code: null,
|
|
1521
1545
|
label: 'Others',
|
|
1522
1546
|
url: '',
|
|
1523
1547
|
icon: null,
|
|
1548
|
+
position: null,
|
|
1549
|
+
groupId: null,
|
|
1550
|
+
groupName: 'REPORTS',
|
|
1551
|
+
order: 12,
|
|
1552
|
+
attributes: [],
|
|
1524
1553
|
children: [
|
|
1525
1554
|
{
|
|
1526
1555
|
id: null,
|
|
1556
|
+
parentMenuId: null,
|
|
1557
|
+
isNewTab: null,
|
|
1527
1558
|
code: null,
|
|
1528
1559
|
label: 'Certificate of Contribution',
|
|
1529
1560
|
url: 'https:///Client/CertificateOfContribution.aspx',
|
|
1530
1561
|
icon: null,
|
|
1531
|
-
children: [],
|
|
1532
1562
|
position: null,
|
|
1533
|
-
order: 1,
|
|
1534
|
-
attributes: [],
|
|
1535
1563
|
groupId: null,
|
|
1536
1564
|
groupName: null,
|
|
1537
|
-
|
|
1538
|
-
|
|
1565
|
+
order: 1,
|
|
1566
|
+
attributes: [],
|
|
1567
|
+
children: [],
|
|
1539
1568
|
},
|
|
1540
1569
|
{
|
|
1541
1570
|
id: null,
|
|
1571
|
+
parentMenuId: null,
|
|
1572
|
+
isNewTab: null,
|
|
1542
1573
|
code: null,
|
|
1543
1574
|
label: 'Certificate of Loan',
|
|
1544
1575
|
url: 'https:///Client/CertificateOfLoan.aspx',
|
|
1545
1576
|
icon: null,
|
|
1546
|
-
children: [],
|
|
1547
1577
|
position: null,
|
|
1548
|
-
order: 2,
|
|
1549
|
-
attributes: [],
|
|
1550
1578
|
groupId: null,
|
|
1551
1579
|
groupName: null,
|
|
1552
|
-
|
|
1553
|
-
|
|
1580
|
+
order: 2,
|
|
1581
|
+
attributes: [],
|
|
1582
|
+
children: [],
|
|
1554
1583
|
},
|
|
1555
1584
|
{
|
|
1556
1585
|
id: null,
|
|
1586
|
+
parentMenuId: null,
|
|
1587
|
+
isNewTab: null,
|
|
1557
1588
|
code: null,
|
|
1558
1589
|
label: 'Statutory Report',
|
|
1559
1590
|
url: 'https:///Client/StatutoryReport.aspx',
|
|
1560
1591
|
icon: null,
|
|
1561
|
-
children: [],
|
|
1562
1592
|
position: null,
|
|
1563
|
-
order: 3,
|
|
1564
|
-
attributes: [],
|
|
1565
1593
|
groupId: null,
|
|
1566
1594
|
groupName: null,
|
|
1567
|
-
|
|
1568
|
-
|
|
1595
|
+
order: 3,
|
|
1596
|
+
attributes: [],
|
|
1597
|
+
children: [],
|
|
1569
1598
|
},
|
|
1570
1599
|
{
|
|
1571
1600
|
id: null,
|
|
1601
|
+
parentMenuId: null,
|
|
1602
|
+
isNewTab: null,
|
|
1572
1603
|
code: null,
|
|
1573
1604
|
label: 'Demographic',
|
|
1574
1605
|
url: 'https:///Client/Chart.aspx',
|
|
1575
1606
|
icon: null,
|
|
1576
|
-
children: [],
|
|
1577
1607
|
position: null,
|
|
1578
|
-
order: 4,
|
|
1579
|
-
attributes: [],
|
|
1580
1608
|
groupId: null,
|
|
1581
1609
|
groupName: null,
|
|
1582
|
-
|
|
1583
|
-
|
|
1610
|
+
order: 4,
|
|
1611
|
+
attributes: [],
|
|
1612
|
+
children: [],
|
|
1584
1613
|
},
|
|
1585
1614
|
],
|
|
1586
|
-
position: null,
|
|
1587
|
-
order: 12,
|
|
1588
|
-
attributes: [],
|
|
1589
|
-
groupId: null,
|
|
1590
|
-
groupName: 'REPORTS',
|
|
1591
|
-
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1592
|
-
isNewTab: null,
|
|
1593
1615
|
},
|
|
1594
1616
|
{
|
|
1595
1617
|
id: null,
|
|
1618
|
+
parentMenuId: 'e9a88315-ecf7-49ea-82d9-0c6a5fd2a9e2',
|
|
1619
|
+
isNewTab: null,
|
|
1596
1620
|
code: null,
|
|
1597
1621
|
label: 'Report Logs',
|
|
1598
1622
|
url: 'https:///Client/ReportsLogs.aspx',
|
|
1599
1623
|
icon: null,
|
|
1600
|
-
children: [],
|
|
1601
1624
|
position: null,
|
|
1602
|
-
order: 13,
|
|
1603
|
-
attributes: [],
|
|
1604
1625
|
groupId: null,
|
|
1605
1626
|
groupName: 'REPORTS',
|
|
1606
|
-
|
|
1607
|
-
|
|
1627
|
+
order: 13,
|
|
1628
|
+
attributes: [],
|
|
1629
|
+
children: [],
|
|
1608
1630
|
},
|
|
1609
1631
|
],
|
|
1610
|
-
position: 'top',
|
|
1611
|
-
order: 6,
|
|
1612
|
-
attributes: null,
|
|
1613
|
-
groupId: '2',
|
|
1614
|
-
groupName: null,
|
|
1615
|
-
parentMenuId: null,
|
|
1616
|
-
isNewTab: false,
|
|
1617
1632
|
},
|
|
1618
1633
|
],
|
|
1619
1634
|
});
|