Ajout des jugements 1010, 1050, 1055

This commit is contained in:
Michael RICOIS 2010-04-20 15:28:04 +00:00
parent 96be15f158
commit 400aee187c
4 changed files with 34 additions and 4 deletions

View File

@ -452,15 +452,16 @@ $tabEvent = array(
'2901' => 'Transfert de siège',
'5500' => 'Vente/cession : Entreprise réalisant la vente',
'6700' => 'Radiation',
'1010' => 'Déclaration de cessation de paiement',
'1050' => 'Homologation de la conciliation',
'1055' => 'Résolution de la conciliation',
);
?>
<select id="jugement" name="jugement[even][]" multiple size="5">
<select id="jugement" name="jugement[even][]" size="5">
<option value="0000">-</option>
<?php
//Tri des libéllées par ordre alphabétique
//Tri des libellées par ordre alphabétique
asort($tabEvent);
//Affichage
foreach($tabEvent as $key => $event)

View File

@ -0,0 +1,13 @@
<?php
include_once(realpath(dirname(__FILE__).'/constantes.php'));
header('Content-Type: text/html; charset='.CHARSET);
?>
<label>Date cessation de paiement </label>
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
<span class="left">(Format JJ/MM/AAAA)</span>
<?php
require_once realpath(dirname(__FILE__)).'/field_administrateur.php';
require_once realpath(dirname(__FILE__)).'/field_mandataire.php';
?>
<label>Compl&eacute;ment, huissier, opposition, etc...</label>
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />

View File

@ -0,0 +1,8 @@
<?php
include_once(realpath(dirname(__FILE__).'/constantes.php'));
header('Content-Type: text/html; charset='.CHARSET);
require_once realpath(dirname(__FILE__)).'/field_administrateur.php';
require_once realpath(dirname(__FILE__)).'/field_mandataire.php';
?>
<label>Compl&eacute;ment, huissier, opposition, etc...</label>
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />

View File

@ -0,0 +1,8 @@
<?php
include_once(realpath(dirname(__FILE__).'/constantes.php'));
header('Content-Type: text/html; charset='.CHARSET);
require_once realpath(dirname(__FILE__)).'/field_administrateur.php';
require_once realpath(dirname(__FILE__)).'/field_mandataire.php';
?>
<label>Compl&eacute;ment, huissier, opposition, etc...</label>
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />