|
|
@@ -140,10 +140,10 @@ $this->title = 'Tableau de bord'; |
|
|
|
<th></th> |
|
|
|
<th>Date</th> |
|
|
|
<th>Client</th> |
|
|
|
<th>Historique</th> |
|
|
|
<th>Produits</th> |
|
|
|
<th>Point de vente</th> |
|
|
|
<th>Montant</th> |
|
|
|
<th>Historique</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
@@ -160,10 +160,10 @@ $this->title = 'Tableau de bord'; |
|
|
|
<td> |
|
|
|
<?= $order->getStrUser(); ?><br /> |
|
|
|
</td> |
|
|
|
<td class="history"><?= $order->getStrHistory() ; ?></td> |
|
|
|
<td><?= $order->getCartSummary() ; ?></td> |
|
|
|
<td><?= $order->getPointSaleSummary() ; ?></td> |
|
|
|
<td><?= $order->getAmount(Order::AMOUNT_TOTAL, true) ; ?></td> |
|
|
|
<td class="history"><?= $order->getStrHistory() ; ?></td> |
|
|
|
</tr> |
|
|
|
<?php endforeach; ?> |
|
|
|
</tbody> |