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-05-22 06:10:32 +00:00
|
|
|
<a href="<?=$this->url(array('controller' => 'gestion', 'action' => 'commandes'));?>">Liste des commandes</a><br />
|
|
|
|
<a href="<?=$this->url(array('controller' => 'gestion', 'action' => 'enrichissements'));?>">Liste des commandes terminées</a><br/>
|
|
|
|
<a href="<?=$this->url(array('controller' => 'gestion', 'action' => 'ciblages'));?>">Liste des ciblages</a><br />
|
|
|
|
|
2012-02-24 17:14:21 +00:00
|
|
|
<h2>Facturation</h2>
|
|
|
|
|
2012-02-22 17:08:39 +00:00
|
|
|
</div>
|