modif
This commit is contained in:
@@ -16,20 +16,23 @@
|
||||
<tr>
|
||||
<th>Id Articolo</th>
|
||||
<th>Titolo</th>
|
||||
<th>Data Pubblicazione</th>
|
||||
<th>Data Pubbl</th>
|
||||
<th>ISBN</th>
|
||||
<th>Pagine</th>
|
||||
<th>Formato</th>
|
||||
<th>Misure</th>
|
||||
<th>Rank 3 Mesi</th>
|
||||
<th>Rank 6 Mesi</th>
|
||||
<th>Rank 1 Anno</th>
|
||||
<th>Data Ultimo Ordine</th>
|
||||
<th>Totale Venduto</th>
|
||||
<th>Ultimo Mese</th>
|
||||
<th>Ultimi 6 Mesi</th>
|
||||
<th>Ultimo Anno</th>
|
||||
<th>Ultimi 2 Anni</th>
|
||||
<th>Rank 3 M</th>
|
||||
<th>Vendite 3 M</th>
|
||||
<th>Rank 6 M</th>
|
||||
<th>Vendite 6 M</th>
|
||||
<th>Rank 1 Y</th>
|
||||
<th>Vendite 1 Y</th>
|
||||
<th>Ult Ordi</th>
|
||||
<th>Tot Venduto</th>
|
||||
<th>Ult Mese</th>
|
||||
<th>Ult 6 Mesi</th>
|
||||
<th>Ult Anno</th>
|
||||
<th>Ult 2 Anni</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -63,9 +66,21 @@
|
||||
@if (isset($articolo->rank3M))
|
||||
<td>{{ $articolo->rank3M }}</td>
|
||||
@endif
|
||||
@if (isset($articolo->vendite3M))
|
||||
<td>{{ $articolo->vendite3M }}</td>
|
||||
@endif
|
||||
@if (isset($articolo->rank6M))
|
||||
<td>{{ $articolo->rank6M }}</td>
|
||||
@endif
|
||||
@if (isset($articolo->vendite6M))
|
||||
<td>{{ $articolo->vendite6M }}</td>
|
||||
@endif
|
||||
@if (isset($articolo->rank1Y))
|
||||
<td>{{ $articolo->rank1Y }}</td>
|
||||
@endif
|
||||
@if (isset($articolo->vendite1Y))
|
||||
<td>{{ $articolo->vendite1Y }}</td>
|
||||
@endif
|
||||
@if (isset($articolo->rank1Y))
|
||||
<td>{{ $articolo->rank1Y }}</td>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user