commandes)): ?>
= count($pv->commandes) ?> commandecommandes) > 1): ?>s
= number_format($pv->recettes, 2) ?> €
Aucune commande
= Html::a('
Créer une commande', 'javascript:void(0);', ['class' => 'btn btn-default creer-commande', 'data-pv-id' => $pv->id]) ?>
= Html::a(' Supprimer', 'javascript:void(0);', ['class' => 'btn btn-default btn-remove']) ?>
= Html::a(' Modifier', 'javascript:void(0);', ['class' => 'btn btn-default btn-edit']) ?>
= Html::a(' Sauvegarder', 'javascript:void(0);', ['class' => 'btn btn-primary btn-save']) ?>
= Html::a(' Annuler', 'javascript:void(0);', ['class' => 'btn btn-default btn-cancel']) ?>
= Html::activeDropDownList(new User, 'id', ArrayHelper::map(User::find()->joinWith('userEtablissement')->where('user_etablissement.id_etablissement = '.Yii::$app->user->identity->id_etablissement)->all(), 'id', function($model, $defaultValue) {
return $model['nom'].' '.$model['prenom'];
}), ['prompt' => '--','class' => 'form-control user-id']) ?>
OU
id]['actif']) && $produits_selec[$p->id]['actif']): ?>
|
getLibelleAdmin()); ?> |
|
|
= $this->render('_total_commandes.php',[
'produits' => $produits,
'commandes' => $commandes,
'produits_selec' => $produits_selec,
'recettes_pain' => $recettes_pain,
'poids_pain' => $poids_pain,
'ca_potentiel' => $ca_potentiel,
'poids_total' => $poids_total,
]); ?>