08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -2,13 +2,13 @@
|
|||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-left" style="width: 10%">Artikel-Nr.</th>
|
||||
<th class="text-left" style="width: 40%">Bezeichnung</th>
|
||||
<th class="text-right" style="width: 10%">Menge</th>
|
||||
<th class="text-right" style="width: 10%">Points</th>
|
||||
<th class="text-left" style="width: 10%">{{__('tables.article_no')}}</th>
|
||||
<th class="text-left" style="width: 40%">{{__('tables.label')}}</th>
|
||||
<th class="text-right" style="width: 10%">{{__('tables.quantity')}}</th>
|
||||
<th class="text-right" style="width: 10%">{{__('tables.points')}}</th>
|
||||
<th class="text-right" style="width: 10%">%</th>
|
||||
<th class="text-right" style="width: 15%">VK-Preis*</th>
|
||||
<th class="text-right" style="width: 15%">EK-Preis*</th>
|
||||
<th class="text-right" style="width: 15%">{{__('tables.vk_price')}}*</th>
|
||||
<th class="text-right" style="width: 15%">{{ __('tables.ek_price') }}*</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
@endif
|
||||
<td class=""> </td>
|
||||
<td colspan="2" class="border-top">
|
||||
<strong>Summe:</strong>
|
||||
<b>{{ __('order.sum') }}</b>
|
||||
</td>
|
||||
<td class="border-top text-right"><strong>{{ $hp_order['points'] - $hp_order['bonus_points_diff'] }}</strong></td>
|
||||
<td class=""> </td>
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
<tr class="foot-small">
|
||||
<td class=""> </td>
|
||||
<td colspan="4" class="text-muted">
|
||||
Summe ohne MwSt:
|
||||
{{ __('order.total_without_VAT') }}:
|
||||
</td>
|
||||
<td class="text-muted text-right">{{ Util::formatNumber($hp_order['price_net'])}} €</td>
|
||||
<td class="text-muted text-right">{{ Util::formatNumber($hp_order['ek_price_net'])}} €</td>
|
||||
|
|
@ -60,9 +60,9 @@
|
|||
<tr class="foot-small">
|
||||
<td class=""> </td>
|
||||
<td class="text-left" colspan="4">
|
||||
zzgl. {{ $tax_rate }}% MwSt
|
||||
@if(isset($shopping_order->net_split[$tax_rate]))
|
||||
/ aus {{ Util::formatNumber($shopping_order->net_split[$tax_rate]['ek_net']) }} € EK netto
|
||||
{{ __('order.excl') }} {{ $tax_rate }}% {{ __('order.VAT') }}
|
||||
@if(isset($shopping_order->net_split[$tax_rate]))
|
||||
/ {{ __('pdf.off') }} {{ Util::formatNumber($shopping_order->net_split[$tax_rate]['ek_net']) }} € {{ __('pdf.ek') }} {{ __('pdf.net') }}
|
||||
@endif
|
||||
</td>
|
||||
<td class="text-muted text-right">
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
<tr class="foot-small">
|
||||
<td class=""> </td>
|
||||
<td colspan="4" class="text-muted">
|
||||
Enthaltene MwSt:
|
||||
{{ __('order.included_VAT') }}:
|
||||
</td>
|
||||
<td class="text-muted text-right">
|
||||
<span class="no-line-break">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue