diff --git a/www/css/main.css b/www/css/main.css index 499d8ab18..6a7bad771 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -342,3 +342,7 @@ div.blocdegrade .echelleright visibility: hidden; zoom:1; } + +.libAnnonces { + margin-left:30px; +} \ No newline at end of file diff --git a/www/pages/identite_60.php b/www/pages/identite_60.php index 81b1caec8..11cbc890b 100644 --- a/www/pages/identite_60.php +++ b/www/pages/identite_60.php @@ -21,14 +21,116 @@ function dRow($lib, $data, $title = '') return $html; } +function searchBlockAnnonces($annonces, $tabAnnonces) +{ + global $firephp; + // : => 2100:2199 Selection de toutes les annonces de 2100 à 2199 + // - => 2100-2102 Selection des annonces + + $list_annonces = explode('-', $annonces); + + $interAnnonces = array(); + foreach($list_annonces as $item) + { + $interAnnonces[] = explode(':', $item); + } + + //Remplissage du tableau pour les intervalles + for($i=0;$i1) + { + $start = $interAnnonces[$i][0]; + $cpt = $start; + $tabTemp = array(); + while($cpt<$interAnnonces[$i][1]){ + $tabTemp[] = $cpt; + $cpt++; + } + $interAnnonces[$i] = $tabTemp; + } + } + + $output_annonces = array(); + //Parcours des annonces + foreach($interAnnonces as $tabCodeEven) + { + foreach($tabCodeEven as $code_even) + { + if(array_key_exists($code_even, $tabAnnonces)) + { + $output_annonces[] = $tabAnnonces[$code_even]; + } + } + } + return $output_annonces; +} + +function dAnnonces($annonces, $siret) +{ + $output = ''; + if(is_array($annonces)) + { + foreach($annonces as $annonce) + { + $output.= '

'; + switch($annonce['BodaccCode']) + { + case 'BALO': $vue = 'balo'; break; + case 'ASSO': $vue = 'asso'; break; + case 'BODA': + case 'BODB': + case 'BODC': + default: $vue = 'bodacc'; break; + } + + $output.= ''; + $output.= html_entity_decode($annonce['evenements'][0]['LibEven']); + $output.= ''; + + if(!empty($annonce['dateJugement']) && substr($annonce['dateJugement'],0,4)!='0000') $output.= ', le '.WDate::dateT('Y-m-d','d/m/Y',$annonce['dateJugement']); + elseif(!empty($annonce['dateEffet']) && substr($annonce['dateEffet'],0,4)!='0000') $output.= ', le '.WDate::dateT('Y-m-d','d/m/Y',$annonce['dateEffet']); + + $output.= ', publié au '; + $tabSource=explode('-', $annonce['BodaccCode']); + $source=$tabSource[0]; + $idSource=@$tabSource[1]; + if ($source[0] == 'B'){ + $output.= 'BODACC n°'.$annonce['BodaccNum'].' '.substr($source,-1); + }elseif ($source[0] == 'G' || $source[0] == 'T'){ + $output.= 'Greffe'; + }elseif ($source[0] == 'P'){ + $output.= 'RNCS'; + }else{ + $output.='JAL'; + } + if(!empty($annonce['DateParution'])) $output.= ' le '.WDate::dateT('Y-m-d','d/m/Y',$annonce['DateParution']); + $output.= '

'; + } + } + return $output; +} + ?>

IDENTITÉ DE L'ENTREPRISE

+//Regroupement des annonces suivant le code even +$tabAnnonces = array(); +if(count($etab['Annonces'])>0){ + foreach ($etab['Annonces'] as $key => $annonce) + { + foreach($annonce['evenements'] as $even) + { + $tabAnnonces[$even['CodeEven']] = $annonce; + } + } +} + +?>
+ +

Composition et répartition du capital social

+ + + + + +
  + + =1000 && $_SESSION['tabInfo']['entrep']['fj']<=1999) + || ($_SESSION['tabInfo']['entrep']['fj']>=10 && $_SESSION['tabInfo']['entrep']['fj']<=19) ) + { + ?> + + + + + 0) + { + foreach ($etab['actionnaires'] as $i=>$lien) + { + if ($lien['Actif']==0) + { + $font1=''; + $font2=''; + } else + $font1=$font2=''; + ?> + + + + + + + + + + + + +
 Cette entreprise est une personne physique.
+ 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; + ?> + + + + '' && $lien['Siren']<>0) { + echo 'Siren '. $lien['Siren'].''; + } + else ' '; + + if ($lien['Pays']<>'France') echo ''.utf8_decode($lien['Pays']).''; + echo $font2; + ?> +
 Aucun actionnaire référencé par nos services
 
+
+ + +
+

Types de procédure

log($annonceSelect, 'annonceSelect'); +//Procédure de réglement amiable + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1207-1209',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +//Jugement d'ouverture d'une procédure de sauvegarde + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1100-1101-1407-1419-1513-1542-1545-1546',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +//Date cessation des paiements + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1450',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +//Jugement d'ouverture en redressement judiciaire + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1200-1201-1418-1543-1545-1546-1202',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +//Jugement prononçant la liquidation judiciaire + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1300-1301-1305-1308-1302-1306-1307-1304-1309-1312-1417-1541-1544-1545-1546',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +//Jugement de cession prononcé le + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1313-1212',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +//Plan de redressement + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1414-1407-1509-1421',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +//Plan de continuation + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1413-1405-1512',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +//Plan de cession + $annonceSelect = array(); + $annonceSelect = searchBlockAnnonces('1425-1411-1407-1408-1415-1416-1511',$tabAnnonces); + echo dAnnonces($annonceSelect, $siret); +?> +
+

Procédure d'insolvabilité européene

+ +
+

Potentiel de récupération et réalisation d'actifs

+ +
+

Jugements de clôture

+ +
+

Sanctions

+ + +"; print_r($etab); echo ""; +*/ ?>
\ No newline at end of file