1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-07 23:28:50 +01:00
This commit is contained in:
MatteoPistorello 2022-01-03 10:59:16 +01:00
commit 75a6071407
3 changed files with 12 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>