aa
This commit is contained in:
@@ -525,7 +525,7 @@ class ArticleController extends Controller
|
|||||||
'IdCollana' => $articoloVenduto->IdCollana,
|
'IdCollana' => $articoloVenduto->IdCollana,
|
||||||
'Pagine' => $articoloVenduto->Pagine,
|
'Pagine' => $articoloVenduto->Pagine,
|
||||||
'IdTipoFormato' => $articoloVenduto->IdTipoFormato,
|
'IdTipoFormato' => $articoloVenduto->IdTipoFormato,
|
||||||
'misure' => $articoloVenduto->misure,
|
'Misure' => $articoloVenduto->Misure,
|
||||||
'totVen' => $articoloVenduto->totVen,
|
'totVen' => $articoloVenduto->totVen,
|
||||||
'totFat' => $articoloVenduto->totFat,
|
'totFat' => $articoloVenduto->totFat,
|
||||||
'rank3M' => $articoloVenduto->rank3M,
|
'rank3M' => $articoloVenduto->rank3M,
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container mt-4">
|
<div class="container mt-4">
|
||||||
<h1 class="mb-4">Articoli Fatturati</h1>
|
<h1 class="mb-4">Articoli Fatturati</h1>
|
||||||
<a href="http://vps-88271abb.vps.ovh.net/apimacro/public/export-articles-fatturati-json" target="_blank">EXPORT FATTURATI</a>
|
<a href="http://vps-88271abb.vps.ovh.net/apimacro/public/export-articles-fatturati-json" target="_blank">EXPORT
|
||||||
|
FATTURATI</a>
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -33,7 +34,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<!--<pre>{{ print_r($articoliVenduti, true) }}</pre>-->
|
<!--<pre>{{ print_r($articoliVenduti, true) }}</pre>-->
|
||||||
|
|
||||||
@if ($articoliVenduti->isEmpty())
|
@if ($articoliVenduti->isEmpty())
|
||||||
<tr>
|
<tr>
|
||||||
@@ -53,14 +54,27 @@
|
|||||||
|
|
||||||
<td>@if (isset($articolo->Titolo)){{ $articolo->Titolo }}@endif</td>
|
<td>@if (isset($articolo->Titolo)){{ $articolo->Titolo }}@endif</td>
|
||||||
|
|
||||||
<td>@if (isset($articolo->DataPubblicazione)){{ \Carbon\Carbon::parse($articolo->DataPubblicazione)->format('d/m/Y') }}@endif
|
<td>
|
||||||
|
@if (isset($articolo->DataPubblicazione)){{ \Carbon\Carbon::parse($articolo->DataPubblicazione)->format('d/m/Y') }}@endif
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
||||||
<td>@if (isset($articolo->Ean13)){{ $articolo->Ean13 }}@endif</td>
|
<td>
|
||||||
|
@if (isset($articolo->Ean13))
|
||||||
|
{{ $articolo->Ean13 }}
|
||||||
|
@endif
|
||||||
|
</td>
|
||||||
|
|
||||||
<td>@if (isset($articolo->Pagine)){{ $articolo->Pagine }}@endif</td>
|
<td>
|
||||||
<td>@if (isset($articolo->misure)){{ $articolo->misure }}@endif</td>
|
@if (isset($articolo->Pagine))
|
||||||
|
{{ $articolo->Pagine }}
|
||||||
|
@endif
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
@if (isset($articolo->Misure))
|
||||||
|
{{ $articolo->Misure }}
|
||||||
|
@endif
|
||||||
|
</td>
|
||||||
|
|
||||||
<td>@if (isset($articolo->rank3M))
|
<td>@if (isset($articolo->rank3M))
|
||||||
{{ $articolo->rank3M }}
|
{{ $articolo->rank3M }}
|
||||||
@@ -82,7 +96,7 @@
|
|||||||
|
|
||||||
<td>@if (isset($articolo->totVen))
|
<td>@if (isset($articolo->totVen))
|
||||||
<!--<a href="/apimacro/public/view-ordini-by-idarticolo/{{$articolo->IdArticolo}}"
|
<!--<a href="/apimacro/public/view-ordini-by-idarticolo/{{$articolo->IdArticolo}}"
|
||||||
target="_blank">{{ $articolo->totVen }}</a>-->
|
target="_blank">{{ $articolo->totVen }}</a>-->
|
||||||
<a href="/apimacro/public/view-fatturati-by-idarticolo/{{$articolo->IdArticolo}}"
|
<a href="/apimacro/public/view-fatturati-by-idarticolo/{{$articolo->IdArticolo}}"
|
||||||
target="_blank">{{ $articolo->totVen }}</a>
|
target="_blank">{{ $articolo->totVen }}</a>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<td></td>
|
<td></td>
|
||||||
|
|
||||||
<td>@if (isset($articolo->Pagine)){{ $articolo->Pagine }}@endif</td>
|
<td>@if (isset($articolo->Pagine)){{ $articolo->Pagine }}@endif</td>
|
||||||
<td>@if (isset($articolo->misure)){{ $articolo->misure }}@endif</td>
|
<td>@if (isset($articolo->Misure)){{ $articolo->Misure }}@endif</td>
|
||||||
|
|
||||||
<td>@if (isset($articolo->rank3M))
|
<td>@if (isset($articolo->rank3M))
|
||||||
{{ $articolo->rank3M }}
|
{{ $articolo->rank3M }}
|
||||||
|
|||||||
Reference in New Issue
Block a user