Categories, Netto Homeparty
This commit is contained in:
parent
7d1ee844eb
commit
351a8f763c
13 changed files with 144 additions and 64 deletions
|
|
@ -3,10 +3,10 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th class="text-right">{{__('EK-Preis')}}</th>
|
||||
<th class="text-right">{{__('Points')}}</th>
|
||||
<th class="text-right">{{__('Verdienst')}}</th>
|
||||
<th class="text-right">{{__('VK-Preis')}}</th>
|
||||
<th class="text-right">{{__('EK-Preis')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -16,9 +16,6 @@
|
|||
<td>
|
||||
<strong>Gastgeber/in {{$homeparty->homeparty_host->billing_firstname}} {{$homeparty->homeparty_host->billing_lastname}}</strong>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
{{$user_cart->getFormattedEkPrice()}} €
|
||||
</td>
|
||||
<td class="text-right">
|
||||
{{$user_cart->getFormattedPoints()}}
|
||||
</td>
|
||||
|
|
@ -28,6 +25,9 @@
|
|||
<td class="text-right">
|
||||
{{$user_cart->getFormattedPrice()}} €
|
||||
</td>
|
||||
<td class="text-right">
|
||||
{{$user_cart->getFormattedEkPrice()}} €
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
||||
|
|
@ -40,9 +40,6 @@
|
|||
<td>
|
||||
<strong> {!! $g_count++ !!}. Gast {{$homeparty_guest->billing_firstname}} {{$homeparty_guest->billing_lastname}}</strong>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
{{$user_cart->getFormattedEkPrice()}} €
|
||||
</td>
|
||||
<td class="text-right">
|
||||
{{$user_cart->getFormattedPoints()}}
|
||||
</td>
|
||||
|
|
@ -52,6 +49,9 @@
|
|||
<td class="text-right">
|
||||
{{$user_cart->getFormattedPrice()}} €
|
||||
</td>
|
||||
<td class="text-right">
|
||||
{{$user_cart->getFormattedEkPrice()}} €
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@endif
|
||||
|
|
@ -72,10 +72,10 @@
|
|||
<td colspan="1" class="border-top">
|
||||
<strong>Gesamtsummen:</strong>
|
||||
</td>
|
||||
<td class="border-top text-right"><strong>{{\App\Services\HomepartyCart::getFormattedEkPrice()}} €</strong></td>
|
||||
<td class="border-top text-right"><strong>{{\App\Services\HomepartyCart::getFormattedPoints()}}</strong></td>
|
||||
<td class="border-top text-right"><strong>{{\App\Services\HomepartyCart::getFormattedIncomePrice()}} €</strong></td>
|
||||
<td class="border-top text-right"><strong>{{\App\Services\HomepartyCart::getFormattedPrice()}} €</strong></td>
|
||||
<td class="border-top text-right"><strong>{{\App\Services\HomepartyCart::getFormattedEkPrice()}} €</strong></td>
|
||||
</tr>
|
||||
<tr class="foot-small">
|
||||
<td colspan="1" class="text-muted">
|
||||
|
|
@ -83,9 +83,9 @@
|
|||
</td>
|
||||
<td class=""> </td>
|
||||
|
||||
<td class=""> </td>
|
||||
<td class=""> </td>
|
||||
<td class="text-muted text-right">{{\App\Services\HomepartyCart::getFormattedPriceNet()}} €</td>
|
||||
<td class="text-muted text-right">{{\App\Services\HomepartyCart::getFormattedEkPriceNet()}} €</td>
|
||||
</tr>
|
||||
<tr class="foot-small">
|
||||
<td colspan="1" class="text-muted">
|
||||
|
|
@ -93,9 +93,9 @@
|
|||
</td>
|
||||
<td class=""> </td>
|
||||
|
||||
<td class=""> </td>
|
||||
<td class=""> </td>
|
||||
<td class="text-muted text-right">{{\App\Services\HomepartyCart::getFormattedPriceTax()}} €</td>
|
||||
<td class="text-muted text-right">{{\App\Services\HomepartyCart::getFormattedEkPriceTax()}} €</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue