contatore cosegne fatte/consegne totasli

This commit is contained in:
Marco Audiffredi 2024-07-23 18:30:37 +02:00
parent 8cfe95ca87
commit 98033e8f05
3 changed files with 12 additions and 5 deletions

View File

@ -44,6 +44,9 @@ namespace SoftwayWeb.Models
[Display(Name = "Note")]
public string? NoteChiusura { get; set; }
public int? DestinazioniFatte { get; set; }
public int? DestinazioniTutte { get; set; }
}
}

View File

@ -77,10 +77,11 @@
<th>Data</th>
<th>Autista</th>
<th>Automezzo</th>
<th><img alt="nocons" src="@Url.Content("~/images/pallet.png")" style="width:31px;height:31px;">Par</th>
<th><img alt="nocons" src="@Url.Content("~/images/icons8-euro-30.png")" style="width:31px;height:31px;">Par</th>
<th><img alt="nocons" src="@Url.Content("~/images/pallet.png")" style="width:31px;height:31px;">Temp</th>
<th><img alt="nocons" src="@Url.Content("~/images/icons8-euro-30.png")" style="width:31px;height:31px;">Temp</th>
<th><img alt="Fatti/Totali" src="@Url.Content("~/images/task-list.png")" style="width:32px;height:32px;"></th>
<th><img alt="Pallet Caricati" src="@Url.Content("~/images/pallet.png")" style="width:31px;height:31px;">Par</th>
<th><img alt="Euro" src="@Url.Content("~/images/icons8-euro-30.png")" style="width:31px;height:31px;">Par</th>
<th><img alt="Pallet Fino ad ora" src="@Url.Content("~/images/pallet.png")" style="width:31px;height:31px;">Temp</th>
<th><img alt="Euro fino ad ora" src="@Url.Content("~/images/icons8-euro-30.png")" style="width:31px;height:31px;">Temp</th>
<th style="width:12%;">&nbsp;</th>
</tr>
</thead>
@ -93,6 +94,9 @@
<td>
@Html.DisplayFor(modelItem => item.CodMezzo) - @Html.DisplayFor(modelItem => item.Automezzo)
</td>
<td>
@Html.DisplayFor(modelItem => item.DestinazioniFatte)/@Html.DisplayFor(modelItem => item.DestinazioniTutte)
</td>
<td>
@Html.DisplayFor(modelItem => item.BancaliCaricati)
</td>

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B