Преглед на файлове

entrate/uscite - nascoste colonne destinazione/origine

ferrari преди 1 месец
родител
ревизия
16f015a9ed
променени са 2 файла, в които са добавени 7 реда и са изтрити 7 реда
  1. 4 4
      resources/views/livewire/records_in.blade.php
  2. 3 3
      resources/views/livewire/records_out.blade.php

+ 4 - 4
resources/views/livewire/records_in.blade.php

@@ -102,7 +102,7 @@
                                 </div>
                             </div>
                         </div>
-                        <div class="col-md-3 mt-2">
+                        <div class="col-md-3 mt-2" style="display: none">
                             <div class="row">
                                 <div class="col-md-12" style="margin-bottom:10px;">
                                     <b>Destinazioni</b>
@@ -178,14 +178,14 @@
                     <tr>
                         <!--<th scope="col"></th>-->
                         <th scope="col">Data di pagamento</th>
-                        <th scope="col">Importo</th>
+                        <th scope="col" style="width: 8%;">Importo</th>
                         <th scope="col">Cognome</th>
                         <th scope="col">Nome</th>
                         <th scope="col">Commerciale</th>
                         <th scope="col">Causale</th>
                         <th scope="col">Corso/Abbonamento</th>
                         <th scope="col">Pagamento</th>
-                        <th scope="col">Destinazione</th>
+                        {{-- <th scope="col">Destinazione</th> --}}
 
                         <th scope="col">Stato</th>
                         <th scope="col">...</th>
@@ -1544,7 +1544,7 @@
                     { data: 'causals', "orderable": false, },
                     { data: 'courses', "orderable": false, },
                     { data: 'payment', "orderable": false, },
-                    { data: 'destination', "orderable": false, },
+                    // { data: 'destination', "orderable": false, },
                     //{ data: 'payment_date', "orderable": false, },
                     { data: 'status', "orderable": false, },
                     {

+ 3 - 3
resources/views/livewire/records_out.blade.php

@@ -140,7 +140,7 @@
                         </div>
                     </div>
                 </div>
-                <div class="col-md-2">
+                <div class="col-md-2" style="display: none;">
                     <div class="row">
                         <div class="col-md-12" style="margin-bottom:10px;">
                             <b>Origini</b>
@@ -190,7 +190,7 @@
                         <th scope="col">Fornitore</th>
                         <th scope="col">Causale</th>
                         <th scope="col">Pagamento</th>
-                        <th scope="col">Origine</th>
+                        {{-- <th scope="col">Origine</th> --}}
                         <th scope="col">Stato</th>
                         <th scope="col">...</th>
                     </tr>
@@ -1903,7 +1903,7 @@
                     { data: 'supplier' },
                     { data: 'causals' },
                     { data: 'payment' },
-                    { data: 'origin' },
+                    // { data: 'origin' },
                     {
                         data: 'is_paid',
                         render: function (data) {