venduti e fatturati nello stesso file
This commit is contained in:
@@ -81,17 +81,24 @@
|
||||
|
||||
|
||||
<td>@if (isset($articolo->totVen))
|
||||
<!--<a href="/apimacro/public/view-ordini-by-idarticolo/{{$articolo->IdArticolo}}"
|
||||
target="_blank">{{ $articolo->totVen }}</a>-->
|
||||
<a href="/apimacro/public/view-fatturati-by-idarticolo/{{$articolo->IdArticolo}}"
|
||||
<a href="/apimacro/public/view-ordini-by-idarticolo/{{$articolo->IdArticolo}}"
|
||||
target="_blank">{{ $articolo->totVen }}</a>
|
||||
@endif
|
||||
</td>
|
||||
|
||||
<td>@if (isset($articolo->venduti3mesi))
|
||||
{{ $articolo->venduti3mesi }}
|
||||
@endif
|
||||
</td>
|
||||
<td>@if (isset($articolo->totFat))
|
||||
<a href="/apimacro/public/view-fatturati-by-idarticolo/{{$articolo->IdArticolo}}"
|
||||
target="_blank">{{ $articolo->totFat }}</a>
|
||||
@endif
|
||||
</td>
|
||||
|
||||
<td>@if (isset($articolo->fat3mesi))
|
||||
{{ $articolo->fat3mesi }}
|
||||
@endif
|
||||
</td>
|
||||
<td>@if (isset($articolo->venduti6mesi))
|
||||
{{ $articolo->venduti6mesi }}
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user