ok
Direktori : /home2/selectio/www/fms-worksuite/storage/framework/views/ |
Current File : /home2/selectio/www/fms-worksuite/storage/framework/views/8fed050f764496d9c414a76991070bd5.php |
<?php $addLeavePermission = user()->permission('add_leave'); ?> <!-- ROW START --> <div class="row py-0 py-md-0 py-lg-3"> <div class="col-lg-12 col-md-12 mb-4 mb-xl-0 mb-lg-4"> <form action="" id="filter-form"> <div class="d-block d-lg-flex d-md-flex my-3"> <!-- STATUS START --> <div class="select-box py-2 px-0 mr-3"> <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 = $component; } ?> <?php $component = App\View\Components\Forms\Label::resolve(['fieldLabel' => __('app.year'),'fieldId' => 'leave_year'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.label'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?> <?php $component = $__componentOriginal89b295b0763c93abe0143426334eb5d6; ?> <?php unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?> <?php endif; ?> <select class="form-control select-picker" name="leave_year" id="leave_year"> <?php for($i = now(company()->timezone)->subYears(2)->year; $i <= now(company()->timezone)->addYear()->year; $i++): ?> <option <?php echo e(now(company()->timezone)->year == $i ? 'selected' : ''); ?>><?php echo e($i); ?> </option> <?php endfor; ?> </select> </div> <!-- STATUS END --> <!-- STATUS START --> <div class="select-box py-2 px-0 mr-3"> <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 = $component; } ?> <?php $component = App\View\Components\Forms\Label::resolve(['fieldLabel' => __('modules.leaves.leaveType'),'fieldId' => 'leave_type'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.label'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?> <?php $component = $__componentOriginal89b295b0763c93abe0143426334eb5d6; ?> <?php unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?> <?php endif; ?> <select class="form-control select-picker" name="leave_type" id="leave_type" data-live-search="true" data-size="8"> <option value="all"><?php echo app('translator')->get('app.all'); ?></option> <?php $__currentLoopData = $leaveTypes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $leaveType): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($leaveType->id); ?>"><?php echo e(mb_ucwords($leaveType->type_name)); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <!-- STATUS END --> <!-- STATUS START --> <div class="select-box py-2 px-0 mr-3"> <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 = $component; } ?> <?php $component = App\View\Components\Forms\Label::resolve(['fieldLabel' => __('app.status'),'fieldId' => 'status'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.label'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?> <?php $component = $__componentOriginal89b295b0763c93abe0143426334eb5d6; ?> <?php unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?> <?php endif; ?> <select class="form-control select-picker" name="status" id="status" data-live-search="true" data-size="8"> <option value="all"><?php echo app('translator')->get('app.all'); ?></option> <option value="approved"><?php echo app('translator')->get('app.approved'); ?></option> <option value="pending"><?php echo app('translator')->get('app.pending'); ?></option> <option value="rejected"><?php echo app('translator')->get('app.rejected'); ?></option> </select> </div> <!-- STATUS END --> <!-- SEARCH BY TASK START --> <div class="select-box py-2 px-lg-2 px-md-2 px-0 mr-3"> <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 = $component; } ?> <?php $component = App\View\Components\Forms\Label::resolve(['fieldId' => 'status'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.label'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'd-none d-lg-block d-md-block']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?> <?php $component = $__componentOriginal89b295b0763c93abe0143426334eb5d6; ?> <?php unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?> <?php endif; ?> <div class="input-group bg-grey rounded"> <div class="input-group-prepend"> <span class="input-group-text bg-additional-grey"> <i class="fa fa-search f-13 text-dark-grey"></i> </span> </div> <input type="text" class="form-control f-14 p-1 height-35 border" id="search-text-field" placeholder="<?php echo app('translator')->get('app.startTyping'); ?>"> </div> </div> <!-- SEARCH BY TASK END --> <!-- RESET START --> <div class="select-box d-flex py-3 px-lg-2 px-md-2 px-0 mt-0 mt-lg-4 mt-md-4"> <?php if (isset($component)) { $__componentOriginal5e57c6582b8a883148a28bb7ee46d2ad = $component; } ?> <?php $component = App\View\Components\Forms\ButtonSecondary::resolve(['icon' => 'times-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.button-secondary'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\ButtonSecondary::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'btn-xs d-none height-35','id' => 'reset-filters']); ?> <?php echo app('translator')->get('app.clearFilters'); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal5e57c6582b8a883148a28bb7ee46d2ad)): ?> <?php $component = $__componentOriginal5e57c6582b8a883148a28bb7ee46d2ad; ?> <?php unset($__componentOriginal5e57c6582b8a883148a28bb7ee46d2ad); ?> <?php endif; ?> </div> <!-- RESET END --> </div> </form> <!-- Add Task Export Buttons Start --> <div class="d-flex justify-content-between action-bar"> <div id="table-actions" class="align-items-center"> <?php if($addLeavePermission == 'all' || ($addLeavePermission == 'added' && user()->id == $employee->id)): ?> <?php if (isset($component)) { $__componentOriginaldbb84df4c3a5cbdd95fb35d18ba6410f = $component; } ?> <?php $component = App\View\Components\Forms\LinkPrimary::resolve(['link' => route('leaves.create').'?default_assign='.$employee->id,'icon' => 'plus'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.link-primary'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\LinkPrimary::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'mr-3 openRightModal float-left','data-redirect-url' => ''.e(url()->full()).'']); ?> <?php echo app('translator')->get('modules.leaves.addLeave'); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginaldbb84df4c3a5cbdd95fb35d18ba6410f)): ?> <?php $component = $__componentOriginaldbb84df4c3a5cbdd95fb35d18ba6410f; ?> <?php unset($__componentOriginaldbb84df4c3a5cbdd95fb35d18ba6410f); ?> <?php endif; ?> <?php endif; ?> </div> <?php if (isset($component)) { $__componentOriginald48019b35c4ccf364e5d37d92848414c = $component; } ?> <?php $component = App\View\Components\Datatable\Actions::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('datatable.actions'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Datatable\Actions::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <div class="select-status mr-3 pl-3"> <select name="action_type" class="form-control select-picker" id="quick-action-type" disabled> <option value=""><?php echo app('translator')->get('app.selectAction'); ?></option> <option value="change-leave-status"><?php echo app('translator')->get('app.change'); ?> <?php echo app('translator')->get('app.leaveStatus'); ?></option> <option value="delete"><?php echo app('translator')->get('app.delete'); ?></option> </select> </div> <div class="select-status mr-3 d-none quick-action-field" id="change-status-action"> <select name="status" class="form-control select-picker"> <option value="approved"><?php echo app('translator')->get('app.approved'); ?></option> <option value="pending"><?php echo app('translator')->get('app.pending'); ?></option> <option value="rejected"><?php echo app('translator')->get('app.rejected'); ?></option> </select> </div> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginald48019b35c4ccf364e5d37d92848414c)): ?> <?php $component = $__componentOriginald48019b35c4ccf364e5d37d92848414c; ?> <?php unset($__componentOriginald48019b35c4ccf364e5d37d92848414c); ?> <?php endif; ?> </div> <!-- Task Box Start --> <div class="d-flex flex-column w-tables rounded mt-3 bg-white"> <?php echo $dataTable->table(['class' => 'table table-hover border-0 w-100']); ?> </div> <!-- Task Box End --> </div> </div> <?php echo $__env->make('sections.datatable_js', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <script> $('#leaves-table').on('preXhr.dt', function(e, settings, data) { var employeeId = "<?php echo e($employee->id); ?>"; var leaveTypeId = $('#leave_type').val(); var status = $('#status').val(); var leaveYear = $('#leave_year').val(); var searchText = $('#search-text-field').val(); data['searchText'] = searchText; data['employeeId'] = employeeId; data['leaveTypeId'] = leaveTypeId; data['leave_year'] = leaveYear; data['status'] = status; }); const showTable = () => { window.LaravelDataTables["leaves-table"].draw(false); } $('#leave_type, #status, #leave_year').on('change keyup', function() { if ($('#leave_type').val() != "all") { $('#reset-filters').removeClass('d-none'); showTable(); } else if ($('#leave_year').val() != "") { $('#reset-filters').removeClass('d-none'); showTable(); } else if ($('#status').val() != "all") { $('#reset-filters').removeClass('d-none'); showTable(); } else { $('#reset-filters').addClass('d-none'); showTable(); } }); $('#search-text-field').on('keyup', function() { if ($('#search-text-field').val() != "") { $('#reset-filters').removeClass('d-none'); showTable(); } }); $('#reset-filters').click(function() { $('#filter-form')[0].reset(); $('#filter-form #status').val('not finished'); $('#filter-form .select-picker').selectpicker("refresh"); $('#reset-filters').addClass('d-none'); showTable(); }); $('#quick-action-type').change(function() { const actionValue = $(this).val(); if (actionValue != '') { $('#quick-action-apply').removeAttr('disabled'); if (actionValue == 'change-leave-status') { $('.quick-action-field').addClass('d-none'); $('#change-status-action').removeClass('d-none'); } else { $('.quick-action-field').addClass('d-none'); } } else { $('#quick-action-apply').attr('disabled', true); $('.quick-action-field').addClass('d-none'); } }); $('#quick-action-apply').click(function() { const actionValue = $('#quick-action-type').val(); if (actionValue == 'delete') { Swal.fire({ title: "<?php echo app('translator')->get('messages.sweetAlertTitle'); ?>", text: "<?php echo app('translator')->get('messages.recoverRecord'); ?>", icon: 'warning', showCancelButton: true, focusConfirm: false, confirmButtonText: "<?php echo app('translator')->get('messages.confirmDelete'); ?>", cancelButtonText: "<?php echo app('translator')->get('app.cancel'); ?>", customClass: { confirmButton: 'btn btn-primary mr-3', cancelButton: 'btn btn-secondary' }, showClass: { popup: 'swal2-noanimation', backdrop: 'swal2-noanimation' }, buttonsStyling: false }).then((result) => { if (result.isConfirmed) { applyQuickAction(); } }); } else { applyQuickAction(); } }); $('body').on('click', '.delete-table-row', function() { var type = $(this).data('type'); var id = $(this).data('leave-id'); var uniId = $(this).data('unique-id'); var duration = $(this).data('duration'); Swal.fire({ title: "<?php echo app('translator')->get('messages.sweetAlertTitle'); ?>", text: "<?php echo app('translator')->get('messages.recoverRecord'); ?>", icon: 'warning', showCancelButton: true, focusConfirm: false, confirmButtonText: "<?php echo app('translator')->get('messages.confirmDelete'); ?>", cancelButtonText: "<?php echo app('translator')->get('app.cancel'); ?>", customClass: { confirmButton: 'btn btn-primary mr-3', cancelButton: 'btn btn-secondary' }, showClass: { popup: 'swal2-noanimation', backdrop: 'swal2-noanimation' }, buttonsStyling: false }).then((result) => { if (result.isConfirmed) { var url = "<?php echo e(route('leaves.destroy', ':id')); ?>"; url = url.replace(':id', id); var token = "<?php echo e(csrf_token()); ?>"; $.easyAjax({ type: 'POST', url: url, blockUI: true, data: { 'uniId': uniId, 'duration': duration, '_token': token, '_method': 'DELETE' }, success: function(response) { if (response.status == "success") { if(type == 'multiple-leave'){ window.location.reload(); } else{ showTable(); } } } }); } }); }); const applyQuickAction = () => { var rowdIds = $("#leaves-table input:checkbox:checked").map(function() { return $(this).val(); }).get(); var url = "<?php echo e(route('leaves.apply_quick_action')); ?>?row_ids=" + rowdIds; $.easyAjax({ url: url, container: '#quick-action-form', type: "POST", disableButton: true, buttonSelector: "#quick-action-apply", data: $('#quick-action-form').serialize(), success: function(response) { if (response.status == 'success') { showTable(); resetActionButtons(); } } }) }; $('body').on('click', '.show-leave', function() { var leaveId = $(this).data('leave-id'); var url = '<?php echo e(route('leaves.show', ':id')); ?>'; url = url.replace(':id', leaveId); $(MODAL_LG + ' ' + MODAL_HEADING).html('...'); $.ajaxModal(MODAL_LG, url); }); $('body').on('click', '.leave-action', function() { var action = $(this).data('leave-action'); var leaveId = $(this).data('leave-id'); var url = '<?php echo e(route('leaves.leave_action')); ?>'; Swal.fire({ title: "<?php echo app('translator')->get('messages.sweetAlertTitle'); ?>", text: "<?php echo app('translator')->get('messages.changeLeaveStatusConfirmation'); ?>", icon: 'warning', showCancelButton: true, focusConfirm: false, confirmButtonText: "<?php echo app('translator')->get('messages.confirm'); ?>", cancelButtonText: "<?php echo app('translator')->get('app.cancel'); ?>", customClass: { confirmButton: 'btn btn-primary mr-3', cancelButton: 'btn btn-secondary' }, showClass: { popup: 'swal2-noanimation', backdrop: 'swal2-noanimation' }, buttonsStyling: false }).then((result) => { if (result.isConfirmed) { $.easyAjax({ type: 'POST', url: url, blockUI: true, data: { 'action': action, 'leaveId': leaveId, '_token': '<?php echo e(csrf_token()); ?>' }, success: function(response) { if (response.status == 'success') { window.LaravelDataTables["leaves-table"].draw(false); } } }); } }); }); $('body').on('click', '.leave-action-approved', function() { let action = $(this).data('leave-action'); let leaveId = $(this).data('leave-id'); var type = $(this).data('type'); if(type == undefined){ var type = 'single'; } let searchQuery = "?leave_action=" + action + "&leave_id=" + leaveId + "&type=" + type; let url = "<?php echo e(route('leaves.show_approved_modal')); ?>" + searchQuery; $(MODAL_LG + ' ' + MODAL_HEADING).html('...'); $.ajaxModal(MODAL_LG, url); }); $('body').on('click', '.leave-action-reject', function() { let action = $(this).data('leave-action'); let leaveId = $(this).data('leave-id'); var type = $(this).data('type'); if(type == undefined){ var type = 'single'; } let searchQuery = "?leave_action=" + action + "&leave_id=" + leaveId + "&type=" + type; let url = "<?php echo e(route('leaves.show_reject_modal')); ?>" + searchQuery; $(MODAL_LG + ' ' + MODAL_HEADING).html('...'); $.ajaxModal(MODAL_LG, url); }); $('body').on('click', '.view-related-leave', function() { var leaveId = $(this).data('leave-id'); var uniqueId = $(this).data('unique-id'); var url = "<?php echo e(route('leaves.view_related_leave', ':id')); ?>?uniqueId="+uniqueId; url = url.replace(':id', leaveId); $(MODAL_LG + ' ' + MODAL_HEADING).html('...'); $.ajaxModal(MODAL_LG, url); }); </script> <?php /**PATH /home2/selectio/public_html/fms-worksuite/resources/views/employees/ajax/leaves.blade.php ENDPATH**/ ?>