PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
resources
/
views
@extends('adminlte::page') @section('title', 'Import to Odoo after you remove this line') @section('plugins.Datatables', true) @section('content_header') <a href="{{ URL::previous() }}">Go Back</a> <h1>Prepare Xl file for the relation: "Model Has Spare Part"</h1> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script> @stop @section('content') <form class="forms" method="POST" enctype="multipart/form-data" action="/sp/prepareimports"> @csrf <div class="form-group"> <div class="input-group mb-3"> <div class="input-group-prepend"> <label class="input-group-text" for="inputGroupSelect01">Moto</label> </div> <select class="custom-select" id="model_select" name="model_select"> <option selected>Choose...</option> @foreach($models as $category_id => $model_name) <option value="{{$category_id}}">{{$model_name}}</option> @endforeach </select> </div> <div class="col mb-3"> <h5 ><span class="badge badge-dark">Has Spare Part</span></h5> </div> <div class="input-group mb-3"> <div class="input-group-prepend"> <span class="input-group-text"><b>Spare Part</b></span> </div> <input type="text" class="form-control" id="spare_part" name="spare_part" placeholder="Part number only" aria-label="Part number only" aria-describedby="basic-addon1"> </div> <div class="col-md-3"> <button type="submit" class="btn btn-primary">Update</button> </div> @if ($errors->any()) <div class="alert alert-danger mt-5" > <ul> @foreach ($errors->all() as $error) <li>{{ $error }}</li> @endforeach </ul> </div> @endif </form> @php echo "<br>"; $heads_export = [ 'left_product_id', 'type_id', 'right_product_id' ]; $config = [ 'order' => [[1, 'asc']], 'paging'=> false, 'searching'=> false, 'info'=> false, 'scrollX'=> 400, 'buttons'=> ['excel'], ]; @endphp <x-adminlte-datatable id="table_invoices" :heads="$heads_export" :config="$config" striped hoverable with-buttons> @php if (is_array($exports)) { foreach($exports as $export) { echo '<tr> <td >'.$export['code'].'</td><td>Has Spare Part</td><td>'.$sp.'</td></tr>'; } } @endphp </x-adminlte-datatable> @stop @section('css') <link rel="stylesheet" href="/css/admin_custom.css"> @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]