2024-10-05 18:43:25 +02:00
|
|
|
{{define "title"}}Falcon UI{{end}}
|
2024-10-04 20:02:51 +02:00
|
|
|
|
2024-10-05 18:43:25 +02:00
|
|
|
{{define "body"}}
|
2024-10-04 20:02:51 +02:00
|
|
|
|
2024-10-05 18:43:25 +02:00
|
|
|
<div class="container is-fluid">
|
2024-10-09 16:02:06 +02:00
|
|
|
<hr>
|
|
|
|
<h3 class="title is-3">Panel principal</h3>
|
|
|
|
<div class="columns is-multiline">
|
|
|
|
<div class="column is-12">
|
|
|
|
<nav class="panel is-link">
|
|
|
|
<p class="panel-heading"><i class="fas fa-chart-line" aria-hidden="true"></i> Estadísticas turno</p>
|
|
|
|
<div class="panel-block">
|
|
|
|
<table class="table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2024-10-10 12:29:38 +02:00
|
|
|
<th>Paq.Etiquetados</th>
|
|
|
|
<th>Eti.Leídas</th>
|
|
|
|
<th>Paq.Confirmados</th>
|
2024-10-09 16:02:06 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2024-10-10 12:29:38 +02:00
|
|
|
<td><span class="tag is-primary is-medium">000</span></td>
|
|
|
|
<td><span class="tag is-primary is-medium">000</span></td>
|
|
|
|
<td><span class="tag is-primary is-medium">000</span></td>
|
2024-10-09 16:02:06 +02:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</nav>
|
2024-10-05 18:43:25 +02:00
|
|
|
</div>
|
2024-10-10 12:29:38 +02:00
|
|
|
<div class="column is-2">
|
2024-10-05 18:43:25 +02:00
|
|
|
<nav class="panel is-link">
|
2024-10-10 12:14:21 +02:00
|
|
|
<p class="panel-heading"><i class="fas fa-barcode"></i> Etiquetas leídas ATA12</p>
|
2024-10-05 18:43:25 +02:00
|
|
|
<div class="panel-block">
|
|
|
|
<table class="table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2024-10-07 10:25:25 +02:00
|
|
|
<th><abbr title="Unidad de almacén">UA</abbr></th>
|
|
|
|
<th>Origen</th>
|
2024-10-05 18:43:25 +02:00
|
|
|
<th>Fecha</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
2024-10-07 10:25:25 +02:00
|
|
|
<th><abbr title="Unidad de almacén">UA</abbr></th>
|
|
|
|
<th>Origen</th>
|
2024-10-05 18:43:25 +02:00
|
|
|
<th>Fecha</th>
|
|
|
|
</tr>
|
|
|
|
</tfoot>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>9401234567</td>
|
|
|
|
<td>1</td>
|
|
|
|
<td>05/10/2024 08:19</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</div>
|
2024-10-10 12:14:21 +02:00
|
|
|
{{ if .BundlesATA12 }}
|
2024-10-10 12:29:38 +02:00
|
|
|
<div class="column is-10">
|
2024-10-05 18:43:25 +02:00
|
|
|
<nav class="panel is-link">
|
2024-10-10 12:14:21 +02:00
|
|
|
<p class="panel-heading"><i class="fas fa-box"></i> Paquetes ATA12</p>
|
2024-10-05 18:43:25 +02:00
|
|
|
<div class="panel-block">
|
|
|
|
<table class="table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th><abbr title="Unidad de almacén">UA</abbr></th>
|
|
|
|
<th>PO</th>
|
|
|
|
<th>CO</th>
|
|
|
|
<th>Calidad</th>
|
|
|
|
<th>Código SAP</th>
|
|
|
|
<th>Producto</th>
|
|
|
|
<th>Peso</th>
|
|
|
|
<th>Desvío</th>
|
2024-10-09 16:02:06 +02:00
|
|
|
<th><abbr title="Paquete confirmado">Conf.</abbr></th>
|
|
|
|
<th><abbr title="Nivel 3">N3</abbr></th>
|
2024-10-05 18:43:25 +02:00
|
|
|
<th>SAP</th>
|
2024-10-09 16:02:06 +02:00
|
|
|
<th>Fecha</th>
|
2024-10-05 18:43:25 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
|
|
|
<th><abbr title="Unidad de almacén">UA</abbr></th>
|
|
|
|
<th>PO</th>
|
|
|
|
<th>CO</th>
|
|
|
|
<th>Calidad</th>
|
|
|
|
<th>Código SAP</th>
|
|
|
|
<th>Producto</th>
|
|
|
|
<th>Peso</th>
|
|
|
|
<th>Desvío</th>
|
2024-10-09 16:02:06 +02:00
|
|
|
<th><abbr title="Paquete confirmado">Conf.</abbr></th>
|
|
|
|
<th><abbr title="Nivel 3">N3</abbr></th>
|
2024-10-05 18:43:25 +02:00
|
|
|
<th>SAP</th>
|
2024-10-09 16:02:06 +02:00
|
|
|
<th>Fecha</th>
|
2024-10-05 18:43:25 +02:00
|
|
|
</tr>
|
|
|
|
</tfoot>
|
|
|
|
<tbody>
|
2024-10-10 12:14:21 +02:00
|
|
|
{{ range .BundlesATA12 }}
|
2024-10-05 18:43:25 +02:00
|
|
|
<tr>
|
2024-10-09 16:02:06 +02:00
|
|
|
<td><a href="">{{ .Nromatricula }}</a></td>
|
|
|
|
<td><a href="">{{ .Po }}</a></td>
|
|
|
|
<td><a href="">{{ .Co }}</a></td>
|
|
|
|
<td>{{ .Calidad }}</td>
|
|
|
|
<td>{{ .Matnr }}</td>
|
|
|
|
<td>{{ .SeccionTipo }}</td>
|
|
|
|
<td>{{ .PaquetePeso }}</td>
|
|
|
|
<td>{{ .FormatDesvio }}</td>
|
2024-10-10 12:14:21 +02:00
|
|
|
{{if .Confirmed }}
|
|
|
|
<td class="has-background-primary has-text-white">Sí</td>
|
|
|
|
{{ else }}
|
|
|
|
<td class="has-background-danger has-text-white">No</td>
|
2024-10-10 12:29:38 +02:00
|
|
|
{{ end }}
|
|
|
|
{{if .L3Sended }}
|
|
|
|
<td class="has-background-primary has-text-white">Sí</td>
|
|
|
|
{{ else }}
|
|
|
|
<td class="has-background-danger has-text-white">No</td>
|
|
|
|
{{ end }}
|
|
|
|
{{if .SAP }}
|
|
|
|
<td class="has-background-primary has-text-white">Sí</td>
|
|
|
|
{{ else }}
|
|
|
|
<td class="has-background-danger has-text-white">No</td>
|
|
|
|
{{ end }}
|
|
|
|
<td>{{ .FormatCreatedAt }}</td>
|
|
|
|
</tr>
|
|
|
|
{{ end }}
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
<div class="column is-2">
|
|
|
|
<nav class="panel is-link">
|
|
|
|
<p class="panel-heading"><i class="fas fa-barcode"></i> Etiquetas leídas ATA345</p>
|
|
|
|
<div class="panel-block">
|
|
|
|
<table class="table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th><abbr title="Unidad de almacén">UA</abbr></th>
|
|
|
|
<th>Origen</th>
|
|
|
|
<th>Fecha</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
|
|
|
<th><abbr title="Unidad de almacén">UA</abbr></th>
|
|
|
|
<th>Origen</th>
|
|
|
|
<th>Fecha</th>
|
|
|
|
</tr>
|
|
|
|
</tfoot>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>9401234567</td>
|
|
|
|
<td>1</td>
|
|
|
|
<td>05/10/2024 08:19</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
{{ if .BundlesATA345 }}
|
|
|
|
<div class="column is-10">
|
|
|
|
<nav class="panel is-link">
|
|
|
|
<p class="panel-heading"><i class="fas fa-box"></i> Paquetes ATA345</p>
|
|
|
|
<div class="panel-block">
|
|
|
|
<table class="table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th><abbr title="Unidad de almacén">UA</abbr></th>
|
|
|
|
<th>PO</th>
|
|
|
|
<th>CO</th>
|
|
|
|
<th>Calidad</th>
|
|
|
|
<th>Código SAP</th>
|
|
|
|
<th>Producto</th>
|
|
|
|
<th>Peso</th>
|
|
|
|
<th>Desvío</th>
|
|
|
|
<th><abbr title="Paquete confirmado">Conf.</abbr></th>
|
|
|
|
<th><abbr title="Nivel 3">N3</abbr></th>
|
|
|
|
<th>SAP</th>
|
|
|
|
<th>Fecha</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
|
|
|
<th><abbr title="Unidad de almacén">UA</abbr></th>
|
|
|
|
<th>PO</th>
|
|
|
|
<th>CO</th>
|
|
|
|
<th>Calidad</th>
|
|
|
|
<th>Código SAP</th>
|
|
|
|
<th>Producto</th>
|
|
|
|
<th>Peso</th>
|
|
|
|
<th>Desvío</th>
|
|
|
|
<th><abbr title="Paquete confirmado">Conf.</abbr></th>
|
|
|
|
<th><abbr title="Nivel 3">N3</abbr></th>
|
|
|
|
<th>SAP</th>
|
|
|
|
<th>Fecha</th>
|
|
|
|
</tr>
|
|
|
|
</tfoot>
|
|
|
|
<tbody>
|
|
|
|
{{ range .BundlesATA345 }}
|
|
|
|
<tr>
|
|
|
|
<td><a href="">{{ .Nromatricula }}</a></td>
|
|
|
|
<td><a href="">{{ .Po }}</a></td>
|
|
|
|
<td><a href="">{{ .Co }}</a></td>
|
|
|
|
<td>{{ .Calidad }}</td>
|
|
|
|
<td>{{ .Matnr }}</td>
|
|
|
|
<td>{{ .SeccionTipo }}</td>
|
|
|
|
<td>{{ .PaquetePeso }}</td>
|
|
|
|
<td>{{ .FormatDesvio }}</td>
|
|
|
|
{{if .Confirmed }}
|
|
|
|
<td class="has-background-primary has-text-white">Sí</td>
|
|
|
|
{{ else }}
|
|
|
|
<td class="has-background-danger has-text-white">No</td>
|
2024-10-10 12:14:21 +02:00
|
|
|
{{ end }}
|
|
|
|
{{if .L3Sended }}
|
|
|
|
<td class="has-background-primary has-text-white">Sí</td>
|
|
|
|
{{ else }}
|
|
|
|
<td class="has-background-danger has-text-white">No</td>
|
|
|
|
{{ end }}
|
|
|
|
{{if .SAP }}
|
|
|
|
<td class="has-background-primary has-text-white">Sí</td>
|
|
|
|
{{ else }}
|
|
|
|
<td class="has-background-danger has-text-white">No</td>
|
|
|
|
{{ end }}
|
2024-10-09 16:02:06 +02:00
|
|
|
<td>{{ .FormatCreatedAt }}</td>
|
2024-10-05 18:43:25 +02:00
|
|
|
</tr>
|
2024-10-09 16:02:06 +02:00
|
|
|
{{ end }}
|
2024-10-05 18:43:25 +02:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</nav>
|
2024-10-05 08:52:48 +02:00
|
|
|
</div>
|
2024-10-09 16:02:06 +02:00
|
|
|
{{ end }}
|
2024-10-04 20:02:51 +02:00
|
|
|
</div>
|
2024-10-05 18:43:25 +02:00
|
|
|
</div>
|
|
|
|
{{ end }}
|