2021-12-10 19:01:17 +01:00
|
|
|
<div class="row justify-content-center">
|
|
|
|
<div class="col-8">
|
|
|
|
<div *ngIf="timeCardsReporting">
|
|
|
|
<h2>
|
2022-10-25 17:51:50 +02:00
|
|
|
<span>Cartellini Rendicontazione</span> [<b>{{ timeCardsReporting.id }}</b>]
|
2021-12-10 19:01:17 +01:00
|
|
|
</h2>
|
|
|
|
|
|
|
|
<dl class="row-md jh-entity-details">
|
|
|
|
<dt><span>Id</span></dt>
|
|
|
|
<dd>{{ timeCardsReporting.id }}</dd>
|
|
|
|
|
|
|
|
<dt><span>Nome</span></dt>
|
|
|
|
<dd>{{ timeCardsReporting.year }}</dd>
|
|
|
|
|
|
|
|
<dt><span>Operazioni</span></dt>
|
|
|
|
<dd>{{ timeCardsReporting.month }}</dd>
|
|
|
|
|
|
|
|
<dt><span>Id Flusso</span></dt>
|
|
|
|
<dd>{{ timeCardsReporting.idFlusso }}</dd>
|
|
|
|
|
|
|
|
<dt><span>Last Updated</span></dt>
|
|
|
|
<dd>{{ timeCardsReporting.lastUpdate }}</dd>
|
|
|
|
</dl>
|
|
|
|
|
|
|
|
<button type="submit" routerLink="../../" class="btn btn-info">
|
|
|
|
<fa-icon icon="arrow-left"></fa-icon> <span>Back</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|