157 lines
5.6 KiB
PHP
157 lines
5.6 KiB
PHP
<?
|
|
if (!$_SESSION['connected']) die();
|
|
|
|
include_once(INCLUDE_PATH.'/partenaires/classMTva.php');
|
|
include_once(INCLUDE_PATH.'/partenaires/classMMap.php');
|
|
//include_once(INCLUDE_PATH.'partenaires/classMCoface.php');
|
|
include_once(FWK_PATH.'/common/dates.php');
|
|
require_once(realpath(dirname(__FILE__).'/../../includes/').'/cache.php');
|
|
|
|
$siret=trim(preg_replace('/[^0-9]/', '', $_REQUEST['siret']));
|
|
if (strlen($siret)<>0 && strlen($siret)<>9 && strlen($siret)<>14) die('Paramètres incorrects !');
|
|
|
|
$idEntreprise=trim(preg_replace('/[^0-9]/', '', $_REQUEST['idEntreprise']))*1; // Si id=0 alors non communiqué
|
|
if (($siret*1)==0 && $idEntreprise==0) die('Paramètres incorrects !');
|
|
$siren=substr($siret,0,9);
|
|
|
|
if ($_REQUEST['vue']=='histo')
|
|
$histo=true;
|
|
else
|
|
$histo=false;
|
|
|
|
//Générer un nom de fichier pour le cache et l'export des fichiers
|
|
if (($siret*1)==0 && ($siren*1)<100){
|
|
$fileName = $page2.'-'.$idEntreprise;
|
|
}else{
|
|
$fileName = $page2.'-'.$siret;
|
|
}
|
|
if ($_REQUEST['vue']=='histo'){ $fileName .= '-histo'; }
|
|
|
|
//Mise en Cache
|
|
$cache = new Cache();
|
|
//Forcer la création de la page dans le cache lorsque l'utilisateur a le mode saisie
|
|
if(preg_match('/saisie/i', $_SESSION['tabInfo']['droits'])) {
|
|
$cache->disable = TRUE;
|
|
$cache->forceStart = TRUE;
|
|
}
|
|
if ( $cache->startCapture($fileName.'.html') == FALSE){
|
|
print $cache->displayCache();
|
|
}else{
|
|
/** Utilisation du WS **/
|
|
$client = new SoapClient(null, array( 'trace' => 1,
|
|
'soap_version' => SOAP_1_1,
|
|
'location' => WEBSERVICE_URL,
|
|
'uri' => WEBSERVICE_URI,
|
|
'login' => $_SESSION['tabInfo']['login'],
|
|
'password' => $_SESSION['tabInfo']['password']));
|
|
try {
|
|
$O = $client->getDirigeants($siren, $histo);
|
|
$dirs=$O['result'];
|
|
} catch (SoapFault $fault) {
|
|
include_once(realpath(dirname(__FILE__).'/../../').'/includes/soaperror.php');
|
|
processSoapFault($client,$fault,$tabInfo);
|
|
die();
|
|
}
|
|
|
|
$raisonSociale=$tabInfo['entrep']['raisonSociale'];
|
|
|
|
?>
|
|
<table width="580" border="0" align="left" bgcolor="#FFFFFF">
|
|
<tr>
|
|
<td colspan="3"><img src="./img/rub_dirigeant.png" width="577" height="36"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30"> </td>
|
|
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
|
<td width="350" class="StyleInfoData"><?=substr($siren,0,3).' '.substr($siren,3,3).' '.substr($siren,6,3)?></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30"> </td>
|
|
<td width="200" class="StyleInfoLib">Raison Sociale</td>
|
|
<td width="350" class="StyleInfoData"><?=$raisonSociale?></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"> </td>
|
|
</tr>
|
|
<? if ($histo) { ?>
|
|
<tr>
|
|
<td colspan="3"><img src="./img/srub_dirhisto.png" width="576" height="27"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30"> </td>
|
|
<td colspan="2" width="550" class="StyleInfoData"><table><?
|
|
foreach ($dirs as $i=>$dir) {
|
|
$nom=$dir['Societe'].' '.$dir['Nom'].' '.$dir['Prenom'];
|
|
?><tr><td class="StyleInfoData" width="150"><?=$dir['Titre']?></td><td class="StyleInfoData" width="200"><?=$nom?></td><td class="StyleInfoData" width="200"><?
|
|
if ($dir['DateFct']<>'') {
|
|
//if ($dir['Ancien']) echo 'Fonction abandonée le ';
|
|
//else echo 'Prise de fonction le ';
|
|
echo 'Modification le ';
|
|
echo WDate::dateT('Y-m-d', 'd/m/Y',$dir['DateFct']);
|
|
}
|
|
?></td></tr><?
|
|
}
|
|
if (count($dirs)==0)
|
|
echo '<tr><td class="StyleInfoData" width="550"> Aucune donnée n\'est présente dans notre base</td></tr>';
|
|
?></table></td>
|
|
</tr>
|
|
<? } else { ?>
|
|
<tr>
|
|
<td colspan="3"><img src="./img/srub_dirliste.png" width="576" height="27"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30"> </td>
|
|
<td colspan="2" width="550" class="StyleInfoData"><table><?
|
|
foreach ($dirs as $i=>$dir) {
|
|
$nom=str_replace('&#160;',' ', $dir['Societe'].' '.$dir['Nom'].' '.$dir['Prenom']);
|
|
?><tr><td class="StyleInfoData" width="150"><?=$dir['Titre']?></td><td class="StyleInfoData" width="150"><?=$nom?></td><td class="StyleInfoData" width="250"><? if (trim($dir['NaissDate'])<>'' && trim($dir['NaissVille'].' '.$dir['NaissDepPays'])<>'') {
|
|
echo 'né(e) le '.$dir['NaissDate'].' à '.$dir['NaissVille'];
|
|
if (trim($dir['NaissDepPays'])<>'')
|
|
echo ' ('.$dir['NaissDepPays'].')';
|
|
} elseif (trim($dir['NaissDate'])<>'') {
|
|
echo 'né(e) le '.$dir['NaissDate'];
|
|
} elseif (trim($dir['NaissVille'].' '.$dir['NaissDepPays'])<>'') {
|
|
echo 'né(e) à '.$dir['NaissVille'];
|
|
echo ' ('.$dir['NaissDepPays'].')';
|
|
}?>
|
|
</td></tr><?
|
|
}
|
|
if (count($dirs)==0)
|
|
echo '<tr><td class="StyleInfoData" width="550"> Aucune donnée n\'est présente dans notre base</td></tr>';
|
|
?></table></td>
|
|
</tr>
|
|
<?php
|
|
}
|
|
?>
|
|
</table>
|
|
<?
|
|
|
|
//Exportation des données sous forme de fichier
|
|
function htmldecode($value){
|
|
$value = is_array($value) ? array_map('htmldecode', $value) : html_entity_decode($value, ENT_QUOTES, 'UTF-8');
|
|
return $value;
|
|
}
|
|
$firephp->log($dirs,'Etablissements');
|
|
$tabForExport = htmldecode($dirs);
|
|
if(count($tabForExport)>0){
|
|
require_once(realpath(dirname(__FILE__).'/../../includes/').'/export.php');
|
|
|
|
$array2csv = new ExportCSV();
|
|
$array2csv->records = $tabForExport;
|
|
$array2csv->writeCSV($fileName);
|
|
|
|
$array2xml = new ExportXML();
|
|
$array2xml->rootName = $page.'s';
|
|
$array2xml->defaultTagName = $page;
|
|
if ($_REQUEST['vue']=='histo'){
|
|
$array2xml->rootName = 'historique'.$page.'s';
|
|
$array2xml->defaultTagName = 'historique'.$page;
|
|
}
|
|
$array2xml->records = $tabForExport;
|
|
$array2xml->writeXML($fileName);
|
|
}
|
|
|
|
|
|
}//Fin test mise en cache
|
|
$cache->stopCapture(); //On arrete la capture pour le cache
|
|
?>
|