Browse Source

Tableau de bord : ajustement colonnes des commandes à venir

dev
Guillaume Bourgeois 5 years ago
parent
commit
d190103bbe
2 changed files with 165 additions and 190 deletions
  1. +2
    -2
      backend/views/site/index.php
  2. +163
    -188
      backend/web/css/screen.css

+ 2
- 2
backend/views/site/index.php View File

<th></th> <th></th>
<th>Date</th> <th>Date</th>
<th>Client</th> <th>Client</th>
<th>Historique</th>
<th>Produits</th> <th>Produits</th>
<th>Point de vente</th> <th>Point de vente</th>
<th>Montant</th> <th>Montant</th>
<th>Historique</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<td> <td>
<?= $order->getStrUser(); ?><br /> <?= $order->getStrUser(); ?><br />
</td> </td>
<td class="history"><?= $order->getStrHistory() ; ?></td>
<td><?= $order->getCartSummary() ; ?></td> <td><?= $order->getCartSummary() ; ?></td>
<td><?= $order->getPointSaleSummary() ; ?></td> <td><?= $order->getPointSaleSummary() ; ?></td>
<td><?= $order->getAmount(Order::AMOUNT_TOTAL, true) ; ?></td> <td><?= $order->getAmount(Order::AMOUNT_TOTAL, true) ; ?></td>
<td class="history"><?= $order->getStrHistory() ; ?></td>
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</tbody> </tbody>

+ 163
- 188
backend/web/css/screen.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save