Free Shipping, Business Levels correction, Products Buying, Fonts
This commit is contained in:
parent
3f2fbd6d5b
commit
0341c9c189
197 changed files with 9161 additions and 329 deletions
|
|
@ -63,13 +63,17 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@if($value->user_sales_volume->isCurrentMonthYear())
|
||||
<label class="custom-control custom-checkbox">
|
||||
{!! Form::checkbox('change_points', 1, 0, ['class' => 'custom-control-input', 'id' => 'change_points', 'required'=>true]) !!}
|
||||
<span class="custom-control-label">Points / Umsatz einen neuen Berater zuweisen</span>
|
||||
</label>
|
||||
@if(!$value->user_sales_volume)
|
||||
Points nicht mehr verschoben werden, Umsatz nicht gebucht.
|
||||
@else
|
||||
Points können nicht mehr verschoben werden.
|
||||
@if($value->user_sales_volume->isCurrentMonthYear())
|
||||
<label class="custom-control custom-checkbox">
|
||||
{!! Form::checkbox('change_points', 1, 0, ['class' => 'custom-control-input', 'id' => 'change_points', 'required'=>true]) !!}
|
||||
<span class="custom-control-label">Points / Umsatz einen neuen Berater zuweisen</span>
|
||||
</label>
|
||||
@else
|
||||
Points können nicht mehr verschoben werden.
|
||||
@endif
|
||||
@endif
|
||||
<hr>
|
||||
<i>Points können nur innerhalb des akutellen Monats verschoben werden, da sonst die monatliche Auswertung schon berechnet ist.
|
||||
|
|
|
|||
|
|
@ -6,15 +6,25 @@
|
|||
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title">
|
||||
Der Kunde hat ggf. unter einer anderen Email-Adresse bestellt als sonst.
|
||||
<span class="font-weight-light"> Bitte vor der Bearbeitung prüfen und dem richtigen Berater zuordnen.</span>
|
||||
@if($current->shopping_order)
|
||||
Der Kunde hat ggf. unter einer anderen E-Mail / Adresse bestellt als sonst.<br>
|
||||
<span class="font-weight-light">Bitte vor der Bearbeitung prüfen und dem richtigen Berater zuordnen.</span>
|
||||
@else
|
||||
Der Kunde wurde ggf. mit einer anderen E-Mail / Adresse angelegt.<br>
|
||||
<span class="font-weight-light"> Bitte prüfen und dem richtigen Berater zuordnen.</span>
|
||||
@endif
|
||||
|
||||
</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">×</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<p class="font-weight-bold">Die aktuelle Bestellung wurde getätigt von:</p>
|
||||
@if($current->shopping_order)
|
||||
<p class="font-weight-bold">Die aktuelle Bestellung wurde getätigt von:</p>
|
||||
@else
|
||||
<p class="font-weight-bold">Die aktuelle Kundenadresse ist:</p>
|
||||
@endif
|
||||
<div class="bg-light p-3" style="border-radius: 6px">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
|
|
@ -222,15 +232,16 @@
|
|||
<input type="text" class="form-control" name="change_member_key" id="change_member_key" placeholder="mivita" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col">
|
||||
<label class="custom-control custom-checkbox mt-3">
|
||||
<input type="checkbox" class="custom-control-input" name="send_member_mail" value="send" checked>
|
||||
<span class="custom-control-label">zugeordneten Berater die Bestellung als E-Mail zusenden</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if($current->shopping_order)
|
||||
<div class="form-row">
|
||||
<div class="form-group col">
|
||||
<label class="custom-control custom-checkbox mt-3">
|
||||
<input type="checkbox" class="custom-control-input" name="send_member_mail" value="send" checked>
|
||||
<span class="custom-control-label">zugeordneten Berater die Bestellung als E-Mail zusenden</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">schließen</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue