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); require_once 'utils.php'; require_once 'common/dates.php'; require_once 'cache/cache.php'; require_once 'user/user.php'; require_once 'scoresws/format.php'; require_once 'scoresws/theme.php'; require_once 'scoresws/scoresws.php'; require_once 'scoresws/identite.php'; require_once 'scoresws/annonces.php'; require_once 'scoresws/synthese.php'; require_once 'scoresws/bilans.php'; require_once 'scoresws/ratios.php'; require_once 'scoresws/indiscore.php'; require_once 'ratios/ratios.php'; ?>

SYNTHÈSE

array('ratio'=>'r236', 'op' => 1000), 1 => array('ratio'=>'r235', 'op' => 1000), 2 => array('ratio'=>'r6', 'op' => 1000), 3 => array('ratio'=>'r146', 'op' => 1000)); //Liste des ratios à afficher $tabRatio = array( 'r5' => array('evol'=>'r6', 'op' => 1000, 'titre'=>'CHIFFRE D\'AFFAIRES'), 'r7' => array('evol'=>'r8', 'op' => 1000, 'titre'=>'RESULTAT COURANT AVANT IMPOTS'), 'r10' => array('evol'=>'r11', 'op' => 1000, 'titre'=>'RESULTAT NET'), 'r18' => array('evol'=>'r19', 'op' => 1000, 'titre'=>'FONDS PROPRES'), 'r22' => array('evol'=>'r23', 'op' => 1000, 'titre'=>'TOTAL BILAN'), 'r231' => array('evol'=>'r235', 'op' => 1000, 'titre'=>'FONDS DE ROULEMENT'), 'r232' => array('evol'=>'r236', 'op' => 1000, 'titre'=>'BESOIN EN FONDS DE ROULEMENT'), 'r63' => array('evol'=>'r64', 'op' => 1000, 'titre'=>'TRESORERIE'), 'r24' => array('evol'=>'r24', 'op' => 1, 'titre'=>'EFFECTIF', 'unite' => 1), ); //On souhaite n'afficher qu'un seul ratio, on réduit donc le tableau if($ratio!=''){ $tabRatio = array( $ratio => $tabRatio[$ratio]); } $data = synthese_datagraph($bilansInfos, $ratiosEntrep, $tabRatioGraph, $tabRatio); $dataGraph = $data['graph']; $dataEvol = $data['evol']; if (count($ratiosEntrep)==0 || !isset($ratiosEntrep)) { ?>
 Aucun bilan disponible pour cette entreprise !
Visionner le graphique Evolution Evolution  

Evolution
Les informations sont insuffisantes pour générer le graphique de synthèse
'; }else{ print synthese_graph_linecompare($dataGraph, $fileName); } } ?>

$element) { if($key == 'titre'){ print '

'.$element.'

'; } if($key == 'blocks' && count($element)>0){ print theme_bblocks($element); } } //Ratios $ratios = scoresws_ratios($siret, $siren, $idEntreprise); $page = block_ratios($ratios); foreach($page as $key => $element) { if($key == 'titre'){ print '

'.$element.'

'; } if($key == 'blocks' && count($element)>0){ print theme_bblocks($element); } } ?>

COMMENTAIRES

$element) { if($key == 'titre'){ print '

'.$element.'

'; } if($key == 'blocks' && count($element)>0){ print theme_bblocks($element); } } ?>