Formattage
This commit is contained in:
parent
efd7308a85
commit
beb2696ccf
@ -944,6 +944,7 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
|
||||
|
||||
if (strtoupper(substr($tabIdentite['AutreId'],0,1))=='W') $WALDEC=$tabIdentite['AutreId'];
|
||||
else $WALDEC='';
|
||||
|
||||
// AGE en mois
|
||||
if ($tabIdentite['DateCreaEt']>0 && $tabIdentite['DateCreaEt']<$tabIdentite['DateCreaEn'])
|
||||
$dateCrea=$tabIdentite['DateCreaEt'];
|
||||
@ -953,7 +954,6 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
|
||||
$dateCrea=str_replace('-','',$DIMMAT);
|
||||
else {
|
||||
$dateCrea=0;
|
||||
//@sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "Indiscore sur $siren : Attention 'dateCrea'",'Corriger les tests de la valeur !');
|
||||
}
|
||||
$DCREN=$dateCrea;
|
||||
$DCREN_AA=substr($dateCrea,0,4);
|
||||
@ -1611,7 +1611,7 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
|
||||
}
|
||||
}
|
||||
|
||||
// Annonces BODACC Poursuite de l'activité malgré la perte de plus de plus de la moitié du capital social
|
||||
// Annonces BODACC Poursuite de l'activité malgré la perte de plus de la moitié du capital social
|
||||
$tabDepotCpt=$iInsee->getAnnoncesLegales($siren, 0, array(2314,2319), false);
|
||||
if (is_array($tabDepotCpt) && count($tabDepotCpt)>0){
|
||||
foreach ($tabDepotCpt as $iDep=>$depot) {
|
||||
@ -2289,9 +2289,10 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
|
||||
$SCORECONF-=5;
|
||||
//$tabCommentaires['gen'][]=prepareString("Cette affaire personnelle à demandée son retrait du champs de diffusion commercial de la base SIRENE.");
|
||||
$PPNONDIFF=true;
|
||||
} else
|
||||
} else {
|
||||
$PPNONDIFF=false;
|
||||
|
||||
}
|
||||
|
||||
/** Entreprise en Zone Prioritaire ? **/
|
||||
$ZONEPRI=false;
|
||||
$ZONEPRIZUS=$ZONEPRIAFR=$ZONEPRICUCS=$ZONEPRIZFU=$ZONEPRIZRR=$ZONEPRIZRU='';
|
||||
@ -2708,10 +2709,7 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
|
||||
} elseif ($tabIdentite['SituationJuridique']=='D'){
|
||||
$noteSolvabilite=$SCORECONF=$SCOREDIRI=0;
|
||||
$analyseConf='L\'entreprise est dissoute';
|
||||
} /*elseif ($tabIdentite['SituationJuridique']=='R'){
|
||||
$noteSolvabilite=$SCORECONF=$SCOREDIRI=0;
|
||||
$analyseConf='L\'entreprise est radiée';
|
||||
} */elseif ($tabIdentite['Actif']==0){
|
||||
} elseif ($tabIdentite['Actif']==0){
|
||||
$noteSolvabilite=$SCORECONF=$SCOREDIRI=0;
|
||||
$analyseConf='L\'entreprise n\'est pas en activité';
|
||||
} elseif ($SCORECONF>=70)
|
||||
|
Loading…
Reference in New Issue
Block a user