echo trad('Montant', 'admin'); ?> </th> <th><?php echo trad('Statut', 'admin'); ?> </th> <th><?php echo trad('Annuler', 'admin'); ?> </th> </tr> </thead> <tbody> <?php foreach (OrderAdmin::getInstance()->getList($critere, $order, $pagination->getStarted(), $pagination->getViewPerPage(), $search) as $commande) { ?> <tr> <td><a href="commande_details.php?ref=<?php echo $commande['ref']; ?> "><?php echo $commande['ref']; ?> </a></td> <td><?php echo $commande['date']; ?> </td> <td><?php echo $commande['client']['entreprise'];
<th class="span1"><?php echo trad('Code_actif', 'admin'); ?> </th> <th class="span1">Nb util.</th> <th class="span2">Limite</th> <th class="span2"><?php echo trad('Date_expi', 'admin'); ?> </th> <th class="span1"></th> </tr> </thead> <tbody> <?php foreach (PromoAdmin::getInstance()->getList($pagination->getStarted(), $pagination->getViewPerPage()) as $codePromo) { ?> <tr id="js_promo_<?php echo $codePromo->id; ?> "> <td> <span class="js-code"> <?php echo $codePromo->code; ?> </span> </td> <td> <span class="js-type"> <?php
?> </th> <th><?php echo trad('Derniere_commande', 'admin'); ?> </th> <th><?php echo trad('Montant_commande', 'admin'); ?> </th> <th></th> </tr> </thead> <tbody> <?php foreach (ClientAdmin::getInstance()->getList('ASC', 'nom', $pagination->getStarted(), $pagination->getViewPerPage()) as $client) { ?> <tr> <td><?php echo $client['ref']; ?> </td> <td><?php echo $client['entreprise']; ?> </td> <td><?php echo $client['nom']; ?> <?php echo $client['prenom'];