Merge pull request #1004 from lucapsg/fix-stampe
Adeguamento stampe consuntivo
This commit is contained in:
commit
f97cf6e588
|
@ -74,9 +74,10 @@ echo '
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">'.tr('Documento', [], ['upper' => true]).'</th>
|
<th colspan="2">'.tr('Documento', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Imponibile', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:10%">'.tr('Ore', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Sconto', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:15%">'.tr('Imponibile', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Totale imponibile', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:15%">'.tr('Sconto', [], ['upper' => true]).'</th>
|
||||||
|
<th class="text-center" style="width:15%">'.tr('Totale imponibile', [], ['upper' => true]).'</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
|
|
@ -74,9 +74,10 @@ echo '
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">'.tr('Documento', [], ['upper' => true]).'</th>
|
<th colspan="2">'.tr('Documento', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Imponibile', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:10%">'.tr('Ore', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Sconto', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:15%">'.tr('Imponibile', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Totale imponibile', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:15%">'.tr('Sconto', [], ['upper' => true]).'</th>
|
||||||
|
<th class="text-center" style="width:15%">'.tr('Totale imponibile', [], ['upper' => true]).'</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
|
|
@ -74,9 +74,10 @@ echo '
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">'.tr('Documento', [], ['upper' => true]).'</th>
|
<th colspan="2">'.tr('Documento', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Imponibile', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:10%">'.tr('Ore', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Sconto', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:15%">'.tr('Imponibile', [], ['upper' => true]).'</th>
|
||||||
<th class="text-center">'.tr('Totale imponibile', [], ['upper' => true]).'</th>
|
<th class="text-center" style="width:15%">'.tr('Sconto', [], ['upper' => true]).'</th>
|
||||||
|
<th class="text-center" style="width:15%">'.tr('Totale imponibile', [], ['upper' => true]).'</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue