title = 'Commande' ; ?>
Retrouvez ici vos dernières commandes.
Boulangerie | Date livraison | Résumé | Lieu | Montant | |
---|---|---|---|---|---|
= Html::encode($c->production->etablissement->nom) ?> | production->date)); ?> | commandeProduits); $i = 0; foreach($c->commandeProduits as $p): ?> produit)): ?> produit->vrac): ?> quantite; ?>g de produit->nom) ; ?>, quantite; ?> x produit->nom) ; ?>, |
pointVente)): ?>
'.Html::encode($c->pointVente->nom) .''
. ' '.Html::encode($c->pointVente->localite).'' ; ?> commentaire_point_vente)): ?> = Html::encode($c->commentaire_point_vente) ?>
Point de vente supprimé
|
montant,2) ; ?> € montant_paye): ?> getStatutPaiement() == Commande::STATUT_PAYEE): ?> Payée getStatutPaiement() == Commande::STATUT_IMPAYEE): ?> Non payée Reste = $c->getMontantRestant(true); ?> à payer getStatutPaiement() == Commande::STATUT_SURPLUS): ?> Payée À régler sur place |
20) { $date_limite = date('Y-m-d',strtotime(date('Y-m-d')) + 60*60*24) ; } else { $date_limite = date('Y-m-d') ; } ?> production->date < date('Y-m-d') || ($c->production->date == date('Y-m-d') && date('H') > 13)): ?>Livrée production->date <= $date_limite): ?>En cours de préparation |