453 lines
16 KiB
PHTML
453 lines
16 KiB
PHTML
<style>
|
||
span.title { float:right; margin:0 10px; }
|
||
</style>
|
||
<div id="center">
|
||
<h1>FICHE PROCÉDURE COLLECTIVES</h1>
|
||
|
||
<span class="title"><?=date('d/m/Y H:i')?></span>
|
||
|
||
<h2 class="titre">FICHE D'IDENTITÉ</h2>
|
||
<?php echo $this->partial('identite/fiche.phtml', $this->Identite); ?>
|
||
|
||
<?php
|
||
//Mention du conjoint collaborateur
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2400:2499');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Modification de la forme juridique
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2307');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
?>
|
||
|
||
<h2>Composition et répartition du capital social</h2>
|
||
<div class="paragraph">
|
||
|
||
<table>
|
||
<tr>
|
||
<td width="30"> </td>
|
||
<td colspan="2" width="550" class="StyleInfoData">
|
||
<table>
|
||
<?php if( ($this->fj>=1000 && $this->fj<=1999) || ($this->fj>=10 && $this->fj<=19) ) { ?>
|
||
<tr>
|
||
<td width="30"> </td>
|
||
<td width="550" colspan="2" class="StyleInfoData">Cette entreprise est une personne physique.</td>
|
||
</tr>
|
||
<?php } else { ?>
|
||
<?php
|
||
if (count($infos->Actionnaires->item)>0) {
|
||
foreach ($infos->Actionnaires->item as $i=>$lien) {
|
||
if ($lien->Actif==0) {
|
||
$font1='<font color="gray"><i>';
|
||
$font2='</i></font>';
|
||
} else {
|
||
$font1=$font2='';
|
||
}
|
||
?>
|
||
<tr>
|
||
<td class="StyleInfoData" width="100">
|
||
<?php
|
||
echo $font1;
|
||
if ($lien->Pmin*1>0) echo $lien->Pmin.' %';
|
||
elseif ($lien->MajMin=='+') echo 'major.';
|
||
elseif ($lien->MajMin=='-') echo 'minor.';
|
||
elseif ($lien->MajMin=='C') echo 'major.';
|
||
elseif ($lien->MajMin=='S') echo 'minor.';
|
||
else echo ' ';
|
||
echo $font2;
|
||
?>
|
||
</td>
|
||
<td class="StyleInfoLib" width="300">
|
||
<?php
|
||
echo $font1;
|
||
echo $lien->RaisonSociale;
|
||
echo $font2;
|
||
?>
|
||
</td>
|
||
<td class="StyleInfoData" width="150">
|
||
<?php
|
||
echo $font1;
|
||
if ( $lien->Siren<>'' && $lien->Siren<>0) {
|
||
echo 'Siren <a href="'.$this->view->url(array(
|
||
'controller' => 'identite',
|
||
'action' => 'fiche',
|
||
'siret' => $lien->Siren
|
||
)).'">'. $lien->Siren.'</a>';
|
||
}
|
||
else ' ';
|
||
|
||
if ($lien->Pays<>'France') echo '<b>'.$lien->Pays.'</b>';
|
||
echo $font2;
|
||
?>
|
||
</td>
|
||
</tr>
|
||
<?php } //Fin pour chaque actionnaire ?>
|
||
<?php } else { ?>
|
||
<tr>
|
||
<td width="30"> </td>
|
||
<td width="550" colspan="2" class="StyleInfoData">
|
||
<a href="<?=$this->url(array('controller'=>'pieces', 'action'=>'actes', 'siret'=>$this->siret))?>">
|
||
Information à vérifier dans les derniers statuts</a>
|
||
</td>
|
||
</tr>
|
||
<?php } ?>
|
||
<?php } //Fin test personne physique ?>
|
||
<tr><td colspan="3"> </td></tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
<?php
|
||
//Changement d'adresse
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2300-2301');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Modification de capital
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2100-2102');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Modification sur l'exploitation
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2311');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Modification de date de début d'activité
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2304');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Modification de l'activité
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2313');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Mise en activité
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2316');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Poursuite de l'activité
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2314');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Modification de la durée de la société
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2306');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Cessation d'activité
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2200-2201');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Dissolution
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2202-2203');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Cessation d'activité
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2204');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Mise en someil de la société
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2206');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Location gérance
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2800:2899');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Tranfert de siège
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2901-2904');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Vente du fond
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('5500:5650-5900-599-2209');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Transfert divers
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('2620-2630-2635-2639');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
?>
|
||
</div>
|
||
|
||
<h2>Organes de la procédure</h2>
|
||
<div class="paragraph">
|
||
<table>
|
||
<?php if($this->infos->Identite->SituationJuridique=='P'): ?>
|
||
<tr>
|
||
<td width="30"> </td>
|
||
<td width="200" valign="top" class="StyleInfoLib">Tribunal :</td>
|
||
<td width="300" class="StyleInfoData"><a href="<?=$this->url(array(
|
||
'controller' => 'juridique',
|
||
'action' => 'competences',
|
||
'siret' => $this->infos->Identite->Siret,
|
||
'type' => 'tri',
|
||
))?>"><?=$this->infos->Identite->TribunalLib?></a></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="30"> </td>
|
||
<td width="200" valign="top" class="StyleInfoLib"> </td>
|
||
<td width="300" class="StyleInfoData"> </td>
|
||
</tr>
|
||
<?php endif; ?>
|
||
|
||
<?php
|
||
if(count($this->infos->Organes->item)>0) {
|
||
foreach($this->infos->Organes->item as $organe) {
|
||
?>
|
||
<tr>
|
||
<td width="30"> </td>
|
||
<td width="200" valign="top" class="StyleInfoLib"><?=$organe->admfonction?></td>
|
||
<td width="300" class="StyleInfoData"><?=$organe->admnom?><br/>
|
||
<?=$organe->admadrNum?> <?=$organe->admadrVoie?> <?=$organe->admadrCP?> <?=$organe->admadrVille?>
|
||
</td>
|
||
</tr>
|
||
<?php
|
||
}
|
||
}else{
|
||
?>
|
||
<tr>
|
||
<td width="30"> </td>
|
||
<td width="200" valign="top" class="StyleInfoLib">Néant</td>
|
||
<td width="300" class="StyleInfoData"></td>
|
||
</tr>
|
||
<?php
|
||
}
|
||
?>
|
||
</table>
|
||
|
||
<?php
|
||
//Nominnation/Remplacement de commissaire à l'exécution du plan
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1403');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Prolongement de la mission du commissaire à l'exécution du plan :
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1404');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Jugement de désignation des organes de la procédure
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1215');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Nomination d'un administrateur judiciaire
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1400');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Nomination d'un mandataire judiciaire
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1401');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Nomination d'un représentant des créanciers
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1402');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Nomination d'un juge commissaire
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1405');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Changement de SYNDIC
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1406');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Nomination d'un liquidateur judiciaire
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1420');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
//Fin de mission d'administrateur judiciaire
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1470');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
?>
|
||
|
||
</div>
|
||
|
||
<h2>Types de procédure</h2>
|
||
<div class="paragraph">
|
||
<?php
|
||
if(isset($this->infos->Identite->dateCessationPaiement) && !empty($this->infos->Identite->dateCessationPaiement) && $this->infos->Identite->dateCessationPaiement!='0000-00-00')
|
||
{
|
||
$date = WDate::dateT('Y-m-d', 'd/m/Y',$this->infos->Identite->dateCessationPaiement);
|
||
?>
|
||
<table>
|
||
<tr>
|
||
<td width="30"> </td>
|
||
<td width="200" valign="top" class="StyleInfoLib">Cessation des paiements, le</td>
|
||
<td width="300" class="StyleInfoData"><?=$date?></td>
|
||
</tr>
|
||
</table>
|
||
<?php
|
||
}
|
||
$countTypesProcedure = 0;
|
||
//Procédure de conciliation
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1050-1055');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Décision de conciliation
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1550');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Procédure de réglement amiable
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1207-1209');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Jugement d'ouverture d'une procédure de sauvegarde
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1100-1101-1407-1419-1513-1542-1545-1546');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Date cessation des paiements
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1450');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Jugement d'ouverture en redressement judiciaire / Jugement prononçant la liquidation judiciaire
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1200-1201-1418-1541-1543-1544-1545-1546-1202-1300-1301-1305-1308-1302-1306-1307-1304-1309-1312-1417-1212-1313');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Plan de redressement
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1414-1407-1509-1421');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Plan de continuation
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1413-1409-1512');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Plan de cession
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1425-1411-1407-1408-1415-1416-1511-1412');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Homologation du plan
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1455');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Jugement arrêtant le plan d'apurement du passif
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1460');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Concordat
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1445');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Jugement autorisant la poursuite d'activité
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1430');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1430');
|
||
//Suspension de l'exécution provisoire
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1435');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Suspension provisoire des poursuites
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1436');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Extrait d'arrêt de la cour d'appel
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1507');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Extinction du plan de sauvegarde
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1508');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Rejet du plan
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1510');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Arrêt divers
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1515');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Rectification d'une erreur matérielle
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1517');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
//Ordonnance
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1520');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
$countTypesProcedure+=count($annonceSelect);
|
||
if($countTypesProcedure==0) echo '<p class="libAnnonces">Néant</p>';
|
||
?>
|
||
</div>
|
||
|
||
<h2>Potentiel de récupération et réalisation d'actifs</h2>
|
||
<div class="paragraph">
|
||
<?php
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1208-1540-1203-1214-1216-1204-1206-1205-3000:3999-1210-1530-1580-1440-2303');
|
||
if(count($annonceSelect)>0) echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
else echo '<p class="libAnnonces">Néant</p>';
|
||
?>
|
||
</div>
|
||
|
||
<h2>Jugements de clôture</h2>
|
||
<div class="paragraph">
|
||
<?php
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1500:1506-1525-1605-6000:6700-1431-2000-2205-2210-2211-2212');
|
||
if(count($annonceSelect)>0) echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
else echo '<p class="libAnnonces">Néant</p>';
|
||
?>
|
||
<br/>
|
||
<?php
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1620-1211-1311-1600-1610-1601-1611-1604');
|
||
if(count($annonceSelect)>0){
|
||
?>
|
||
<h2>Sanctions</h2>
|
||
<?php
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
?><br/><?php
|
||
}
|
||
?>
|
||
<?php
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1346-1310');
|
||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
?>
|
||
</div>
|
||
|
||
<h2>Autres événements</h2>
|
||
<div class="paragraph">
|
||
<table>
|
||
<?php
|
||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['CessionOffreDate']);
|
||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['CessionInvenDate']);
|
||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['CessionDesc']);
|
||
?>
|
||
</table>
|
||
|
||
<?php
|
||
//Tout autre événement entre 1000 & 1999 non encore affiché
|
||
$annonceSelect = array();
|
||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1000:1999');
|
||
|
||
if(count($annonceSelect)>0) echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
else echo '<p class="libAnnonces">Néant</p>';
|
||
?>
|
||
</div>
|
||
|
||
<h2>Procédure d'insolvabilité européene</h2>
|
||
<div class="paragraph">
|
||
<?php
|
||
if(count($annonceSelect)>0) echo $this->infosProcol->dAnnonces($annonceSelect);
|
||
else echo '<p class="libAnnonces">Néant</p>';
|
||
?>
|
||
</div>
|
||
|
||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||
|
||
</div>
|