08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
<tr>
|
||||
<th>Gesamt</th>
|
||||
<th style="color:#37302d; text-align: right;">{{__('VK-Preis')}}</th>
|
||||
<th style="color:#37302d; text-align: right;">{{__('EK-Preis')}}</th>
|
||||
<th style="color:#37302d; text-align: right;">{{__('tables.vk_price')}}</th>
|
||||
<th style="color:#37302d; text-align: right;">{{__('tables.ek_price')}}</th>
|
||||
</tr>
|
||||
@if($hp_order['is_bonus'])
|
||||
<tr class="foot-small">
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
@endif
|
||||
<tr class="foot-small">
|
||||
<td style="color:#37302d; text-align: left; vertical-align: top;line-height:1.6em;">
|
||||
<strong>Gesamtsummen:</strong>
|
||||
<strong>{{ __('order.total_sums') }}:</strong>
|
||||
</td>
|
||||
<td style="color:#37302d; text-align: right; vertical-align: top;line-height:1.6em;"><strong>{{ Util::formatNumber($hp_order['price'])}} €</strong></td>
|
||||
<td style="color:#37302d; text-align: right; vertical-align: top;line-height:1.6em;"><strong>{{ Util::formatNumber($hp_order['ek_price'])}} €</strong></td>
|
||||
|
|
@ -25,14 +25,14 @@
|
|||
</tr>
|
||||
<tr class="foot-small">
|
||||
<td style="color:#37302d; text-align: left; vertical-align: top;line-height:1.6em;">
|
||||
Summe ohne MwSt:
|
||||
{{ __('order.total_without_VAT') }}:
|
||||
</td>
|
||||
<td style="color:#37302d; text-align: right; vertical-align: top;line-height:1.6em;">{{ Util::formatNumber($hp_order['price_net'])}} €</td>
|
||||
<td style="color:#37302d; text-align: right; vertical-align: top;line-height:1.6em;">{{ Util::formatNumber($hp_order['ek_price_net'])}} €</td>
|
||||
</tr>
|
||||
<tr class="foot-small" >
|
||||
<td style="color:#37302d; text-align: left; vertical-align: top;line-height:1.6em;">
|
||||
Enthaltene MwSt:
|
||||
{{ __('order.included_VAT') }}:
|
||||
</td>
|
||||
<td style="color:#37302d; text-align: right; vertical-align: top;line-height:1.6em;">{{ Util::formatNumber($hp_order['price']-$hp_order['price_net'])}} €</td>
|
||||
<td style="color:#37302d; text-align: right; vertical-align: top;line-height:1.6em;">{{ Util::formatNumber($hp_order['ek_price']-$hp_order['ek_price_net'])}} €</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue