Updated Template files From EU to USD number format

This commit is contained in:
mrjohndowe 2022-02-22 17:49:57 -07:00
parent 93a2e9b250
commit a75566ff50
21 changed files with 108 additions and 108 deletions

View File

@ -9,8 +9,8 @@
<strong>{$stable.name}</strong><span class="badge badge-secondary badge-pill">{$stable.numberOfAnimals}</span>
</button>
<div id="collapse{$stableI3dName}" class="collapse {if $currentStable == $stableI3dName}show{/if}" data-parent="#accordion">
{foreach $stable.animals as $animalI3dName => $animal} <a href="index.php?page={$page}&stable={$stableI3dName}&animal={$animalI3dName}" class="list-group-item list-group-item-action"> {$animal.name}{if $animal.isHorse}<br> <small>Tägliches Reiten<span class="float-right">{$animal.ridingTimer|number_format:0:",":"."}
%</span></small>{else}<span class="float-right">{$animal.count}</span><br> <small>##PRODUCTIVITY##<span class="float-right">{$stable.productivity|number_format:0:",":"."} %</span></small>{/if}
{foreach $stable.animals as $animalI3dName => $animal} <a href="index.php?page={$page}&stable={$stableI3dName}&animal={$animalI3dName}" class="list-group-item list-group-item-action"> {$animal.name}{if $animal.isHorse}<br> <small>Tägliches Reiten<span class="float-right">{$animal.ridingTimer|number_format:0:".":","}
%</span></small>{else}<span class="float-right">{$animal.count}</span><br> <small>##PRODUCTIVITY##<span class="float-right">{$stable.productivity|number_format:0:".":","} %</span></small>{/if}
</a> {foreachelse} <a href="#" class="list-group-item list-group-item-action"> ##NO_ANIMALS_IN_STABLE##<br>&nbsp;
</a>{/foreach}
</div>
@ -24,7 +24,7 @@
<div class="col-lg-6">
<h4>
{$stables.$currentStable.animals.$currentAnimal.name}<span class="float-right">{if $stables.$currentStable.animals.$currentAnimal.isHorse}
{$stables.$currentStable.animals.$currentAnimal.value|number_format:0:",":"."}{else}{$stables.$currentStable.animals.$currentAnimal.count|number_format:0:",":"."}{/if}</span>
{$stables.$currentStable.animals.$currentAnimal.value|number_format:0:".":","}{else}{$stables.$currentStable.animals.$currentAnimal.count|number_format:0:".":","}{/if}</span>
</h4>
<img src="{#IMAGES#}/animals/{$stables.$currentStable.animals.$currentAnimal.image}.png" class="img-fluid h-50 mx-auto d-block"> {if $stables.$currentStable.forHorses}
<div class="row">
@ -62,7 +62,7 @@
<div class="col-6">
<h5>##PRODUCTIVITY##</h5>
</div>
<div class="col-3 text-right">{$stables.$currentStable.productivity|number_format:0:",":"."} %</div>
<div class="col-3 text-right">{$stables.$currentStable.productivity|number_format:0:".":","} %</div>
<div class="col-3">
<div class="progress">
{$style='style="width: '|cat:$stables.$currentStable.productivity|cat:'%"'}
@ -81,7 +81,7 @@
{foreach $stables.$currentStable.product as $productName => $product}
<div class="row mt-1">
<div class="col-6">{$product.name}</div>
<div class="col-6 text-right">{$product.value|number_format:0:",":"."} {$product.unit}</div>
<div class="col-6 text-right">{$product.value|number_format:0:".":","} {$product.unit}</div>
</div>
{/foreach} {/if}
</div>
@ -91,7 +91,7 @@
{foreach $stables.$currentStable.state as $stateName => $state}
<div class="row mt-1">
<div class="col-6">{$state.name}</div>
<div class="col-3 text-right">{$state.value|number_format:0:",":"."} {$state.unit}</div>
<div class="col-3 text-right">{$state.value|number_format:0:".":","} {$state.unit}</div>
<div class="col-3">
<div class="progress">
{$style='style="width: '|cat:$state.factor|cat:'%"'}
@ -104,7 +104,7 @@
{foreach $stables.$currentStable.trough as $foodName => $food}
<div class="row mt-1">
<div class="col-6">{$food.name}</div>
<div class="col-3 text-right">{$food.value|number_format:0:",":"."} {$food.unit}</div>
<div class="col-3 text-right">{$food.value|number_format:0:".":","} {$food.unit}</div>
<div class="col-3">
<div class="progress">
{$style='style="width: '|cat:$food.factor|cat:'%"'}

View File

@ -12,7 +12,7 @@
<tbody>
<tr class="d-flex">
{foreach $farms as $farmId => $farm}
<td class="col-3"><strong>##FINANCES##: <span class="float-right">{$farm.money|number_format:0:",":"."}</span></strong></td> {/foreach}
<td class="col-3"><strong>##FINANCES##: <span class="float-right">{$farm.money|number_format:0:".":","}</span></strong></td> {/foreach}
</tr>
<tr class="d-flex">
{foreach $farms as $farmId => $farm}

View File

@ -40,25 +40,25 @@
<div class="col-3">
<ul class="list-unstyled">
<li><span class="h5">&nbsp;</span></li>
<li class="text-right pr-3">{$assets.A1|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.A2|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.A3|number_format:0:",":"."}</li>
<li class="text-right pr-3 border-top">{$assets.A1+$assets.A2+$assets.A3|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.A1|number_format:0:".":","}</li>
<li class="text-right pr-3">{$assets.A2|number_format:0:".":","}</li>
<li class="text-right pr-3">{$assets.A3|number_format:0:".":","}</li>
<li class="text-right pr-3 border-top">{$assets.A1+$assets.A2+$assets.A3|number_format:0:".":","}</li>
<li><span class="h5">&nbsp;</span></li>
<li class="text-right pr-3">{$assets.B1|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.B2|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.B3|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.B4|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.B5|number_format:0:",":"."}</li>
<li class="text-right pr-3 border-top">{$assets.B1+$assets.B2+$assets.B3+$assets.B4+$assets.B5|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.B1|number_format:0:".":","}</li>
<li class="text-right pr-3">{$assets.B2|number_format:0:".":","}</li>
<li class="text-right pr-3">{$assets.B3|number_format:0:".":","}</li>
<li class="text-right pr-3">{$assets.B4|number_format:0:".":","}</li>
<li class="text-right pr-3">{$assets.B5|number_format:0:".":","}</li>
<li class="text-right pr-3 border-top">{$assets.B1+$assets.B2+$assets.B3+$assets.B4+$assets.B5|number_format:0:".":","}</li>
<li><span class="h5">&nbsp;</span></li>
<li>&nbsp;</li>
<li class="text-right pr-3">{$assets.CI1|number_format:0:",":"."}</li>
<!-- <li class="text-right pr-3">{if isset($assets.CI2)}{$assets.CI2|number_format:0:",":"."}{/if}</li> -->
<li class="text-right pr-3">{$assets.CI3|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.CII|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.CIII|number_format:0:",":"."}</li>
<li class="text-right pr-3 border-top">{$assets.CI1+$assets.CI3+$assets.CII+$assets.CIII|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$assets.CI1|number_format:0:".":","}</li>
<!-- <li class="text-right pr-3">{if isset($assets.CI2)}{$assets.CI2|number_format:0:".":","}{/if}</li> -->
<li class="text-right pr-3">{$assets.CI3|number_format:0:".":","}</li>
<li class="text-right pr-3">{$assets.CII|number_format:0:".":","}</li>
<li class="text-right pr-3">{$assets.CIII|number_format:0:".":","}</li>
<li class="text-right pr-3 border-top">{$assets.CI1+$assets.CI3+$assets.CII+$assets.CIII|number_format:0:".":","}</li>
</ul>
</div>
</div>
@ -85,13 +85,13 @@
<div class="col-3">
<ul class="list-unstyled">
<li><span class="h5">&nbsp;</span></li>
<li class="text-right pr-3">{$liabilities.A1|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$liabilities.A2|number_format:0:",":"."}</li>
<li class="text-right pr-3 border-top">{$liabilities.A1+$liabilities.A2|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$liabilities.A1|number_format:0:".":","}</li>
<li class="text-right pr-3">{$liabilities.A2|number_format:0:".":","}</li>
<li class="text-right pr-3 border-top">{$liabilities.A1+$liabilities.A2|number_format:0:".":","}</li>
<li><span class="h5">&nbsp;</span></li>
<li class="text-right pr-3">{$liabilities.B1|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$liabilities.B2|number_format:0:",":"."}</li>
<li class="text-right pr-3 border-top">{$liabilities.B1+$liabilities.B2|number_format:0:",":"."}</li>
<li class="text-right pr-3">{$liabilities.B1|number_format:0:".":","}</li>
<li class="text-right pr-3">{$liabilities.B2|number_format:0:".":","}</li>
<li class="text-right pr-3 border-top">{$liabilities.B1+$liabilities.B2|number_format:0:".":","}</li>
</ul>
</div>
</div>
@ -103,7 +103,7 @@
<p class="h5 pt-1">##BS_TOTAL_LEFT##</p>
</div>
<div class="col-3">
<p class="h5 text-right pr-3 pt-1">{$balanceSheetSum|number_format:0:",":"."}</p>
<p class="h5 text-right pr-3 pt-1">{$balanceSheetSum|number_format:0:".":","}</p>
</div>
</div>
</div>
@ -113,7 +113,7 @@
<p class="h5 pt-1">##BS_TOTAL_RIGHT##</p>
</div>
<div class="col-3">
<p class="h5 text-right pr-3 pt-1">{$balanceSheetSum|number_format:0:",":"."}</p>
<p class="h5 text-right pr-3 pt-1">{$balanceSheetSum|number_format:0:".":","}</p>
</div>
</div>
</div>
@ -125,7 +125,7 @@
<h5>
##BWL_ADG##
<a href="#BWLADG" data-toggle="collapse" class="small">Details</a>
<span class="float-right">{$ratios.adg|number_format:0:",":"."} %</span>
<span class="float-right">{$ratios.adg|number_format:0:".":","} %</span>
</h5>
<div class="collapse" id="BWLADG">
<p class="text-justify">##BWL_ADG_P1##</p>
@ -143,7 +143,7 @@
<h5>
##BWL_EKQ##
<a href="#BWLEKQ" data-toggle="collapse" class="small">Details</a>
<span class="float-right">{$ratios.ekq|number_format:0:",":"."} %</span>
<span class="float-right">{$ratios.ekq|number_format:0:".":","} %</span>
</h5>
<div class="collapse" id="BWLEKQ">
<p class="text-justify">##BWL_EKQ_P1##</p>
@ -161,7 +161,7 @@
<h5>
##BWL_EKR##
<a href="#BWLEKR" data-toggle="collapse" class="small">Details</a>
<span class="float-right">{$ratios.ekr|number_format:0:",":"."} %</span>
<span class="float-right">{$ratios.ekr|number_format:0:".":","} %</span>
</h5>
<div class="collapse" id="BWLEKR">
<p class="text-justify">##BWL_EKR_P1##</p>
@ -179,7 +179,7 @@
<h5>
##BWL_FKQ##
<a href="#BWLFKQ" data-toggle="collapse" class="small">Details</a>
<span class="float-right">{$ratios.fkq|number_format:0:",":"."} %</span>
<span class="float-right">{$ratios.fkq|number_format:0:".":","} %</span>
</h5>
<div class="collapse" id="BWLFKQ">
<p class="text-justify">##BWL_FKQ_P1##</p>
@ -197,7 +197,7 @@
<h5>
##BWL_FKD##
<a href="#BWLFK" data-toggle="collapse" class="small">Details</a>
<span class="float-right">{$ratios.fkd|number_format:0:",":"."} %</span>
<span class="float-right">{$ratios.fkd|number_format:0:".":","} %</span>
</h5>
<div class="collapse" id="BWLFK">
<p class="text-justify">##BWL_FKD_P1##</p>
@ -219,7 +219,7 @@
<h5>
##BWL_L##
<a href="#BWLL" data-toggle="collapse" class="small">Details</a>
<span class="float-right">{$ratios.l3g|number_format:0:",":"."} %</span>
<span class="float-right">{$ratios.l3g|number_format:0:".":","} %</span>
</h5>
<div class="collapse" id="BWLl">
<p class="text-justify">##BWL_L_P1##</p>
@ -237,7 +237,7 @@
<h5>
##BWL_GKR##
<a href="#BWLGKR" data-toggle="collapse" class="small">Details</a>
<span class="float-right">{$ratios.gkr|number_format:0:",":"."} %</span>
<span class="float-right">{$ratios.gkr|number_format:0:".":","} %</span>
</h5>
<div class="collapse" id="BWLGKR">
<p class="text-justify">##BWL_GKR_P1##</p>
@ -280,7 +280,7 @@
{foreach $financeElements as $element => $category}
<tr>
<td>##{$element|strtoupper}##</td> {for $day = 4 to 0 step -1}
<td class="text-right" style="width: 13%">{if isset($financeHistory.$day)}{$financeHistory.$day.$element|number_format:0:",":"."}{/if}</td>
<td class="text-right" style="width: 13%">{if isset($financeHistory.$day)}{$financeHistory.$day.$element|number_format:0:".":","}{/if}</td>
{/for}
</tr>
{/foreach}
@ -288,16 +288,16 @@
<tfoot>
<tr>
<th>##TOTAL##</th> {for $day = 4 to 0 step -1}
<th class="text-right" style="width: 13%">{if isset($financeHistory.$day)}{$financeHistory.$day.total|number_format:0:",":"."}{/if}</th> {/for}
<th class="text-right" style="width: 13%">{if isset($financeHistory.$day)}{$financeHistory.$day.total|number_format:0:".":","}{/if}</th> {/for}
</tr>
<tr>
<td colspan="4"><strong>##BALANCE1##</strong></td>
<td class="text-right" colspan="2"><strong>{$money|number_format:0:",":"."}</strong></td>
<td class="text-right" colspan="2"><strong>{$money|number_format:0:".":","}</strong></td>
</tr>
<tr>
<td colspan="4"><strong>##BALANCE2##</strong></td>
<td class="text-right {if $money-$loan < 0}text-danger{else}text-success{/if}" colspan="2"><strong>(##LOAN##: {{$loan|number_format:0:",":"."}})
{($money-$loan)|number_format:0:",":"."}</strong></td>
<td class="text-right {if $money-$loan < 0}text-danger{else}text-success{/if}" colspan="2"><strong>(##LOAN##: {{$loan|number_format:0:".":","}})
{($money-$loan)|number_format:0:".":","}</strong></td>
</tr>
</tfoot>
</table>
@ -317,8 +317,8 @@
"pageLength": rows,
"dom": "<'row'<'col-sm-6'><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/{$smarty.session.language}/dataTables.lang"
}
} );

View File

@ -17,10 +17,10 @@
{foreach $missions as $mission}
<tr>
<td class="text-right pr-3">{if isset($mission.field)}{$mission.field}{/if}</td>
<td class="text-right pr-3">{if isset($mission.field)}{$mission.fieldSize|number_format:2:",":"."}{/if}</td>
<td class="text-right pr-3">{if isset($mission.field)}{$mission.fieldSize|number_format:2:".":","}{/if}</td>
<td>{$mission.type}{if $mission.type=='##MIS_HARVEST##' || $mission.type=='##MIS_MOW_BALE##'} ({$mission.fruitTypeName}){/if}</td>
<td class="text-right pr-3">{$mission.reward|number_format:0:",":"."}</td>
<td class="text-right pr-3">{if isset($mission.field)}{$mission.vehicleUseCost|number_format:0:",":"."}{/if}</td>
<td class="text-right pr-3">{$mission.reward|number_format:0:".":","}</td>
<td class="text-right pr-3">{if isset($mission.field)}{$mission.vehicleUseCost|number_format:0:".":","}{/if}</td>
<td class="col-2">{if isset($mission.farmId)}{$farms[$mission.farmId].name}{/if}</td>
<td>{if $mission.success}##ABGESCHLOSSEN##{elseif $mission.status}##ACTIVE##{/if}</td>
</tr>
@ -42,11 +42,11 @@
paging: false,
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>><'row mt-3'<'col-sm-6'><'col-sm-6'f>>", // cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"url": "./language/{$smarty.session.language}/dataTables.lang"
}
"./language/{$smarty.session.language}/dataTables.lang"
}"language": {
"decimal": ".",
"thousands": ",",
"url":
} );
} );
</script>

View File

@ -31,6 +31,6 @@
{/if}
{/foreach}
</ul>
<span class="navbar-text bg-secondary text-white px-3 text-right font-weight-bold text-nowrap">##DAY## {$currentDay}, {$dayTime}{if $money !== false} | {$money|number_format:0:",":"."}{/if}</span>
<span class="navbar-text bg-secondary text-white px-3 text-right font-weight-bold text-nowrap">##DAY## {$currentDay}, {$dayTime}{if $money !== false} | {$money|number_format:0:".":","}{/if}</span>
</div>
</nav>

View File

@ -36,7 +36,7 @@
{else}
{$trend='<i class="fas fa-caret-down" style="visibility: hidden"></i>'}
{/if}
{$value=$fillTypeData.locations.$location.price|floor|number_format:0:",":"."}
{$value=$fillTypeData.locations.$location.price|floor|number_format:0:".":","}
{else}
{$dataorder=""}{$class=""}{$value=""}{$trend=""}
@ -49,7 +49,7 @@
<tfoot>
<tr>
<th>##STOCKS##</th> {foreach $prices as $fillType => $fillTypeData}
<th class="text-right pr-2">{if isset($commodities.$fillType)}{$commodities.$fillType.overall|number_format:0:",":"."}{/if}</th> {/foreach}
<th class="text-right pr-2">{if isset($commodities.$fillType)}{$commodities.$fillType.overall|number_format:0:".":","}{/if}</th> {/foreach}
</tr>
</tfoot>
</table>
@ -107,14 +107,14 @@
<tr>
<td>{$fillType}</td>
<td>{$fillTypeData.bestLocation}</td>
<td class="text-right col-1 pr-3">{$fillTypeData.minPrice|number_format:0:",":"."}</td>
<td class="text-right col-1 pr-3">{$fillTypeData.maxPrice|number_format:0:",":"."}</td>
<td class="text-right col-1 pr-3 {if $fillTypeData.greatDemand}text-info{elseif $percent>=60}text-success{elseif $percent<=40}text-danger{/if}">{$fillTypeData.bestPrice|floor|number_format:0:",":"."} {if $fillTypeData.priceTrend == 1} <i class="fas fa-caret-up text-success"></i> {elseif
<td class="text-right col-1 pr-3">{$fillTypeData.minPrice|number_format:0:".":","}</td>
<td class="text-right col-1 pr-3">{$fillTypeData.maxPrice|number_format:0:".":","}</td>
<td class="text-right col-1 pr-3 {if $fillTypeData.greatDemand}text-info{elseif $percent>=60}text-success{elseif $percent<=40}text-danger{/if}">{$fillTypeData.bestPrice|floor|number_format:0:".":","} {if $fillTypeData.priceTrend == 1} <i class="fas fa-caret-up text-success"></i> {elseif
$fillTypeData.priceTrend == -1} <i class="fas fa-caret-down text-danger"></i> {else} <i class="fas fa-caret-down" style="visibility: hidden"></i> {/if}
</td>
<td class="text-center text-nowrap">{$percent|number_format:0:",":"."} %</td> {if $options['farmId']>0}{if isset($commodities.$fillType) && $commodities.$fillType.overall > 0}
<td class="text-right col-1 pr-3">{$commodities.$fillType.overall|number_format:0:",":"."}</td> {math equation="overall * bestPrice / 1000" overall=$commodities.$fillType.overall bestPrice=$fillTypeData.bestPrice assign="proceeds"}
<td class="text-right col-1 pr-3">{$proceeds|number_format:0:",":"."}</td> {else}
<td class="text-center text-nowrap">{$percent|number_format:0:".":","} %</td> {if $options['farmId']>0}{if isset($commodities.$fillType) && $commodities.$fillType.overall > 0}
<td class="text-right col-1 pr-3">{$commodities.$fillType.overall|number_format:0:".":","}</td> {math equation="overall * bestPrice / 1000" overall=$commodities.$fillType.overall bestPrice=$fillTypeData.bestPrice assign="proceeds"}
<td class="text-right col-1 pr-3">{$proceeds|number_format:0:".":","}</td> {else}
<td></td>
<td></td> {/if}{/if}
</tr>
@ -140,8 +140,8 @@
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>",
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/{$smarty.session.language}/dataTables.lang"
}
} );

View File

@ -11,8 +11,8 @@
{foreach $farm.statistics as $statistic => $value}
<tr>
<th>{$value.item}{if $value.category == 'litres'} [##LITRES##]{elseif $value.category == 'hectares'} [##HA##]{/if}</th> {foreach $farms as $sFrmId => $sFarm}
<td class="text-right pr-3">{if $sFarm.statistics.$statistic.category == 'count'} {$sFarm.statistics.$statistic.value|number_format:0:",":"."} {elseif $sFarm.statistics.$statistic.category == 'litres'} {$sFarm.statistics.$statistic.value|number_format:2:",":"."} {elseif
$sFarm.statistics.$statistic.category == 'hectares'} {$sFarm.statistics.$statistic.value|number_format:2:",":"."} {elseif $sFarm.statistics.$statistic.category == 'time'} {$sFarm.statistics.$statistic.value} {/if}</td>{/foreach}
<td class="text-right pr-3">{if $sFarm.statistics.$statistic.category == 'count'} {$sFarm.statistics.$statistic.value|number_format:0:".":","} {elseif $sFarm.statistics.$statistic.category == 'litres'} {$sFarm.statistics.$statistic.value|number_format:2:".":","} {elseif
$sFarm.statistics.$statistic.category == 'hectares'} {$sFarm.statistics.$statistic.value|number_format:2:".":","} {elseif $sFarm.statistics.$statistic.category == 'time'} {$sFarm.statistics.$statistic.value} {/if}</td>{/foreach}
</tr>
{/foreach}
</tbody>

View File

@ -14,7 +14,7 @@
{foreach $commodities as $fillType => $commodity} {if $commodity@iteration > $colmax[$i] && $commodity@iteration <= $colmax[$i+1] }
<tr data-toggle="collapse" href="#collapse{$commodity.i3dName}" {if isset($commodity.outOfMap)}class="danger"{/if}>
<td>{$fillType}</td>
<td class="text-right">{$commodity.overall|number_format:0:",":"."}</td>
<td class="text-right">{$commodity.overall|number_format:0:".":","}</td>
</tr>
{if $commodity.overall>-1}
<tr class="collapse" id="collapse{$commodity.i3dName}">
@ -32,7 +32,7 @@
<tr>
<td>{if isset($plants.$locationName)}<a href="index.php?page=factories&object={$plants.$locationName.i3dName}">{$locationName}</a>{else}{$locationName}{/if}{if $addInfo} ({$addInfo}){/if}
</td>
<td class="text-right">{$location.fillLevel|number_format:0:",":"."}</td>
<td class="text-right">{$location.fillLevel|number_format:0:".":","}</td>
</tr>
{/foreach}
</tbody>

View File

@ -26,10 +26,10 @@
<td class="text-right pr-3">{$vehicle.age}</td>
<td class="text-right pr-3">{$vehicle.wear|number_format:0} %</td>
<td data-order="{$vehicle.operatingTime|number_format:0:" ,":"."}" class="text-right pr-3">{$vehicle.operatingTimeString}</td>
<td data-order="{if $vehicle.propertyState==1}{$vehicle.resale}{else}0{/if}" class="text-right pr-3">{if $vehicle.propertyState==1}{$vehicle.resale|number_format:0:",":"."}{elseif $vehicle.propertyState==3}Mission{/if}</td>
<td class="text-right pr-3">{if $vehicle.propertyState==2}{$vehicle.dayLeasingCost|number_format:0:",":"."}{/if}</td>
<td class="text-right pr-3">{if $vehicle.propertyState==2}{$vehicle.leasingCostPerHour|number_format:0:",":"."}{/if}</td>
<td class="text-right pr-3">{if $vehicle.propertyState==2}{$vehicle.leasingCost|number_format:0:",":"."}{/if}</td>
<td data-order="{if $vehicle.propertyState==1}{$vehicle.resale}{else}0{/if}" class="text-right pr-3">{if $vehicle.propertyState==1}{$vehicle.resale|number_format:0:".":","}{elseif $vehicle.propertyState==3}Mission{/if}</td>
<td class="text-right pr-3">{if $vehicle.propertyState==2}{$vehicle.dayLeasingCost|number_format:0:".":","}{/if}</td>
<td class="text-right pr-3">{if $vehicle.propertyState==2}{$vehicle.leasingCostPerHour|number_format:0:".":","}{/if}</td>
<td class="text-right pr-3">{if $vehicle.propertyState==2}{$vehicle.leasingCost|number_format:0:".":","}{/if}</td>
</tr>
{/foreach}
</tbody>
@ -49,8 +49,8 @@
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>", // cut from beginn: <'row'<'col-sm-6'><'col-sm-6'f>> cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/{$smarty.session.language}/dataTables.lang"
}
} );
@ -77,7 +77,7 @@
<td>{$building.name}</td>
<td class="text-right pr-3">{$building.age}</td>
<td class="text-right pr-3">{$building.price}</td>
<td data-order="{$building.resale}" class="text-right pr-3">{$building.resale|number_format:0:",":"."}</td>
<td data-order="{$building.resale}" class="text-right pr-3">{$building.resale|number_format:0:".":","}</td>
</tr>
{/foreach}
</tbody>
@ -96,8 +96,8 @@
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>", // cut from beginn: <'row'<'col-sm-6'><'col-sm-6'f>> cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/{$smarty.session.language}/dataTables.lang"
}
} );

View File

@ -410,8 +410,8 @@ echo $_prefixVariable1;?>
"pageLength": rows,
"dom": "<'row'<'col-sm-6'><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -247,8 +247,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>",
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -247,8 +247,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>",
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -98,8 +98,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>", // cut from beginn: <'row'<'col-sm-6'><'col-sm-6'f>> cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}
@ -160,8 +160,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>", // cut from beginn: <'row'<'col-sm-6'><'col-sm-6'f>> cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -410,8 +410,8 @@ echo $_prefixVariable1;?>
"pageLength": rows,
"dom": "<'row'<'col-sm-6'><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -98,8 +98,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>", // cut from beginn: <'row'<'col-sm-6'><'col-sm-6'f>> cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}
@ -160,8 +160,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>", // cut from beginn: <'row'<'col-sm-6'><'col-sm-6'f>> cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -98,8 +98,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>", // cut from beginn: <'row'<'col-sm-6'><'col-sm-6'f>> cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}
@ -160,8 +160,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>", // cut from beginn: <'row'<'col-sm-6'><'col-sm-6'f>> cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -410,8 +410,8 @@ echo $_prefixVariable1;?>
"pageLength": rows,
"dom": "<'row'<'col-sm-6'><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -85,8 +85,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>><'row mt-3'<'col-sm-6'><'col-sm-6'f>>", // cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -85,8 +85,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>><'row mt-3'<'col-sm-6'><'col-sm-6'f>>", // cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -85,8 +85,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>><'row mt-3'<'col-sm-6'><'col-sm-6'f>>", // cut from end: <'row'<'col-sm-5'i><'col-sm-7'p>>
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}

View File

@ -247,8 +247,8 @@ $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
stateSave: true,
"dom": "<'row'<'col-sm-12'tr>>",
"language": {
"decimal": ",",
"thousands": ".",
"decimal": ".",
"thousands": ",",
"url": "./language/<?php echo $_SESSION['language'];?>
/dataTables.lang"
}