2012-06-29 10:15:12 +00:00
|
|
|
<div id="dashboard">
|
|
|
|
|
2013-03-12 15:49:33 +00:00
|
|
|
<?php if ($this->message) {?>
|
|
|
|
|
2012-06-29 10:15:12 +00:00
|
|
|
<?=$this->message?>
|
|
|
|
|
2013-03-12 15:49:33 +00:00
|
|
|
<?php } else {?>
|
|
|
|
|
2012-06-29 10:15:12 +00:00
|
|
|
<form name="profil" method="post" action="<?=$this->url(array('controller'=>'gestion', 'action'=>'customerparamadd'))?>">
|
2012-12-10 16:50:08 +00:00
|
|
|
|
|
|
|
<?php if ($this->id) {?>
|
|
|
|
<input type="hidden" name="id" value="<?=$this->id?>"/>
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>idClient</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="idClient" value="<?=$this->idClient?>"/>
|
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>service</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="service" value="<?=$this->service?>"/>
|
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>filterRNCS</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<?php $select = ''; if ($this->filterRNCS==1) $select = ' checked'?>
|
|
|
|
<input type="checkbox" name="filterRNCS" value="1"<?=$select?>/>
|
2012-06-29 10:15:12 +00:00
|
|
|
Filtrer au RNCS
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>licenceINSEE</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<?php $select = ''; if ($this->licenceInsee==1) $select = ' checked'?>
|
|
|
|
<input type="checkbox" name="licenceINSEE" value="1"<?=$select?>/>
|
2012-06-29 10:15:12 +00:00
|
|
|
Le client possède la licence INSEE
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>immediatExtract</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="immediatExtract" value="<?=$this->immediatExtract?>" />
|
2012-06-29 10:15:12 +00:00
|
|
|
Nombre de ligne maximum pour une extraction immédiate
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>dateContrat</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="dateContrat" value="<?=$this->dateContrat?>"/>
|
2012-06-29 10:15:12 +00:00
|
|
|
Date de début du contract (AAAA-MM-JJ)
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>periodContrat</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="periodContrat" value="<?=$this->periodContrat?>"/>
|
2012-06-29 10:15:12 +00:00
|
|
|
Durée du contrat (1,3,6,12 mois)
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>periodPaiement</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="periodPaiement" value="<?=$this->periodPaiement?>"/>
|
2012-06-29 10:15:12 +00:00
|
|
|
Emission des factures (tous les 1,3,6,12 mois)
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>priceLine</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="priceLine" value="<?=$this->priceLine?>"/> €
|
2012-06-29 10:15:12 +00:00
|
|
|
Prix à la ligne (obligatoire même en forfait pour pouvoir décompter)
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>forfait</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="forfait" value="<?=$this->forfait?>"/>
|
2012-06-29 10:15:12 +00:00
|
|
|
Montant du forfait pour l'extraction de fichier
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>limitLines</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="limitLines" value="<?=$this->limitLines?>"/>
|
2012-06-29 10:15:12 +00:00
|
|
|
Nombre maximal de lignes dans un fichier
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<div>
|
2012-06-29 10:15:12 +00:00
|
|
|
<label>limitFiles</label>
|
2012-12-10 16:50:08 +00:00
|
|
|
<input type="text" name="limitFiles" value="<?=$this->limitFiles?>"/>
|
2012-06-29 10:15:12 +00:00
|
|
|
Nombre maximal de fichier pouvant être extrait
|
2012-12-10 16:50:08 +00:00
|
|
|
</div>
|
2012-06-29 10:15:12 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
<label>Enrichissement</label>
|
|
|
|
<select style="padding:5px;" name="criteres[]" multiple size="20">
|
|
|
|
<?php if ( count($this->fields)>0 ) {?>
|
|
|
|
<?php foreach ( $this->fields as $value => $item ) {?>
|
2012-12-10 16:50:08 +00:00
|
|
|
<?php $select = ''; if (in_array($value, $this->criteres)) $select = ' selected'; ?>
|
|
|
|
<option value="<?=$value?>"<?=$select?>><?=$item['label']?></option>
|
2012-06-29 10:15:12 +00:00
|
|
|
<?php }?>
|
|
|
|
<?php }?>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
|
2012-12-10 16:50:08 +00:00
|
|
|
<?php if ($this->idClient) {?>
|
|
|
|
<input type="submit" name="submit" value="Modifier"/>
|
|
|
|
<?php } else {?>
|
2012-06-29 10:15:12 +00:00
|
|
|
<input type="submit" name="submit" value="Enregistrer"/>
|
2012-12-10 16:50:08 +00:00
|
|
|
<?php }?>
|
2012-06-29 10:15:12 +00:00
|
|
|
</form>
|
|
|
|
|
2013-03-12 15:49:33 +00:00
|
|
|
<?php }?>
|
2012-06-29 10:15:12 +00:00
|
|
|
</div>
|