add editable account on reception/customer-cart, add towel handling

This commit is contained in:
2016-10-21 20:39:02 +02:00
parent 8585286150
commit 90c598f8c6
26 changed files with 649 additions and 37 deletions

View File

@@ -69,7 +69,9 @@ use kartik\widgets\DateTimePicker;
<?= $form->field($model, 'card_number')->label("Kártya szám") ?>
</div>
<div class='col-md-3'>
</div>
<?= $form->field($model, 'paid_by')->dropDownList( ['' => Yii::t('common/transfer', 'All')] +ArrayHelper::map($users,'id' , 'username') )
->label("Fizette")?>
</div>
<div class='col-md-3'>
</div>
</div>