Ajout des jugements 1010, 1050, 1055
This commit is contained in:
parent
96be15f158
commit
400aee187c
@ -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)
|
||||
|
13
www/pages_saisie/event_1010.php
Normal file
13
www/pages_saisie/event_1010.php
Normal 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ément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
8
www/pages_saisie/event_1050.php
Normal file
8
www/pages_saisie/event_1050.php
Normal 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ément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
8
www/pages_saisie/event_1055.php
Normal file
8
www/pages_saisie/event_1055.php
Normal 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ément, huissier, opposition, etc...</label>
|
||||
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|
Loading…
x
Reference in New Issue
Block a user