ok
Direktori : /home2/selectio/www/fms-worksuite/storage/framework/views/ |
Current File : /home2/selectio/www/fms-worksuite/storage/framework/views/55d4112a308f23c9dd82898aff6bd92f.php |
<script src="<?php echo e(asset('vendor/jquery/frappe-charts.min.iife.js')); ?>"></script> <script src="<?php echo e(asset('vendor/jquery/Chart.min.js')); ?>"></script> <div class="row"> <?php if(in_array('tickets', user_modules()) && in_array('total_tickets', $activeWidgets)): ?> <div class="col-lg-6 col-md-6 mb-3"> <div class="bg-white p-3 rounded b-shadow-4 d-flex justify-content-between align-items-center mb-4 mb-md-0 mb-lg-0"> <div class="d-block text-capitalize"> <h5 class="f-15 f-w-500 mb-20 text-darkest-grey"><?php echo app('translator')->get('app.menu.tickets'); ?></h5> <div class="d-flex"> <a href="javascript:;" class="totalTicketCount" data-status="open"><p class="mb-0 f-15 font-weight-bold text-blue d-grid mr-5"> <?php echo e($totalUnresolvedTickets); ?><span class="f-12 font-weight-normal text-lightest"> <?php echo app('translator')->get('modules.dashboard.totalUnresolvedTickets'); ?> <i class="fa fa-question-circle" data-toggle="popover" data-placement="top" data-content="<?php echo app('translator')->get('messages.unresolveTicketInfo'); ?>" data-html="true" data-trigger="hover"></i> </span> </p></a> <a href="javascript:;" class="totalTicketCount" data-status="resolved"><p class="mb-0 f-15 font-weight-bold text-dark-green d-grid"> <?php echo e($totalResolvedTickets); ?><span class="f-12 font-weight-normal text-lightest"><?php echo app('translator')->get('modules.dashboard.totalResolvedTickets'); ?> <i class="fa fa-question-circle" data-toggle="popover" data-placement="top" data-content="<?php echo app('translator')->get('messages.resolveTicketInfo'); ?>" data-html="true" data-trigger="hover"></i> </span> </p></a> </div> </div> <div class="d-block"> <i class="fa fa-ticket-alt text-lightest f-18"></i> </div> </div> </div> <?php endif; ?> <?php if(in_array('tickets', user_modules()) && in_array('total_unassigned_ticket', $activeWidgets)): ?> <div class="col-lg-6 col-md-6 mb-3"> <a href="javascript:;" id="totalUnassignedTicket"> <?php if (isset($component)) { $__componentOriginale1233a330800208b0e743068470d1bf4 = $component; } ?> <?php $component = App\View\Components\Cards\Widget::resolve(['title' => __('modules.dashboard.totalUnassignedTicket'),'value' => $totalUnassignedTicket,'info' => __('messages.unassignTicketInfo'),'icon' => 'ticket-alt'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('cards.widget'); ?> <?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\Cards\Widget::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($__componentOriginale1233a330800208b0e743068470d1bf4)): ?> <?php $component = $__componentOriginale1233a330800208b0e743068470d1bf4; ?> <?php unset($__componentOriginale1233a330800208b0e743068470d1bf4); ?> <?php endif; ?> </a> </div> <?php endif; ?> </div> <div class="row"> <?php if(in_array('tickets', user_modules()) && in_array('type_wise_ticket', $activeWidgets)): ?> <div class="col-sm-12 col-lg-6 mt-3"> <?php if (isset($component)) { $__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9 = $component; } ?> <?php $component = App\View\Components\Cards\Data::resolve(['title' => __('modules.dashboard.typeWiseTicket')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('cards.data'); ?> <?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\Cards\Data::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php if (isset($component)) { $__componentOriginalb982231180e038d497f4b363f639c469 = $component; } ?> <?php $component = App\View\Components\PieChart::resolve(['labels' => $ticketTypeChart['labels'],'values' => $ticketTypeChart['values'],'colors' => $ticketTypeChart['colors']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('pie-chart'); ?> <?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\PieChart::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['id' => 'task-chart1','height' => '300','width' => '300']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalb982231180e038d497f4b363f639c469)): ?> <?php $component = $__componentOriginalb982231180e038d497f4b363f639c469; ?> <?php unset($__componentOriginalb982231180e038d497f4b363f639c469); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9)): ?> <?php $component = $__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9; ?> <?php unset($__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9); ?> <?php endif; ?> </div> <?php endif; ?> <?php if(in_array('tickets', user_modules()) && in_array('status_wise_ticket', $activeWidgets)): ?> <div class="col-sm-12 col-lg-6 mt-3"> <?php if (isset($component)) { $__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9 = $component; } ?> <?php $component = App\View\Components\Cards\Data::resolve(['title' => __('modules.dashboard.statusWiseTicket')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('cards.data'); ?> <?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\Cards\Data::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php if (isset($component)) { $__componentOriginalb982231180e038d497f4b363f639c469 = $component; } ?> <?php $component = App\View\Components\PieChart::resolve(['labels' => $ticketStatusChart['labels'],'values' => $ticketStatusChart['values'],'colors' => $ticketStatusChart['colors']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('pie-chart'); ?> <?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\PieChart::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['id' => 'task-chart2','height' => '300','width' => '300']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalb982231180e038d497f4b363f639c469)): ?> <?php $component = $__componentOriginalb982231180e038d497f4b363f639c469; ?> <?php unset($__componentOriginalb982231180e038d497f4b363f639c469); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9)): ?> <?php $component = $__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9; ?> <?php unset($__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9); ?> <?php endif; ?> </div> <?php endif; ?> <?php if(in_array('tickets', user_modules()) && in_array('channel_wise_ticket', $activeWidgets)): ?> <div class="col-sm-12 col-lg-6 mt-3"> <?php if (isset($component)) { $__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9 = $component; } ?> <?php $component = App\View\Components\Cards\Data::resolve(['title' => __('modules.dashboard.channelWiseTicket')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('cards.data'); ?> <?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\Cards\Data::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php if(isset($ticketChannelChart['colors']) && $ticketChannelChart['labels']): ?> <?php if (isset($component)) { $__componentOriginalb982231180e038d497f4b363f639c469 = $component; } ?> <?php $component = App\View\Components\PieChart::resolve(['labels' => $ticketChannelChart['labels'],'values' => $ticketChannelChart['values'],'colors' => $ticketChannelChart['colors']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('pie-chart'); ?> <?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\PieChart::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['id' => 'task-chart3','height' => '300','width' => '300']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalb982231180e038d497f4b363f639c469)): ?> <?php $component = $__componentOriginalb982231180e038d497f4b363f639c469; ?> <?php unset($__componentOriginalb982231180e038d497f4b363f639c469); ?> <?php endif; ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9)): ?> <?php $component = $__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9; ?> <?php unset($__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9); ?> <?php endif; ?> </div> <?php endif; ?> <?php if(in_array('tickets', user_modules()) && in_array('new_tickets', $activeWidgets)): ?> <div class="col-sm-12 col-lg-6 mt-3"> <?php if (isset($component)) { $__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9 = $component; } ?> <?php $component = App\View\Components\Cards\Data::resolve(['title' => __('modules.dashboard.openTickets'),'padding' => 'false','otherClasses' => 'h-200'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('cards.data'); ?> <?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\Cards\Data::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php if (isset($component)) { $__componentOriginal7d9f6e0b9001f5841f72577781b2d17f = $component; } ?> <?php $component = App\View\Components\Table::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('table'); ?> <?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\Table::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__empty_1 = true; $__currentLoopData = $newTickets; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td class="pl-20"> <div class="avatar-img rounded"> <img src="<?php echo e($item->requester->image_url); ?>" alt="<?php echo e($item->requester->name); ?>" title="<?php echo e($item->requester->name); ?>"> </div> </td> <td width="50%"><a href="<?php echo e(route('tickets.show', $item->id)); ?>" class="text-darkest-grey"><?php echo e(ucfirst($item->subject)); ?></a> <br /> <span class="f-10 text-lightest mt-1"><?php echo e($item->requester->name); ?></span> </td> <td class="text-darkest-grey"><?php echo e($item->updated_at->translatedFormat(company()->date_format)); ?></td> <td class="f-14 pr-20 text-right"> <?php if ($item->priority == 'low') { $priority = 'dark-green'; } elseif ($item->priority == 'medium') { $priority = 'blue'; } elseif ($item->priority == 'high') { $priority = 'yellow'; } elseif ($item->priority == 'urgent') { $priority = 'red'; } ?> <?php if (isset($component)) { $__componentOriginal86883428e4629123511f221a5a89811e = $component; } ?> <?php $component = App\View\Components\Status::resolve(['color' => $priority,'value' => __('app.' . $item->priority)] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('status'); ?> <?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\Status::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($__componentOriginal86883428e4629123511f221a5a89811e)): ?> <?php $component = $__componentOriginal86883428e4629123511f221a5a89811e; ?> <?php unset($__componentOriginal86883428e4629123511f221a5a89811e); ?> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="5" class="shadow-none"> <?php if (isset($component)) { $__componentOriginal269164c77d9d34462c34359c03da6a68 = $component; } ?> <?php $component = App\View\Components\Cards\NoRecord::resolve(['icon' => 'ticket-alt','message' => __('messages.noRecordFound')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('cards.no-record'); ?> <?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\Cards\NoRecord::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($__componentOriginal269164c77d9d34462c34359c03da6a68)): ?> <?php $component = $__componentOriginal269164c77d9d34462c34359c03da6a68; ?> <?php unset($__componentOriginal269164c77d9d34462c34359c03da6a68); ?> <?php endif; ?> </td> </tr> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal7d9f6e0b9001f5841f72577781b2d17f)): ?> <?php $component = $__componentOriginal7d9f6e0b9001f5841f72577781b2d17f; ?> <?php unset($__componentOriginal7d9f6e0b9001f5841f72577781b2d17f); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9)): ?> <?php $component = $__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9; ?> <?php unset($__componentOriginalbc9540fa671f26a0f8028a5a8d8f93e9); ?> <?php endif; ?> </div> <?php endif; ?> </div> <script> $('#save-dashboard-widget').click(function() { $.easyAjax({ url: "<?php echo e(route('dashboard.widget', 'admin-ticket-dashboard')); ?>", container: '#dashboardWidgetForm', blockUI: true, type: "POST", redirect: true, data: $('#dashboardWidgetForm').serialize(), success: function() { window.location.reload(); } }) }); $('#totalUnassignedTicket').click(function() { var dateRange = $('#datatableRange2').data('daterangepicker'); var startDate = dateRange.startDate.format('<?php echo e(company()->moment_date_format); ?>'); var endDate = dateRange.endDate.format('<?php echo e(company()->moment_date_format); ?>'); var url = `<?php echo e(route('tickets.index')); ?>`; string = `?dashboard-ticket-status=unassigned&startDate=${startDate}&endDate=${endDate}`; url += string; window.location.href = url; }); $('.totalTicketCount').click(function() { var status = $(this).data('status'); var dateRange = $('#datatableRange2').data('daterangepicker'); var startDate = dateRange.startDate.format('<?php echo e(company()->moment_date_format); ?>'); var endDate = dateRange.endDate.format('<?php echo e(company()->moment_date_format); ?>'); var url = `<?php echo e(route('tickets.index')); ?>`; string = `?dashboard-ticket-status=${status}&startDate=${startDate}&endDate=${endDate}`; url += string; window.location.href = url; }); </script> <?php /**PATH /home2/selectio/public_html/fms-worksuite/resources/views/dashboard/ajax/ticket.blade.php ENDPATH**/ ?>