⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
c567f7a5b0f80ad5c609e69bb59ae65e.php
<?php // $logo=asset(Storage::url('uploads/logo/')); $logo=\App\Models\Utility::get_file('uploads/logo'); $company_favicon=Utility::getValByName('company_favicon'); $SITE_RTL = Utility::getValByName('SITE_RTL'); $setting = \App\Models\Utility::colorset(); $color = 'theme-3'; if (!empty($setting['color'])) { $color = $setting['color']; } if(isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'theme-3'; } else { $themeColor = $color; } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title> <?php echo e(!empty($companySettings['header_text']) ? $companySettings['header_text']->value : config('app.name', 'ERPGO SaaS')); ?> - <?php echo e(__('POS')); ?></title> <link rel="icon" href="<?php echo e(asset(Storage::url('uploads/logo/')) . '/' . (isset($companySettings['company_favicon']) && !empty($companySettings['company_favicon']) ? $companySettings['company_favicon']->value : 'favicon.png')); ?>" type="image" sizes="16x16"> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/tabler-icons.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('css/site.css')); ?>" id="stylesheet"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <!-- font css --> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/tabler-icons.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/feather.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/fontawesome.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/material.css')); ?>"> <!--bootstrap switch--> <link rel="stylesheet" href="<?php echo e(asset('assets/css/plugins/bootstrap-switch-button.min.css')); ?>"> <!-- vendor css --> <?php if($SITE_RTL == 'on'): ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style-rtl.css')); ?>" > <?php endif; ?> <?php if($setting['cust_darklayout'] == 'on'): ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style-dark.css')); ?>"> <?php else: ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style.css')); ?>" id="main-style-link"> <?php endif; ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/customizer.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('css/custom.css')); ?>" id="main-style-link"> <style> .bg-color{ <?php if($color=='theme-1'): ?> background :linear-gradient(141.55deg, rgba(81, 69, 157, 0) 3.46%, rgba(255, 58, 110, 0.6) 99.86%), #51459d; <?php elseif($color=='theme-2'): ?> background : linear-gradient(141.55deg, rgba(81, 69, 157, 0) 3.46%, #4ebbd3 99.86%), #1f3996; <?php elseif($color=='theme-3'): ?> background : linear-gradient(141.55deg, #6fd943 3.46%, #6fd943 99.86%), #6fd943; <?php elseif($color=='theme-4'): ?> background : linear-gradient(141.55deg, rgba(104, 94, 229, 0) 3.46%, #685ee5 99.86%), #584ed2; <?php endif; ?> } </style> <?php echo $__env->yieldPushContent('css-page'); ?> </head> <body class="<?php echo e($themeColor); ?>"> <div class="container-fluid px-2"> <?php $lastsegment = request()->segment(count(request()->segments())) ?> <div class="row"> <div class="col-12"> <div class="mt-2 pos-top-bar bg-color d-flex justify-content-between bg-primary"> <span class="text-white"><?php echo e(__('POS')); ?></span> <a href="<?php echo e(route('dashboard')); ?>" class="text-white"><i class="ti ti-home" style="font-size: 20px;"></i> </a> </div> </div> </div> <div class="mt-2 row"> <div class="col-lg-7"> <div class="sop-card card"> <div class="card-header p-2"> <div class="search-bar-left"> <form> <div class="input-group"> <div class="input-group-prepend"> <span class="input-group-text"><i class="ti ti-search"></i></span> </div> <input id="searchproduct" type="text" data-url="<?php echo e(route('search.products')); ?>" placeholder="<?php echo e(__('Search Product')); ?>" class="form-control pr-4 rounded-right"> </div> </form> </div> </div> <div class="card-body p-2"> <div class="right-content"> <div class="button-list b-bottom catgory-pad"> <div class="form-row m-0" id="categories-listing"> </div> </div> <div class="product-body-nop"> <div class="form-row" id="product-listing"> </div> </div> </div> </div> </div> </div> <div class="col-lg-5 ps-lg-0"> <div class="card m-0"> <div class="card-header p-2"> <div class="row"> <div class="col-md-6"> <?php echo e(Form::select('customer_id', $customers,$customer, array('class' => 'form-control select customer_select','id'=>'customer','required'=>'required'))); ?> <?php echo e(Form::hidden('vc_name_hidden', '',['id' => 'vc_name_hidden'])); ?> </div> <div class="col-md-6"> <?php echo e(Form::select('warehouse_id', $warehouses,$warehouseId, array('class' => 'form-control select warehouse_select ','id'=>'warehouse','required'=>'required'))); ?> <?php echo e(Form::hidden('warehouse_name_hidden', '',['id' => 'warehouse_name_hidden'])); ?> <?php echo e(Form::hidden('quotation_id', $id,['id' => 'quotation_id' , 'class'=>"quotation"])); ?> </div> </div> </div> <div class="card-body carttable cart-product-list carttable-scroll" id="carthtml"> <?php $total = 0; $netPrice = 0; $discount = 0;?> <div class="table-responsive"> <table class="table"> <thead> <tr> <th></th> <th class="text-left"><?php echo e(__('Name')); ?></th> <th class="text-center"><?php echo e(__('QTY')); ?></th> <th><?php echo e(__('Tax')); ?></th> <th class="text-center"><?php echo e(__('Price')); ?></th> <th class="text-center"><?php echo e(__('Sub Total')); ?></th> <th></th> </tr> </thead> <tbody id="tbody"> <?php if(session($lastsegment) && !empty(session($lastsegment)) && count(session($lastsegment)) > 0): ?> <?php $__currentLoopData = session($lastsegment); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $details): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $product = \App\Models\ProductService::find($details['id']); $image_url = ( !empty($product) && isset($product->pro_image) ) ? $product->pro_image : 'uploads/pro_image/'; $total += $details['subtotal']; $netPrice += $details['netPrice']; $discount += $details['discount']; ?> <tr data-product-id="<?php echo e($id); ?>" id="product-id-<?php echo e($id); ?>"> <td class="cart-images"> <img alt="Image placeholder" src="<?php echo e(asset(Storage::url('uploads/pro_image/'.$image_url))); ?>" class="card-image avatar rounded-circle-sale shadow hover-shadow-lg"> </td> <td class="name"><?php echo e($details['name']); ?></td> <td> <span class="quantity buttons_added"> <input type="button" value="-" class="minus"> <input type="number" step="1" min="1" max="" name="quantity" title="<?php echo e(__('Quantity')); ?>" class="input-number" data-url="<?php echo e(url('update-cart/')); ?>" data-id="<?php echo e($id); ?>" size="4" value="<?php echo e($details['quantity']); ?>"> <input type="button" value="+" class="plus"> </span> </td> <td> <?php if(!empty($product->tax_id)): ?> <?php $taxes=\Utility::tax($product->tax_id); ?> <?php $__currentLoopData = $taxes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tax): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <span class="badge bg-primary"><?php echo e($tax->name .' ('.$tax->rate .'%)'); ?></span> <br> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> - <?php endif; ?> </td> <td class="price text-right"><?php echo e(Auth::user()->priceFormat($details['price'])); ?></td> <td class="col-sm-3 mt-2"> <span class="subtotal"><?php echo e(Auth::user()->priceFormat($details['subtotal'])); ?></span> </td> <td class="col-sm-2 mt-2"> <a href="#" class="action-btn bg-danger bs-pass-para-pos" data-confirm="<?php echo e(__('Are You Sure?')); ?>" data-text="<?php echo e(__('This action can not be undone. Do you want to continue?')); ?>" data-confirm-yes="delete-form-<?php echo e($id); ?>" title="<?php echo e(__('Delete')); ?>" data-id="<?php echo e($id); ?>"> <i class="ti ti-trash text-white mx-3 btn btn-sm" title="<?php echo e(__('Delete')); ?>"></i> </a> <?php echo Form::open(['method' => 'delete', 'url' => ['remove-from-cart'],'id' => 'delete-form-'.$id]); ?> <input type="hidden" name="session_key" value="<?php echo e($lastsegment); ?>"> <input type="hidden" name="id" value="<?php echo e($id); ?>"> <?php echo Form::close(); ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <tr class="text-center no-found"> <td colspan="7"><?php echo e(__('No Data Found.!')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> <div class="total-section mt-3"> <div class="sub-total"> <div class="d-flex text-end justify-content-end"> <h6 class="mb-0 text-dark"><?php echo e(__('Sub Total')); ?> :</h6> <h6 class="mb-0 text-dark subtotal_price" id="displaytotal"><?php echo e(Auth::user()->priceFormat($total)); ?></h6> </div> <div class="row align-items-center"> <div class="col-6"> <div class="d-flex text-end justify-content-end align-items-center"> <span class="input-group-text bg-transparent"><?php echo e(\Auth::user()->currencySymbol()); ?></span> <?php echo e(Form::number('discount',$discount, array('class' => ' form-control discount','required'=>'required','placeholder'=>__('Discount')))); ?> <?php echo e(Form::hidden('discount_hidden', $discount ,['id' => 'discount_hidden'])); ?> </div> </div> <div class="col-6"> <div class="d-flex align-items-center justify-content-end"> <h6 class=""><?php echo e(__('Total')); ?> :</h6> <h6 class="totalamount" ><?php echo e(Auth::user()->priceFormat($netPrice)); ?></h6> </div> </div> </div> <div class="d-flex align-items-center justify-content-between pt-3" id="btn-pur"> <button type="button" class="btn btn-primary rounded" data-ajax-popup="true" data-size="xl" data-align="centered" data-url="<?php echo e(route('pos.create')); ?>" data-title="<?php echo e(__('POS Invoice')); ?>" <?php if(session($lastsegment) && !empty(session($lastsegment)) && count(session($lastsegment)) > 0): ?> <?php else: ?> disabled="disabled" <?php endif; ?>> <?php echo e(__('PAY')); ?> </button> <div class="tab-content btn-empty text-end"> <a href="#" class="btn btn-danger bs-pass-para-pos rounded m-0" data-toggle="tooltip" data-original-title="<?php echo e(__('Empty Cart')); ?>" data-confirm="<?php echo e(__('Are You Sure?')); ?>" data-text="<?php echo e(__('This action can not be undone. Do you want to continue?')); ?>" data-confirm-yes="delete-form-emptycart"><?php echo e(__('Empty Cart')); ?> </a> <?php echo Form::open(['method' => 'post', 'url' => ['empty-cart'],'id' => 'delete-form-emptycart']); ?> <input type="hidden" name="session_key" value="<?php echo e($lastsegment); ?>" id="empty_cart"> <?php echo Form::close(); ?> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="modal fade" id="commonModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel"></h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="body"> </div> </div> </div> </div> <div class="position-fixed top-0 end-0 p-3" style="z-index: 99999"> <div id="liveToast" class="toast text-white fade" role="alert" aria-live="assertive" aria-atomic="true"> <div class="d-flex"> <div class="toast-body"> </div> <button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button> </div> </div> </div> <!-- Required Js --> <script src="<?php echo e(asset('js/jquery.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/popper.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/perfect-scrollbar.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/bootstrap.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/feather.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/dash.js')); ?>"></script> <script src="<?php echo e(asset('js/moment.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/bootstrap-switch-button.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/sweetalert2.all.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/simple-datatables.js')); ?>"></script> <!-- Apex Chart --> <script src="<?php echo e(asset('assets/js/plugins/apexcharts.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/main.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/choices.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/flatpickr.min.js')); ?>"></script> <script src="<?php echo e(asset('js/jscolor.js')); ?>"></script> <script src="<?php echo e(asset('js/custom.js')); ?>"></script> <?php if($message = Session::get('success')): ?> <script> show_toastr('success', '<?php echo $message; ?>'); </script> <?php endif; ?> <?php if($message = Session::get('error')): ?> <script> show_toastr('error', '<?php echo $message; ?>'); </script> <?php endif; ?> <?php echo $__env->yieldPushContent('script-page'); ?> <script src="<?php echo e(asset('js/jquery-ui.min.js')); ?>"></script> <script> $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $( document ).ready(function() { $( "#vc_name_hidden" ).val($('.customer_select').val()); $( "#warehouse_name_hidden" ).val($('.warehouse_select').val()); $( "#discount_hidden").val($('.discount').val()); $( "#quotation_id").val($('.quotation').val()); $(function () { getProductCategories(); }); // if ($('#searchproduct').length > 0) { // var url = $('#searchproduct').data('url'); // searchProducts(url,'','0'); // } if ($('#searchproduct').length > 0) { var url = $('#searchproduct').data('url'); var ware_id = $( "#warehouse" ).val(); searchProducts(url,'','0',ware_id); } $( '#warehouse' ).change(function() { var ware_id = $( "#warehouse" ).val(); searchProducts(url,'','0',ware_id); }); $( '.customer_select' ).change(function() { $( "#vc_name_hidden" ).val($(this).val()); }); $( '.warehouse_select' ).change(function() { $( "#warehouse_name_hidden" ).val($(this).val()); var session_key = $( "#empty_cart" ).val(); $.ajax({ type: 'POST', url: '<?php echo e(route('warehouse-empty-cart')); ?>', data: { 'session_key': session_key }, success: function (data) { $( "#tbody" ).empty(); $("#tbody").html('<tr class="text-center no-found"><td colspan="7"><?php echo e(__('No Data Found.!')); ?></td></tr>'); } }); }); $(document).on('click', '#clearinput', function (e) { var IDs = []; $(this).closest('div').find("input").each(function () { IDs.push('#' + this.id); }); $(IDs.toString()).val(''); }); $(document).on('keyup', 'input#searchproduct', function () { var url = $(this).data('url'); var value = this.value; var cat = $('.cat-active').children().data('cat-id'); // console.log(cat); searchProducts(url, value,cat); }); function searchProducts(url, value,cat_id,war_id = '0') { $.ajax({ type: 'GET', url: url, data: { 'search': value, 'cat_id': cat_id, 'war_id' : war_id, 'session_key': session_key }, success: function (data) { // console.log(data) $('#product-listing').html(data); } }); } function getProductCategories() { $.ajax({ type: 'GET', url: '<?php echo e(route('product.categories')); ?>', success: function (data) { // console.log(data); $('#categories-listing').html(data); } }); } $(document).on('click', '.toacart', function () { // alert('hey'); var sum = 0 $.ajax({ url: $(this).data('url'), success: function (data) { if (data.code == '200') { $('#displaytotal').text(addCommas(data.product.subtotal)); $('.totalamount').text(addCommas(data.product.subtotal)); if ('carttotal' in data) { $.each(data.carttotal, function (key, value) { $('#product-id-' + value.id + ' .subtotal').text(addCommas(value.subtotal)); sum += value.subtotal; }); $('#displaytotal').text(addCommas(sum)); $('.totalamount').text(addCommas(sum)); $('.discount').val(''); } $('#tbody').append(data.carthtml); $('.no-found').addClass('d-none'); $('.carttable #product-id-' + data.product.id + ' input[name="quantity"]').val(data.product.quantity); $('#btn-pur button').removeAttr('disabled'); $('.btn-empty button').addClass('btn-clear-cart'); // loadConfirm(); } }, error: function (data) { data = data.responseJSON; show_toastr('<?php echo e(__("Error")); ?>', data.error, 'error'); } }); }); $(document).on('change keyup', '#carthtml input[name="quantity"]', function (e) { e.preventDefault(); var ele = $(this); var sum = 0; var quantity = ele.closest('span').find('input[name="quantity"]').val(); var discount = $('.discount').val(); // console.log(quantity) if(quantity != null && quantity != 0) { $.ajax({ url: ele.data('url'), method: "patch", data: { id: ele.attr("data-id"), quantity: quantity, discount: discount, session_key: session_key }, success: function (data) { if (data.code == '200') { if (quantity == 0) { ele.closest(".row").hide(250, function () { ele.closest(".row").remove(); }); if (ele.closest(".row").is(":last-child")) { $('#btn-pur button').attr('disabled', 'disabled'); $('.btn-empty button').removeClass('btn-clear-cart'); } } $.each(data.product, function (key, value) { sum += value.subtotal; $('#product-id-' + value.id + ' .subtotal').text(addCommas(value.subtotal)); }); $('#displaytotal').text(addCommas(sum)); $('.totalamount').text(data.discount); } }, error: function (data) { data = data.responseJSON; show_toastr('<?php echo e(__("Error")); ?>', data.error, 'error'); } }); } }); $(document).on('click', '.remove-from-cart', function (e) { e.preventDefault(); var ele = $(this); var sum = 0; if (confirm('<?php echo e(__("Are you sure?")); ?>')) { ele.closest(".row").hide(250, function () { ele.closest(".row").parent().parent().remove(); }); if (ele.closest(".row").is(":last-child")) { $('#btn-pur button').attr('disabled', 'disabled'); $('.btn-empty button').removeClass('btn-clear-cart'); } $.ajax({ url: ele.data('url'), method: "DELETE", data: { id: ele.attr("data-id"), // session_key: session_key }, success: function (data) { if (data.code == '200') { $.each(data.product, function (key, value) { sum += value.subtotal; $('#product-id-' + value.id + ' .subtotal').text(addCommas(value.subtotal)); }); $('#displaytotal').text(addCommas(sum)); show_toastr('success', data.success, 'success') } }, error: function (data) { data = data.responseJSON; show_toastr('<?php echo e(__("Error")); ?>', data.error, 'error'); } }); } }); $(document).on('click', '.btn-clear-cart', function (e) { e.preventDefault(); if (confirm('<?php echo e(__("Remove all items from cart?")); ?>')) { $.ajax({ url: $(this).data('url'), data: { session_key: session_key }, success: function (data) { location.reload(); }, error: function (data) { data = data.responseJSON; show_toastr('<?php echo e(__("Error")); ?>', data.error, 'error'); } }); } }); $(document).on('click', '.btn-done-payment', function (e) { e.preventDefault(); var ele = $(this); $.ajax({ url: ele.data('url'), method: 'GET', data: { vc_name: $('#vc_name_hidden').val(), warehouse_name: $('#warehouse_name_hidden').val(), discount : $('#discount_hidden').val(), quotation_id : $('#quotation_id').val(), }, beforeSend: function () { ele.remove(); }, success: function (data) { // console.log(data); // return false; if (data.code == 200) { show_toastr('success', data.success, 'success') } // setTimeout(function () { // window.location.reload(); // }, 1000); }, error: function (data) { data = data.responseJSON; show_toastr('<?php echo e(__("Error")); ?>', data.error, 'error'); } }); }); $(document).on('click', '.category-select', function (e) { var cat = $(this).data('cat-id'); var white = 'text-white'; var dark = 'text-dark'; $('.category-select').parent().removeClass('cat-active'); $('.category-select').find('.card-title').removeClass('text-white').addClass('text-dark'); $('.category-select').find('.card-title').parent().removeClass('text-white').addClass('text-dark'); $(this).find('.card-title').removeClass('text-dark').addClass('text-white'); $(this).find('.card-title').parent().removeClass('text-dark').addClass('text-white'); $(this).parent().addClass('cat-active'); var url = '<?php echo e(route('search.products')); ?>' var warehouse_id=$('#warehouse').val(); searchProducts(url,'',cat,warehouse_id); }); $(document).on('keyup', '.discount', function () { var discount = $('.discount').val(); $( "#discount_hidden" ).val(discount); $.ajax({ url: "<?php echo e(route('cartdiscount')); ?>", method: 'POST', data: {discount: discount,}, success: function (data) { $('.totalamount').text(data.total); }, error: function (data) { data = data.responseJSON; show_toastr('<?php echo e(__("Error")); ?>', data.error, 'error'); } }); }) }); </script> <script> var site_currency_symbol_position = '<?php echo e(\App\Models\Utility::getValByName('site_currency_symbol_position')); ?>'; var site_currency_symbol = '<?php echo e(\App\Models\Utility::getValByName('site_currency_symbol')); ?>'; </script> </body> </html> <?php /**PATH /var/www/crm/resources/views/pos/index.blade.php ENDPATH**/ ?>