-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhr.php
434 lines (389 loc) · 17.3 KB
/
hr.php
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<?php
use App\Permissions as P;
?>
<div class="kt-container kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor kt-grid--stretch">
<div class="kt-body kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor kt-grid--stretch" id="kt_body">
<div class="kt-content kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor" id="kt_content">
<!-- Begin: Manage Section-->
<div class="w-100 p-3">
<div class="kt-subheader kt-subheader-custom kt-grid__item">
<div class="kt-container ">
<div class="kt-subheader__main">
<h3 class="kt-subheader__title"><?= trans('MANAGE') ?></h3>
</div>
</div>
</div>
<div class="row">
<?= createMenuTile(
[
P::HRM_VIEWTIMESHEET_OWN,
P::HRM_VIEWTIMESHEET_DEP,
P::HRM_VIEWTIMESHEET_ALL
],
trans('Attendance Sheet'),
trans('Attendance Sheet'),
getRoute('timesheet'),
'fa fa-calendar-alt'
) ?>
<?= createMenuTile(
P::HRM_PAYROLL,
trans('Payroll'),
trans('Process payroll'),
getRoute('process_payroll'),
'fa fa-money-check-alt'
) ?>
<?= createMenuTile(
[
P::HRM_ADDSHIFT_DEP,
P::HRM_ADDSHIFT_ALL
],
trans('Shifts'),
trans("Assign/Update Employee's Shifts"),
getRoute('shifts'),
'fa fa-user-clock'
) ?>
<?= createMenuTile(
P::HRM_ADD_EMPLOYEE,
trans('New Employee'),
trans("Add New Employee"),
getRoute('add_employee'),
'fa fa-user-plus'
) ?>
<?= createMenuTile(
P::HRM_EDIT_EMPLOYEE,
trans('Modify Employee'),
trans("Modify Basic Employee Details"),
getRoute('edit_employee'),
'fa fa-user-edit'
) ?>
<?= createMenuTile(
[
P::HRM_ADD_EMP_LEAVE,
P::HRM_ADD_EMP_LEAVE_DEP,
P::HRM_ADD_EMP_LEAVE_ALL
],
trans('Add|Request Leave'),
trans("Add|Request an employee's leave"),
getRoute('add_employee_leaves'),
'fa fa-notes-medical'
) ?>
<?= createMenuTile(
P::HRM_EMP_SALARY,
trans('Increment/Decrement Employee Salary'),
trans("Increment or Decrement an Employee's Salary"),
getRoute('add_emp_salary_update'),
'fa fa-hand-holding-usd'
) ?>
<?= createMenuTile(
P::HRM_JOB_UPDATE,
trans('Add Employee Job Update'),
trans("Update employee's job details"),
getRoute('add_emp_job_update'),
'fa fa-diagnoses'
) ?>
<?= createMenuTile(
P::HRM_ADD_EMP_CANCELATION,
trans('Employee Cancelation'),
trans('Add Employee Cancelation'),
getRoute('add_emp_cancelation'),
'fa fa-user-times'
) ?>
<?= createMenuTile(
P::HRM_HOLD_EMP_SALARY,
trans('Hold Salary'),
trans('Hold Employee Salary'),
getRoute('hold_emp_salary'),
'fa fa-money-check-alt'
) ?>
<?= createMenuTile(
P::HRM_HOLDED_EMP_SALARY,
trans('Release Holded Salary'),
trans('View Holded Employee Salary'),
getRoute('holded_emp_salary'),
'fa fa-money-check-alt'
) ?>
<?= createMenuTile(
P::HRM_UPLOAD_DOC,
trans('Upload Employee Document'),
trans('Upload Employee Document'),
route('employeeDocument.upload'),
'fa fa-cloud-upload-alt'
) ?>
<?= createMenuTile(
[
P::HRM_DOC_RELEASE_REQ,
P::HRM_DOC_RELEASE_REQ_ALL
],
trans('Passport Release Request'),
trans("Request for release of passport"),
route('hr.docReleaseRequest.create'),
'fa-solid fa-passport'
) ?>
<?= createMenuTile(
P::HRM_BULK_EMPLOYEE_UPLOAD,
trans('Bulk Employee Upload'),
trans("Upload employees in bulk from excel/csv"),
route('bulkEmployeeUpload.index'), // Use the new route name here
'fa fa-users'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_LEAVE_ADJUSTMENT,
trans('Leave Adjustment'),
trans('Leave Adjustment'),
getRoute('leave_adjustment'),
'fa fa-notes-medical'
) ?>
<?= createMenuTile(
[
P::HRM_TIMEOUT_REQUEST,
P::HRM_TIMEOUT_REQUEST_ALL
],
trans('Personal Timeouts'),
trans("Request For Employee Personal Timeouts"),
getRoute('employee_personal_timeout'),
'fa-history'
) ?>
<?= createMenuTile(
[
P::HRM_MANAGE_DEDUCTION,
P::HRM_MANAGE_REWARDS,
P::HRM_MANAGE_DEDUCTION_ADMIN,
P::HRM_MANAGE_REWARDS_ADMIN
],
trans('Deduction / Rewards'),
trans('Manage Employees Deduction / Rewards'),
route('empRewardsDeductions.index'),
'fa fa-users-cog'
) ?>
<?= createMenuTile(
[
P::HRM_MANAGE_GENERAL_REQUEST,
P::HRM_MANAGE_GENERAL_REQUEST_ALL,
],
trans('General Request'),
trans('Apply General Requests'),
route('general-requests.index'),
'fa fa-headset'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_CIRCULAR,
trans('Manage Circular'),
trans('Manage Circular'),
route('circulars.index'),
'fa fa-cloud-upload-alt'
) ?>
</div>
</div>
<!-- End: Manage Section-->
<!-- Begin: Inquiry Section-->
<div class="w-100 p-3">
<div class="kt-subheader kt-subheader-custom kt-grid__item">
<div class="kt-container ">
<div class="kt-subheader__main">
<h3 class="kt-subheader__title"><?= trans('Inquiry') ?></h3>
</div>
</div>
</div>
<div class="row">
<?= createMenuTile(
[
P::HRM_VIEWATDMETRICS_OWN,
P::HRM_VIEWATDMETRICS_DEP,
P::HRM_VIEWATDMETRICS_ALL
],
trans('Attendance Metrics Analysis'),
trans("Late coming | Early leaving | Overtime"),
getRoute('attendance_metrics'),
'fa fa-tasks'
) ?>
<?= createMenuTile(
[
P::HRM_VIEWEMPLOYEES,
P::HRM_VIEWEMPLOYEES_DEP,
P::HRM_VIEWEMPLOYEES_ALL
],
trans('View Employees'),
trans('View All Employees'),
route('employees.index'),
'fa fa-users'
) ?>
<?= createMenuTile(
P::HRM_VIEWPAYSLIP,
trans('Payslip'),
trans('View/Print Employee Payslip'),
getRoute('view_payslip'),
'fa fa-money-check-alt'
) ?>
<?= createMenuTile(
P::HRM_VIEW_END_OF_SERVICE,
trans('End of Service'),
trans('View End of Service Report'),
getRoute('end_of_service_report'),
'fa fa-address-book'
) ?>
<?= createMenuTile(
P::HRM_SALARY_CERTIFICATE,
trans('Salary Certificate'),
trans('For opening Bank account'),
getRoute('salary_certificate'),
'fa-credit-card'
) ?>
<?= createMenuTile(
P::HRM_SALARY_TRANSFER_LETTER,
trans('Salary Transfer Letter'),
trans('Salary Transfer Letter'),
getRoute('salary_transfer_letter'),
'fa-credit-card'
) ?>
<?= createMenuTile(
P::HRM_EMPLOYEE_DOCUMENT_VIEW,
trans('Employee Document View'),
trans('Employee Document View'),
getRoute('employee_document_view'),
'fa-credit-card'
) ?>
<?= createMenuTile(
[
P::HRM_EMPLOYEE_SHIFT_VIEW_OWN,
P::HRM_EMPLOYEE_SHIFT_VIEW_DEP,
P::HRM_EMPLOYEE_SHIFT_VIEW_ALL
],
trans('Employee Shift Report'),
trans('Employee Shift Report'),
route('shiftReport'),
'fa-calendar-alt'
) ?>
<?= createMenuTile(
[
P::HRM_MANAGE_DOC,
P::HRM_MANAGE_DOC_OWN
],
trans('Manage Employee Documents'),
trans('Manage Employee Document'),
route('employeeDocument.manage'),
'fa fa-money-check-alt'
) ?>
<?= createMenuTile(
[
P::HRM_EMPLOYEE_LEAVE_REPORT,
P::HRM_EMPLOYEE_LEAVE_REPORT_DEP,
P::HRM_EMPLOYEE_LEAVE_REPORT_OWN
],
trans('Leave Report'),
trans('Employee Leave Report'),
route('leave_report.index'),
'fa-tasks'
) ?>
<?= createMenuTile(
[
P::HRM_EMP_DEDUCTION_REWARD,
P::HRM_EMP_DEDUCTION_REWARD_OWN
],
trans('Deduction / Rewards'),
trans('Issued Deduction / Rewards'),
route('emp_reward_deductions.list'),
'fa-credit-card'
) ?>
<?= createMenuTile(
[
P::HRM_EMP_LEAVE_DETAIL_REPORT,
P::HRM_EMP_LEAVE_DETAIL_REPORT_OWN,
P::HRM_EMP_LEAVE_DETAIL_REPORT_DEP
],
trans('Leave Detail Report'),
trans('Employees Leave Detail Report'),
route('leave_report.detail'),
'fa-tasks'
) ?>
<?= createMenuTile(
[
P::HRM_VIEW_ISSUED_CIRCULAR,
P::HRM_DOWNLOAD_ISSUED_CIRCULAR
],
trans('Issued Circulars'),
trans('View/Download Issued Circulars'),
route('circular.issuedCirculars'),
'fa fa-indent'
) ?>
</div>
</div>
<!-- End: Inquiry Section-->
<!-- Begin: Configuration Section-->
<div class="w-100 p-3">
<div class="kt-subheader kt-subheader-custom kt-grid__item">
<div class="kt-container ">
<div class="kt-subheader__main">
<h3 class="kt-subheader__title"><?= trans('Masters') ?></h3>
</div>
</div>
</div>
<div class="row">
<?= createMenuTile(
P::HRM_MANAGE_SHIFT,
trans('Add/Manage Shift'),
trans("Add or manage shifts"),
route('shifts.index'),
'fa fa-business-time'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_DESIGNATION,
trans('Designation'),
trans('Designation'),
route('designations.index'),
'fas fa-address-card'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_DEPARTMENT,
trans('Department'),
trans('Department'),
route('departments.index'),
'fas fa-sitemap'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_COMPANY,
trans('Company'),
trans('Company'),
route('companies.index'),
'fas fa-suitcase'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_PAY_ELEMENTS,
trans('Pay Elements'),
trans('Pay Elements'),
route('payElements.index'),
'fa-credit-card'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_HOLIDAY,
trans('Public Holidays'),
trans('Public Holidays'),
route('holidays.index'),
'fa-calendar-alt'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_LEAVE_CARRY_FORWARD,
trans('Leave Carry Forward'),
trans('Set Leave Carry Forward Limit'),
route('leaveCarryForward.index'),
'fa-hourglass-start'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_PENSION_CONFIG,
trans('GPSSA Configuration'),
trans('Employees Pension Configuration'),
route('employeePensionConfig.index'),
'fa-medal'
) ?>
<?= createMenuTile(
P::HRM_MANAGE_GENERAL_REQUEST_TYPE,
trans('General Request Types'),
trans('Manage General Request Types'),
route('general-request-types.index'),
'fa-map-signs'
) ?>
</div>
</div>
<!-- End: Configuration Section-->
</div>
</div>
</div>