2012-02-22 17:08:39 +00:00
|
|
|
<div id="dashboard">
|
|
|
|
|
|
|
|
<h2>Gestion des profils</h2>
|
|
|
|
<a href="<?=$this->url(array('controller'=>'gestion', 'action'=>'profils'))?>">Lister les profils</a><br/>
|
|
|
|
<a href="<?=$this->url(array('controller'=>'gestion', 'action'=>'profiladd'))?>">Créer un profil d'enrichissement pour un client (idClient, login)</a>
|
|
|
|
|
|
|
|
<h2>Gestion des commandes</h2>
|
2012-04-12 08:09:18 +00:00
|
|
|
<a href="<?php echo $this->url(array('controller' => 'gestion', 'action' => 'comptages'));?>">Liste des comptages</a><br />
|
|
|
|
<a href="<?php echo $this->url(array('controller' => 'gestion', 'action' => 'enrichissements'));?>">Liste des enrichissements</a>
|
2012-02-24 17:14:21 +00:00
|
|
|
<h2>Facturation</h2>
|
|
|
|
|
2012-02-22 17:08:39 +00:00
|
|
|
</div>
|