title = 'Tableau de bord'; ?>
Prochaines distributions :
Date | Commandes | |
---|---|---|
= date('d/m/Y',strtotime($distribution['date'])); ?> | = count($distribution->order); ?> | = Html::a('', ['order/index','date' => $distribution['date']], ['class' => 'btn btn-default btn-xs']) ; ?> order)): ?>= Html::a('', ['order/report','date' => $distribution['date'],'global' => 1], ['class' => 'btn btn-default btn-xs']) ; ?> |
Dernières inscriptions :
Prénom, nom | Inscription | |
---|---|---|
= Html::encode($user['lastname'].' '.$user['name']) ?> | = date('d/m/Y', $user['created_at']); ?> | = Html::a('', ['user/update','id' => $user['user_id']], ['class' => 'btn btn-default btn-xs']) ; ?> |
Prénom, nom | Crédit pain | |
---|---|---|
= Html::encode($user['lastname'].' '.$user['name']) ?> | = number_format($user['credit'],2) ?> | = Html::a('', ['user/credit','id' => $user['user_id']], ['class' => 'btn btn-default btn-xs']) ; ?> |
Configuration | Valeur |
---|---|
Producteur activé | active): ?> Active Hors-ligne |
Producteur protégé par un code |
code)): ?>
Oui = Html::encode($producer->code) ?> Non |
Délai de commande | = $producer->order_delay ?> jourorder_delay > 1): ?>s |
Heure limite de commande | = $producer->order_deadline ?>h |
Système de Crédit activé |
credit): ?>
Oui Non |
Le modèle économique de La boîte à pain est basé sur un système de prix libre. = Html::a('En savoir plus',['producer/billing']); ?>
Date | Client | Historique | Produits | Point de vente | Montant | |
---|---|---|---|---|---|---|
= $order->getStrOrigin(true); ?> |
= strftime('%A', strtotime($order->distribution->date)) ?>
= date('d', strtotime($order->distribution->date)) ?>
= strftime('%B', strtotime($order->distribution->date)) ?>
|
= $order->getStrUser(); ?> |
= $order->getStrHistory() ; ?> | = $order->getCartSummary() ; ?> | = $order->getPointSaleSummary() ; ?> | = $order->getAmount(Order::AMOUNT_TOTAL, true) ; ?> |