08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -41,13 +41,22 @@
|
|||
{{ Form::select('status_points', \App\Models\UserSalesVolume::$statusPointsTypes , 1, array('class'=>'custom-select', 'id'=>'status_points')) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-sm-4">
|
||||
<label for="total_net" class="form-label">{{__('Umsatz netto%')}}</label>
|
||||
<label for="total_net" class="form-label">{{__('Umsatz netto')}}</label>
|
||||
{{ Form::text('total_net', '', array('placeholder'=>__('in Euro'), 'class'=>'form-control', 'id'=>'total_net', 'required'=>true)) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-sm-4">
|
||||
<label for="status_turnover" class="form-label">{{__('Umsatz berechnen als')}}*</label>
|
||||
{{ Form::select('status_turnover', \App\Models\UserSalesVolume::getTransTurnoverTypes() , 1, array('class'=>'custom-select', 'id'=>'status_turnover')) }}
|
||||
</div>
|
||||
</div>
|
||||
<em>Bei einer Gutschrift kann der Umsatz als Beraterbestellung (eigenes Volumen) oder Shopbestellung (wird provisioniert) verrechnet werden</em>
|
||||
<hr>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-sm-12">
|
||||
<label for="info" class="form-label">{{__('Notiz/Grund')}}</label>
|
||||
|
|
@ -65,7 +74,7 @@
|
|||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">schließen</button>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">{{ __('close') }}</button>
|
||||
<button type="submit" class="btn btn-primary">{{__('speichern')}}</button>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue