PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
resources
/
views
@extends('adminlte::page') @section('title', 'Current Stock Report') @section('plugins.Datatables', true) @section('content_header') <a href="{{ URL::previous() }}">Go Back</a> <h1>Trade and Traffic Plus - Current Stock </h1> <style> .text-overflow-center { margin-left: -100%; margin-right: -100%; text-align: center; } .text-overflow-right { margin-left: -100%; margin-right: -100%; text-align: right; } </style> @stop @php //ini_set("memory_limit", "2048M"); $heads_stock = [ 'Model','Availability in WH or WHL (A)', 'Availability in consignment (B)', 'Reserved', 'Demands', 'Wholesale w/o VAT(C)', 'Total(A+B)xC', 'Total Cost']; $config = [ 'columns' => [ ['className' => 'text-left','width'=> '35%' ], ['className' => 'text-overflow-center','width'=> '5%' ], ['className' => 'text-overflow-center','width'=> '5%' ], ['className' => 'text-overflow-center','width'=> '5%' ], ['className' => 'text-overflow-center','width'=> '5%' ], ['className' => 'text-overflow-right','width'=> '10%' ], ['className' => 'text-overflow-right','width'=> '15%' ], ['className' => 'text-overflow-right','width'=> '20%' ] ], 'order' => [[0, 'asc']], // 'columns' => [['orderable' => false], null, null, null, null, null , null ], 'paging'=> true, 'iDisplayLength' => 50, 'searching'=> true, ]; @endphp @section('content') {{-- Example with empty option (for Select) --}} <!-- arxi --> <div class="row"> <div class="col-md-10"> <!-- Line chart --> <div class="card card-primary card-outline"> <div class="card-header"> <h3 class="card-title"> <i class="far fa-chart-bar"></i> Model Availability </h3> <div class="card-tools"> <button type="button" class="btn btn-tool" data-card-widget="collapse"><i class="fas fa-minus"></i> </button> <button type="button" class="btn btn-tool" data-card-widget="remove"><i class="fas fa-times"></i> </button> </div> </div> <div class="card-body"> @include('layouts.stock_avail_table') </div> <!-- /.card-body--> </div> <!-- /.card --> </div> <!-- /.col --> <div class="col-md-2"> <!-- shmeioseis --> <div class="card card-primary card-outline"> <div class="card-header"> <h3 class="card-title"> Notes on Report </h3> <div class="card-tools"> <button type="button" class="btn btn-tool" data-card-widget="collapse"><i class="fas fa-minus"></i> </button> <button type="button" class="btn btn-tool" data-card-widget="remove"><i class="fas fa-times"></i> </button> </div> </div> <div class="card-body"> <x-adminlte-callout> <b>(*)</b>: For the calulation of cost some units (VINs) are not included. On hover you will see the number.</x-adminlte-callout> <x-adminlte-callout>For analysis on the cost you can click on the model.</x-adminlte-callout> </div> <!-- /.card-body--> </div> <!-- /.card --> </div> <!-- /.col --> <!-- /.col --> </div> <!-- telos --> @stop {{-- @section('css') <link rel="stylesheet" href="/css/admin_custom.css"> @stop --}} @section('js') {{-- <script src="{{ asset('js/va/cost_calc.js') }}"></script> --}} <script defer src="{{ asset('js/va/sumcalc.js') }}"></script> @stop
[+]
..
[-] aged_consign_models_cust.blade.php
[edit]
[-] aged_consignement_models.blade.php
[edit]
[+]
auth
[-] availability_per_catalog.blade.php
[edit]
[-] bulk_contact.blade.php
[edit]
[-] current_dealer.blade.php
[edit]
[+]
current_dealer
[-] current_stock.blade.php
[edit]
[-] current_stock.blade.php2103
[edit]
[-] current_stock.blade.php211109
[edit]
[-] current_stock_model.blade.php
[edit]
[-] dealer_list.blade.php
[edit]
[-] delivery_ready.blade.php
[edit]
[-] delpickpdf.blade.php
[edit]
[-] fetch_product_image.blade.php
[edit]
[-] home.blade.php
[edit]
[-] in_consignment.blade.php
[edit]
[+]
layouts
[-] models_showcase.blade.php
[edit]
[-] non_deliverable_stock.blade.php
[edit]
[-] odoo_partssnel.blade.php
[edit]
[-] odoo_stock.blade.php
[edit]
[-] pick_del_form signature.blade.php
[edit]
[-] pick_del_form.blade.php
[edit]
[-] pick_del_form_edit.blade.php
[edit]
[-] pick_del_form_finished_list.blade.php
[edit]
[-] pick_del_form_list.blade.php
[edit]
[-] prepare_is_spare_part_for.blade.php
[edit]
[-] quotations_pending.blade.php
[edit]
[-] revenue_target.blade-old.php
[edit]
[-] revenue_target.blade.php
[edit]
[-] sales_targets_input.blade.php
[edit]
[-] signaturePad.blade.php
[edit]
[-] simple_preparation.blade.php
[edit]
[-] snelstart_old_invoices.blade.php
[edit]
[-] sold.blade.php
[edit]
[-] speedversion_change.blade.php
[edit]
[-] statbe.blade.php
[edit]
[-] statnl.blade.php
[edit]
[-] statnl.blade.php-OLD
[edit]
[-] tracking_all.blade.php
[edit]
[-] transfer_edit_form.blade.php
[edit]
[-] units_target.blade.php
[edit]
[-] user_create_form.blade.php
[edit]
[-] user_edit_form.blade.php
[edit]
[-] user_list.blade.php
[edit]
[-] user_password_reset.blade.php
[edit]
[-] user_profile_edit.blade.php
[edit]
[-] welcome.blade.php
[edit]
[-] who_demands_what.blade.php
[edit]
[-] who_reserved_what.blade.php
[edit]
[-] .htaccess.disabled
[edit]