webservice/library/Metier/insee/classMInsee.php

7392 lines
317 KiB
PHP
Raw Normal View History

2013-11-05 11:18:30 +00:00
<?php
global $timer;
require_once 'Metier/bodacc/classMBodacc.php';
require_once 'Metier/bodacc/classMBalo.php';
require_once 'Metier/partenaires/classMTva.php';
require_once 'Metier/partenaires/classMMap.php';
require_once 'Metier/partenaires/classMAmabis.php';
require_once 'Metier/partenaires/classMRncs.php';
require_once 'Metier/partenaires/classMTel.php';
require_once 'Metier/partenaires/classMBourse.php';
require_once 'Metier/partenaires/classMBilans.php';
class MInsee
{
private static $tabFct=array(
'ADM'=>'Administrateur',
'ASS'=>'Associé',
'COG'=>'Co-gérant',
'CON'=>'Contrôleur de gestion',
'DID'=>'Directeur Général Délégué',
'DIR'=>'Directeur',
'GER'=>'Gérant',
'PCS'=>'Président du Conseil de Surveillance',
'PDG'=>'Président Directeur Général',
'PP'=>'Personne Physique',
'PRD'=>'Président du directoire',
'PRE'=>'Président du Conseil d\'Administration',
'VIC'=>'Vice président du CA ou Surv.',
);
private static $tabDep=array(
'01'=>'Ain',
'1'=>'Ain',
'02'=>'Aisne',
'2'=>'Aisne',
'03'=>'Allier',
'3'=>'Allier',
'04'=>'Alpes-de-Haute-Provence',
'4'=>'Alpes-de-Haute-Provence',
'05'=>'Hautes-Alpes',
'5'=>'Hautes-Alpes',
'06'=>'Alpes-Maritimes',
'6'=>'Alpes-Maritimes',
'07'=>'Ardèche',
'7'=>'Ardèche',
'08'=>'Ardennes',
'8'=>'Ardennes',
'09'=>'Ariège',
'9'=>'Ariège',
'10'=>'Aube',
'11'=>'Aude',
'12'=>'Aveyron',
'13'=>'Bouches-du-Rhône',
'14'=>'Calvados',
'15'=>'Cantal',
'16'=>'Charente',
'17'=>'Charente-Maritime',
'18'=>'Cher',
'19'=>'Corrèze',
'20'=>'Corse',
'2A'=>'Corse-du-Sud',
'20A'=>'Corse-du-Sud',
'2B'=>'Haute-Corse',
'20B'=>'Haute-Corse',
'21'=>'Côte-d\'Or',
'22'=>'Côtes-d\'Armor',
'23'=>'Creuse',
'24'=>'Dordogne',
'25'=>'Doubs',
'26'=>'Drôme',
'27'=>'Eure',
'28'=>'Eure-et-Loir',
'29'=>'Finistère',
'30'=>'Gard',
'31'=>'Haute-Garonne',
'32'=>'Gers',
'33'=>'Gironde',
'34'=>'Hérault',
'35'=>'Ille-et-Vilaine',
'36'=>'Indre',
'37'=>'Indre-et-Loire',
'38'=>'Isère',
'39'=>'Jura',
'40'=>'Landes',
'41'=>'Loir-et-Cher',
'42'=>'Loire',
'43'=>'Haute-Loire',
'44'=>'Loire-Atlantique',
'45'=>'Loiret',
'46'=>'Lot',
'47'=>'Lot-et-Garonne',
'48'=>'Lozère',
'49'=>'Maine-et-Loire',
'50'=>'Manche',
'51'=>'Marne',
'52'=>'Haute-Marne',
'53'=>'Mayenne',
'54'=>'Meurthe-et-Moselle',
'55'=>'Meuse',
'56'=>'Morbihan',
'57'=>'Moselle',
'58'=>'Nièvre',
'59'=>'Nord',
'60'=>'Oise',
'61'=>'Orne',
'62'=>'Pas-de-Calais',
'63'=>'Puy-de-Dôme',
'64'=>'Pyrénées-Atlantiques',
'65'=>'Hautes-Pyrénées',
'66'=>'Pyrénées-Orientales',
'67'=>'Bas-Rhin',
'68'=>'Haut-Rhin',
'69'=>'Rhône',
'70'=>'Haute-Saône',
'71'=>'Saône-et-Loire',
'72'=>'Sarthe',
'73'=>'Savoie',
'74'=>'Haute-Savoie',
'75'=>'Paris',
'76'=>'Seine-Maritime',
'77'=>'Seine-et-Marne',
'78'=>'Yvelines',
'79'=>'Deux-Sèvres',
'80'=>'Somme',
'81'=>'Tarn',
'82'=>'Tarn-et-Garonne',
'83'=>'Var',
'84'=>'Vaucluse',
'85'=>'Vendée',
'86'=>'Vienne',
'87'=>'Haute-Vienne',
'88'=>'Vosges',
'89'=>'Yonne',
'90'=>'Territoire de Belfort',
'91'=>'Essonne',
'92'=>'Hauts-de-Seine',
'93'=>'Seine-Saint-Denis',
'94'=>'Val-de-Marne',
'95'=>'Val-d\'Oise',
'971'=>'Guadeloupe',
'972'=>'Martinique',
'973'=>'Guyane',
'974'=>'Réunion',
'975'=>'Saint-Pierre-et-Miquelon',
'976'=>'Mayotte',
'985'=>'Mayotte', // Codification au Bodacc
'986'=>'Wallis-et-Futuna',
'987'=>'Polynésie-Française',
'988'=>'Nouvelle-Calédonie',
);
private static $tabDepArt=array(
'01'=>'de l\'Ain',
'1'=>'de l\'Ain',
'02'=>'de l\'Aisne',
'2'=>'de l\'Aisne',
'03'=>'de l\'Allier',
'3'=>'de l\'Allier',
'04'=>'des Alpes-de-Haute-Provence',
'4'=>'des Alpes-de-Haute-Provence',
'05'=>'des Hautes-Alpes',
'5'=>'des Hautes-Alpes',
'06'=>'Ades lpes-Maritimes',
'6'=>'des Alpes-Maritimes',
'07'=>'de l\'Ardèche',
'7'=>'de l\'Ardèche',
'08'=>'des Ardennes',
'8'=>'des Ardennes',
'09'=>'de l\'Ariège',
'9'=>'de l\'Ariège',
'10'=>'de l\'Aube',
'11'=>'de l\'Aude',
'12'=>'de l\'Aveyron',
'13'=>'des Bouches-du-Rhône',
'14'=>'du Calvados',
'15'=>'du Cantal',
'16'=>'de la Charente',
'17'=>'de la Charente-Maritime',
'18'=>'du Cher',
'19'=>'de la Corrèze',
'20'=>'de la Corse',
'2A'=>'de la Corse-du-Sud',
'20A'=>'de la Corse-du-Sud',
'2B'=>'de la Haute-Corse',
'20B'=>'de la Haute-Corse',
'21'=>'de la Côte-d\'Or',
'22'=>'des Côtes-d\'Armor',
'23'=>'de la Creuse',
'24'=>'de la Dordogne',
'25'=>'du Doubs',
'26'=>'de la Drôme',
'27'=>'de l\'Eure',
'28'=>'de l\'Eure-et-Loir',
'29'=>'du Finistère',
'30'=>'du Gard',
'31'=>'de la Haute-Garonne',
'32'=>'du Gers',
'33'=>'de la Gironde',
'34'=>'de l\'Hérault',
'35'=>'de l\'Ille-et-Vilaine',
'36'=>'de l\'Indre',
'37'=>'de l\'Indre-et-Loire',
'38'=>'de l\'Isère',
'39'=>'du Jura',
'40'=>'des Landes',
'41'=>'du Loir-et-Cher',
'42'=>'de la Loire',
'43'=>'de la Haute-Loire',
'44'=>'de la Loire-Atlantique',
'45'=>'du Loiret',
'46'=>'du Lot',
'47'=>'du Lot-et-Garonne',
'48'=>'de la Lozère',
'49'=>'du Maine-et-Loire',
'50'=>'de la Manche',
'51'=>'de la Marne',
'52'=>'de la Haute-Marne',
'53'=>'de la Mayenne',
'54'=>'de la Meurthe-et-Moselle',
'55'=>'de la Meuse',
'56'=>'du Morbihan',
'57'=>'de la Moselle',
'58'=>'de la Nièvre',
'59'=>'du Nord',
'60'=>'de l\'Oise',
'61'=>'de l\'Orne',
'62'=>'du Pas-de-Calais',
'63'=>'du Puy-de-Dôme',
'64'=>'des Pyrénées-Atlantiques',
'65'=>'des Hautes-Pyrénées',
'66'=>'des Pyrénées-Orientales',
'67'=>'du Bas-Rhin',
'68'=>'du Haut-Rhin',
'69'=>'du Rhône',
'70'=>'de la Haute-Saône',
'71'=>'de la Saône-et-Loire',
'72'=>'de la Sarthe',
'73'=>'de la Savoie',
'74'=>'de la Haute-Savoie',
'75'=>'de Paris',
'76'=>'de la Seine-Maritime',
'77'=>'de la Seine-et-Marne',
'78'=>'des Yvelines',
'79'=>'des Deux-Sèvres',
'80'=>'de la Somme',
'81'=>'du Tarn',
'82'=>'du Tarn-et-Garonne',
'83'=>'du Var',
'84'=>'du Vaucluse',
'85'=>'de la Vendée',
'86'=>'de la Vienne',
'87'=>'de la Haute-Vienne',
'88'=>'des Vosges',
'89'=>'de l\'Yonne',
'90'=>'du Territoire de Belfort',
'91'=>'de l\'Essonne',
'92'=>'des Hauts-de-Seine',
'93'=>'de la Seine-Saint-Denis',
'94'=>'du Val-de-Marne',
'95'=>'du Val-d\'Oise',
'971'=>'de la Guadeloupe',
'972'=>'de la Martinique',
'973'=>'de la Guyane',
'974'=>'de la Réunion',
'975'=>'de Saint-Pierre-et-Miquelon',
'976'=>'de Mayotte',
'985'=>'de Mayotte', // Codification au Bodacc
'986'=>'de Wallis-et-Futuna',
'987'=>'de la Polynésie-Française',
'988'=>'de la Nouvelle-Calédonie',
);
/** Nature d'établissements */
private static $tabNature = array(
'20'=>'Petit magasin (moins de 300m²)',
'21'=>'Magasin (de 300m² à 400m²)',
'22'=>'Grande surface (de 400 à 2500m²)',
'23'=>'Très grande surface (plus de 2500m²)',
'91'=>'Base d\'activité sur chantiers',
'92'=>'Base d\'activité sur marchés',
'93'=>'Base d\'activité en clientèle',
'99'=>'Autre'
);
/** Régions du code officiel géographique */
private static $tabRegion = array(
'1'=>'Guadeloupe',
'2'=>'Martinique',
'3'=>'Guyane',
'4'=>'Réunion',
'11'=>'Ile-de-France',
'21'=>'Champagne-Ardenne',
'22'=>'Picardie',
'23'=>'Haute-Normandie',
'24'=>'Centre',
'25'=>'Basse-Normandie',
'26'=>'Bourgogne',
'31'=>'Nord-Pas-de-Calais',
'41'=>'Lorraine',
'42'=>'Alsace',
'43'=>'Franche-Comté',
'52'=>'Pays de la Loire',
'53'=>'Bretagne',
'54'=>'Poitou-Charentes',
'72'=>'Aquitaine',
'73'=>'Midi-Pyrénées',
'74'=>'Limousin',
'82'=>'Rhône-Alpes',
'83'=>'Auvergne',
'91'=>'Languedoc-Roussillon',
'93'=>'Provence Alpes Côte d Azur',
'94'=>'Corse',
'98'=>'Territoire d outre-mer (TOM)',
'99'=>'Etranger'
);
/** Tranches de Chiffre d'Affaires INSEE */
private static $tabTCA = array(
'0'=>'N/C',
'1'=>'de 500 000 à 1 ME',
'2'=>'de 1 à 2 ME',
'3'=>'de 2 à 5 ME',
'4'=>'de 5 à 10 ME',
'5'=>'de 10 à 20 ME',
'6'=>'de 20 à 50 ME',
'7'=>'de 50 à 100 ME',
'8'=>'de 100 à 200 ME',
'9'=>'plus de 200 ME'
);
/** Tranche de CA Export */
private static $tabTCAexp = array(
'0'=>'0%',
'1'=>'moins de 5%',
'2'=>'de 5 à 25%',
'3'=>'de 25 à 50%',
'4'=>'plus de 50%',
);
/** Tranche d'habitants de commune détaillée */
private static $tabTCD=array(
2013-11-05 11:18:30 +00:00
'1'=>'Commune de moins de 50 habitants',
'2'=>'Commune de 50 à 99 habitants',
'3'=>'Commune de 100 à 149 habitants',
'4'=>'Commune de 150 à 199 habitants',
'5'=>'Commune de 200 à 249 habitants',
'6'=>'Commune de 250 à 299 habitants',
'7'=>'Commune de 300 à 399 habitants',
'8'=>'Commune de 400 à 499 habitants',
'11'=>'Commune de 500 à 699 habitants',
'12'=>'Commune de 700 à 999 habitants',
'13'=>'Commune de 1000 à 1499 habitants',
'14'=>'Commune de 1500 à 1999 habitants',
'15'=>'Commune de 2000 à 2499 habitants',
'16'=>'Commune de 2500 à 2999 habitants',
'17'=>'Commune de 3000 à 3999 habitants',
'18'=>'Commune de 4000 à 4999 habitants',
'21'=>'De 5 000 à 6 999 habitants',
'22'=>'De 7 000 à 9 999 habitants',
'31'=>'De 10 000 à 14 999 habitants',
'32'=>'De 15 000 à 19 999 habitants',
'41'=>'De 20 000 à 24 999 habitants',
'42'=>'De 25 000 à 29 999 habitants',
'43'=>'De 30 000 à 39 999 habitants',
'44'=>'De 40 000 à 49 999 habitants',
'51'=>'De 50 000 à 69 999 habitants',
'52'=>'De 70 000 à 99 999 habitants',
'61'=>'De 100 000 à 149 999 habitants',
'62'=>'De 150 000 à 199 999 habitants',
'71'=>'De 200 000 à 299 999 habitants',
'72'=>'De 300 000 à 499 999 habitants',
'73'=>'De 500 000 à 1 499 999 habitants',
'80'=>'Plus de 1 500 000 habitants'
);
/** Tranches d'effectifs INSEE */
private static $tabEffectif=array(
0 => 'N/C',
1 => 'de 1 à 2 salarié(s)',
2 => 'de 3 à 5 salariés',
3 => 'de 6 à 9 salariés',
11 => 'de 10 à 19 salariés',
12 => 'de 20 à 49 salariés',
21 => 'de 50 à 99 salariés',
22 => 'de 100 à 199 salariés',
31 => 'de 200 à 249 salariés',
32 => 'de 250 à 499 salariés',
41 => 'de 500 à 999 salariés',
42 => 'de 1 000 à 1 999 salariés',
51 => 'de 2 000 à 4 999 salariés',
52 => 'de 5 000 à 9 999 salariés',
53 => 'plus de 10 000 salariés'
2013-11-05 11:18:30 +00:00
);
/** Libellé des singularités INSEE */
private static $tabSingularite=array(
'1'=>'Propiétaire Exploitant direct',
'2'=>'Locataire Gérant',
'10'=>'Loueur de fonds',
'30'=>'Unité singulière de première espèce: avocats assocés, stations services sous mandat..',
'31'=>'Associé d\'exploitation en commun; ce groupe comprend notamment: associé de société de fait, associé d\'indivision',
'33'=>'Employeur non exploitant: prestataire de personnel, gérant mandataire',
'34'=>'Membre d\'une société civile professionnelle',
'40'=>'Siège d\'une unité SIREN de droit privé sans activité',
'41'=>'Siège d\'un organisme public sans activité',
'42'=>'Siège d\'un établissement public local non doté de l\'autonomie comptable: une partie des centres communaux d\'action sociale, une partie des caisses des écoles',
'43'=>'Sièges de domiciliation',
'52'=>'Sans domicile fixe',
'60'=>'Activité occasionnelle ou accessoire: Expert auprès des tribunaux, médecin, infirmier, pharmacien remplçant, avocat stagiaire, sportif amateur',
'70'=>'Activité en location (autre que le fond de commerce): Exploitant de terrain de camping, location de garage ou parking, locations de meublés, location de terres agricoles',
'80'=>'Gestion immobilière de biens propres: syndicats de copropriétaires',
'90'=>'Unité singulière de seconde espèce: établissement d\'une entreprise installée à Monaco, siège à l\'etranger de sociétés, associé gérant de sociétés'
);
/**Libellé des origines de création INSEE*/
private static $tabOrigine=array(
'0'=>'Non renseigné',
'1'=>'Création pure',
'2'=>'Création suite à déménagement', // Création S&D du 20/04/2011 ancien 'Réinstallation après transfert'
'3'=>'Achat',
'4'=>'Apport',
'5'=>'Reprise au conjoint ou apport reçu',
'6'=>'Prise en location-gérance',
'7'=>'Partage',
'8'=>'Reprise',
'9'=>'Autre modalité d\'acquisition',
'A'=>'Reprise globale d\'une exploitation agricole',
'B'=>'Poursuite de l\'exploitation agricole par le conjoint',
'C'=>'Transfert de propriété d\'une exploitation agricole',
'D'=>'Apport d\'exploitation(s) agricole(s) individuelle(s)',
'E'=>'Reprise totale ou partielle d\'exploitation individuelle',
);
private static $tabEven=array(
'i110'=>'Création d\'une entreprise',
'i120'=>'Réactivation d\'une entreprise',
'i125'=>'Réactivation d\'une entreprise suite à une mise à jour du répertoire',
'i130'=>'Création d\'un établissement',
'i145'=>'Reprise d\'activité dans un établissement suite à une mise à jour du répertoire',
'i400'=>'Suppression d\'un double',
'i410'=>'Cessation juridique de l\'entreprise',
'i420'=>'Absence d\'activité de l\'entreprise (cessation économique de l\'entreprise)',
'i425'=>'Absence d\'activité d\'une entreprise suite à une mise à jour au répertoire',
'i430'=>'Fermeture d\'un établissement',
'i435'=>'Fermeture d\'un établissement suite à une mise à jour au répertoire',
'i510'=>'Création de l\'établissement d\'arrivée et cessation de l\'établissement de départ dans le cadre d\'un transfert',
'i520'=>'Création de l\'établissement d\'arrivée et modification de l\'établissement de départ dans le cadre d\'un transfert',
'i530'=>'Modification de l\'établissement d\'arrivée et cessation de l\'établissement de départ dans le cadre d\'un transfert',
'i540'=>'Modification de l\'établissement d\'arrivée et modification de l\'établissement de départ dans le cadre d\'un transfert',
'i610'=>'Modification d\'activité au niveau du SIREN associé à une activation économique par adjonction de moyens de production',
'i620'=>'Modification d\'activité au niveau du SIREN associé à une désactivation économique par suppression de moyens de production',
'i621'=>'Modification d\'activité du SIREN associé à une désactivation économique par suppression de moyens de production suite à une correction d\'erreur',
'i631'=>'Autre modification d\'activité du SIREN associé',
'i640'=>'Modification d\'activité au niveau de l\'établissement associée à une activation économique par adjonction de moyens de production',
'i650'=>'Modification d\'activité au niveau de l\'établissement associée à une désactivation économique par suppression de moyens de production',
'i661'=>'Autre modification d\'activité au niveau de l\'établissement',
'i710'=>'Modification de l\'identification du SIREN',
'i711'=>'Modification de l\'identification du SIREN suite à correction d\'erreur',
'i720'=>'Modification de l\'adresse ou de l\'identification de l\'établissement',
'i780'=>'Autre modification entraînant la mise à jour d\'au moins une variable du répertoire',
'i781'=>'Autre modification entraînant la mise à jour d\'au moins une variable du répertoire suite à correction d\'erreur',
2014-12-08 13:42:09 +00:00
'i795'=>'Personne radiée à sa demande de de la base SIRENE diffusion',
// Nouveaux évènements Sirene4 de la quotidienne Insee (Syracuse)
'iCE' =>'Création établissement',
'iCS' =>'Création siège',
'iCTE' =>'Création établissement (transfert)',
'iCTS' =>'Création siège (transfert)',
'iSU' =>'Cessation juridique',
'iME' =>'Modification établissement',
'iMS' =>'Modification siège',
'iMTDE' =>'Modification établissement départ (transfert)',
'iMTAE' =>'Modification établissement arrivée (transfert)',
'iMTDS' =>'Modification siège départ (transfert)',
'iMTAS' =>'Modification siège arrivée (transfert)',
'iMU' =>'Modification entreprise',
'iRE' =>'Réactivation établissement',
'iRS' =>'Réactivation siège',
'iSE' =>'Fermeture (ou désactivation) établissement',
'iSS' =>'Fermeture (ou désactivation) siège',
'iSTE' =>'Fermeture établissement (transfert)',
'iSTS' =>'Fermeture siège (transfert)',
'iRI' =>'Refus d\'immatriculation au RCS',
'iCC' =>'Création par le calage',
'iMC' =>'Modification par le calage',
'iSC' =>'Suppression par le calage',
'iI' =>'Entrée dans le champ de la diffusion commerciale',
'iO' =>'Sortie du champ de la diffusion commerciale',
2013-11-05 11:18:30 +00:00
);
2014-02-13 14:17:20 +00:00
private $tabEvenInsee = array(
2014-02-07 16:14:36 +00:00
// Anciens évènements de la quotidienne Insee
'i00'=>'Modification de l\'établissement',
'iOA'=>'Activation économique de l\'établissement par adjonction de moyens de production',
'i0C'=>'Création de l\'établissement',
'iOD'=>'Désactivation économique de l\'établissement par suppression de moyens de production',
'i0F'=>'Fermeture de l\'établissement',
'iOR'=>'Modification simple ou modification de moyen de production de l\'établissement',
'iCC'=>'Création de l\' entreprise par création du premier établissement',
'iRC'=>'Réactivation de l\'entreprise par création de l\'établissement',
'iRR'=>'Réactivation de l\'entreprise par réactivation de l\'établissement',
'iFF'=>'Fermeture de l\'établissement entraînant la fermeture de l\'entreprise',
'iTC'=>'Création de l\'établissement dans le cadre d\'un transfert',
'iTR'=>'Réactivation de l\'établissement dans le cadre d\'un transfert',
'iT0'=>'Modification simple ou de moyens de production sur l\'établissement dans le cadre d\'un transfert',
'iTA'=>'Activation économique de l\'établissement par adjonction de moyens de production dans le cadre d\'un transfert',
'iTD'=>'Désactivation économique de l\'établissement par suppression de moyens de production dans le cadre d\'un transfert',
'iTF'=>'Fermeture de l\'établissement dans le cadre d\'un transfert',
'iER'=>'Modification ERR de l\'établissement',
// Evènements Crées par différentiel de la Mensuelle Insee par S&D
'iM0C'=>'Création de l\'établissement',
'iM0F'=>'Fermeture de l\'établissement',
'iM0R'=>'Réactivation de l\'établissement',
'iM00'=>'Modification de l\'établissement',
'iMAS'=>'Modification de la nature d\'activité et de la saisonalité',
'iMAC'=>'Modification de la nature d\'activité de l\'établissement',
'iMSA'=>'Modification de la saisonalité de l\'établissement',
// Evènements Crées par diff3+4
'iMPF'=>'Etablissement présumé fermé (formalités de création faites par le repreneur)',
'iMNP'=>'Etablissement présumé fermé (retour de courrier en NPAI)',
// Décret n°2010-1042 du 01/09/2010 relatif à l'inscription au registre du commerce et des sociétés et au répertoire national mentionné à l'article R. 123-220 du code de commerce
// Codification provisoire à changer dans l'attente de l'INSEE
'i810'=>'Suppression du SIREN suite au refus d\'inscription au Registre du Commerce et des Sociétés', // Anciennement iRCS
// Nouveaux évènements Sirene3 de la quotidienne Insee
'i110'=>'Création de l\'entreprise',
'i120'=>'Réactivation de l\'entreprise',
'i125'=>'Réactivation de l\'entreprise suite à une mise à jour du répertoire SIRENE',
'i130'=>'Création de l\'établissement',
'i145'=>'Reprise d\'activité de l\'établissement suite à une mise à jour du répertoire SIRENE',
'i400'=>'Suppression du doublon',
'i410'=>'Cessation juridique de l\'entreprise',
'i420'=>'Absence d\'activité de l\'entreprise (cessation économique de l\'entreprise)',
'i425'=>'Absence d\'activité d\'une entreprise suite à une mise à jour au répertoire SIRENE',
'i430'=>'Fermeture de l\'établissement',
'i435'=>'Fermeture de l\'établissement suite à une mise à jour au répertoire SIRENE',
'i510'=>'Création de l\'établissement d\'arrivée et cessation de l\'établissement de départ dans le cadre d\'un transfert',
'i520'=>'Création de l\'établissement d\'arrivée et modification de l\'établissement de départ dans le cadre d\'un transfert',
'i530'=>'Modification de l\'établissement d\'arrivée et cessation de l\'établissement de départ dans le cadre d\'un transfert',
'i540'=>'Modification de l\'établissement d\'arrivée et modification de l\'établissement de départ dans le cadre d\'un transfert',
'i610'=>'Modification d\'activité au niveau du SIREN associé à une activation économique par adjonction de moyens de production',
'i620'=>'Modification d\'activité au niveau du SIREN associé à une désactivation économique par suppression de moyens de production',
'i621'=>'Modification d\'activité du SIREN associé à une désactivation économique par suppression de moyens de production suite à une correction d\'erreur',
'i631'=>'Modification d\'activité du SIREN associé',
'i640'=>'Modification d\'activité au niveau de l\'établissement associée à une activation économique par adjonction de moyens de production',
'i650'=>'Modification d\'activité au niveau de l\'établissement associée à une désactivation économique par suppression de moyens de production',
'i661'=>'Modification d\'activité de l\'établissement',
'i710'=>'Modification de l\'identification du SIREN',
'i711'=>'Modification de l\'identification du SIREN suite à correction d\'erreur',
'i720'=>'Modification de l\'adresse ou de l\'identification de l\'établissement',
'i780'=>'Modification de l\'établissement',
'i781'=>'Modification de l\'établissement suite à correction d\'erreur',
'i795'=>'Personne radiée à sa demande de de la base SIRENE diffusion',
2014-10-06 18:36:51 +00:00
// Nouveaux évènements Sirene4 de la quotidienne Insee (Syracuse)
'iCE' =>'Création établissement',
'iCS' =>'Création siège',
'iCTE' =>'Création établissement (transfert)',
'iCTS' =>'Création siège (transfert)',
'iSU' =>'Cessation juridique',
'iME' =>'Modification établissement',
'iMS' =>'Modification siège',
'iMTDE' =>'Modification établissement départ (transfert)',
'iMTAE' =>'Modification établissement arrivée (transfert)',
'iMTDS' =>'Modification siège départ (transfert)',
'iMTAS' =>'Modification siège arrivée (transfert)',
'iMU' =>'Modification entreprise',
'iRE' =>'Réactivation établissement',
'iRS' =>'Réactivation siège',
'iSE' =>'Fermeture (ou désactivation) établissement',
'iSS' =>'Fermeture (ou désactivation) siège',
'iSTE' =>'Fermeture établissement (transfert)',
'iSTS' =>'Fermeture siège (transfert)',
'iRI' =>'Refus d\'immatriculation au RCS',
'iCC' =>'Création par le calage',
'iMC' =>'Modification par le calage',
'iSC' =>'Suppression par le calage',
'iI' =>'Entrée dans le champ de la diffusion commerciale',
'iO' =>'Sortie du champ de la diffusion commerciale',
2014-02-07 16:14:36 +00:00
);
2014-02-13 14:17:20 +00:00
private $tabTypEtab=array(
2014-02-07 16:14:36 +00:00
'i00'=>'Rappel des données de l\'établissement du siège en cas de modification exclusive de l\'entreprise',
'i08'=>'Siège avant transfert non fermé',
'i09'=>'Siège après transfert non créé',
'i10'=>'Siège avant transfert fermé',
'i11'=>'Siège après transfert créé',
'i12'=>'Siège créé (hors transfert)',
'i13'=>'Siège fermé (hors transfert)',
'i14'=>'Siège modifié (hors transfert) : modification de l\'activité principale avec activation économique',
'i15'=>'Siège modifié (hors transfert) : modification de l\'activité principale avec désactivation économique',
'i16'=>'Siège modifié (hors transfert) : modification de l\'activité principale de l\'établissement',
'i17'=>'Siège modifié (hors transfert) : modification de l\'identification de l\'établissement',
'i19'=>'Siège modifié (hors transfert) : autre modification de l\'établissement',
'i20'=>'Établissement avant transfert fermé',
'i21'=>'Établissement après transfert créé',
'i22'=>'Établissement créé (hors transfert)',
'i23'=>'Établissement fermé (hors transfert)',
'i24'=>'Établissement modifié (hors transfert) : modification de l\'activité principale avec activation économique',
'i25'=>'Établissement modifié (hors transfert) : modification de l\'activité principale avec désactivation économique',
'i26'=>'Établissement modifié (hors transfert) : autre modification de l\'activité principale de l\'établissement',
'i27'=>'Établissement modifié (hors transfert) : modification de l\'identification de l\'établissement',
'i29'=>'Établissement modifié (hors transfert) : modification d\'une autre variable de l\'établissement',
'i30'=>'Établissement avant transfert non fermé',
'i31'=>'Établissement après transfert non créé',
'i32'=>'Établissement supprimé',
);
2014-02-13 14:17:20 +00:00
private $tabDestinat=array(
2014-02-07 16:14:36 +00:00
'i3'=>'Etablissement vendu',
'i7'=>'Maintien d\'activité, l\'établissement devient siège',
'i8'=>'Maintien d\'activité, l\'établissement devient principal',
'iA'=>'Maintien d\'activité, l\'établissement devient secondaire',
'iB'=>'Etablissement fermé',
'iC'=>'Etablissement supprimé',
'iD'=>'Mise en location-gérance de la totalité du fonds',
'iE'=>'Mise en location-gérance d\'une partie du fonds',
'iF'=>'Cessation d\'activité (pour les liasses agricoles)',
'iG'=>'Mise en location-gérance de la totalité des terres et des bâtiments agricoles (pour les liasses agricoles)',
'iH'=>'Mise en location-gérance d\'une partie des terres et des bâtiments agricoles (pour les liasses agricoles)',
'iI'=>'Transmission au conjoint (pour les liasses agricoles)',
'iJ'=>'Cession (pour les liasses agricoles)',
'iVP'=>'Suppression partielle d\'activité par vente',
'iDP'=>'Suppression partielle d\'activité par disparition',
'iRP'=>'Suppression partielle d\'activité par reprise par le propriétaire',
);
2015-07-03 13:28:52 +00:00
/**
* Conversion anciens codes evenements avec nouveaux codes evenements
*/
protected $HistoEvenConvert = array(
10 => '4000', // Création d'entreprise
11 => '4000',
13 => '4000',
14 => '4000',
15 => '4000',
16 => '4000',
17 => '4200', // Création d'établissement
18 => '4200',
19 => '4200',
20 => '5999', // ou 5700 en fonction du code xxx
21 => '5999',
22 => '5999',
24 => '5999',
25 => '5999',
30 => '2500', // Confirmation Ets
31 => '2318',
32 => '2318',
33 => '2318',
34 => '2318',
35 => '2318',
36 => '2318',
37 => '2800', // Loc. Gérance recue
38 => '2860', // Loc. Gérance donnée
39 => '2318',
40 => '6700', // Radiation
41 => '2202', // Dissolution
42 => '2885', // Fin location gérance
51 => '1209', // Règlement Judiciaire
52 => '1200', // Redressement Judiciaire
53 => '1207', // Règlemement amiable
//53 => Conciliation ????????????????????????????????????????
56 => '1310', // Procédure d'Insolvabilité Européenne
57 => '1100', // Jugement de sauvegarde
58 => '1101', // Plan de sauvegarde
59 => '1506', // Rectif ou Annulation RJ
60 => '1305', // Redr.& liq.Judiciaire
61 => '1603', // Liquidation de Biens
62 => '1305',
63 => '1600', // Faillite personnelle
64 => '1601', // Interdiction de gérer
65 => '1305',
66 => '1306', // Liquidation Judiciaire Simplifiée
69 => '1506', //Rectif ou Annul.LJ
70 => '1550', // Suites de jugements
71 => '1550', // Suite reglement/L
72 => '1550', // Suite redressement/L
73 => '1550', // Susp.Provis.pours. ?????????????????????????????????????????
74 => '1505', // Appel de jugement
75 => '1407', // Modif. de Plan
76 => '1502', // Extinction Passif
77 => '1210', // Production
78 => '1204', // Dépôt des créances
79 => '1503', // Cloture insuf.Actif
92 => '1450', //Cessation paiement ??
);
/**
* Conversion role avec nouveaux codes evénéments
*/
protected $HistoRoleConvert = array(
'' => '2318',
'a' => '2308', // Chg de dénomination(RS,Ens,Sigle)
'b' => '2300', // Changement d'Adresse
'c' => '2101', // Chg.Capital/Cess.apport de parts
'd' => '2315', // Changement de Dirigeants
'e' => '2313', // Mod Act/obj.soc./Cess./Mise somm.
'f' => '2307', // Changement de Forme juridique
'g' => '2318', // Opération sur Participations
'h' => '2725', // Fusion Absorption
'i' => '2318', // Mod.garantie financière/Caution
'j' => '2401', // Changement de régime matrimonial
'k' => '2319', // Non dissolution anticipée
'l' => '2318', // Non dissolution anticipée
'm' => '2318', // Dissolution anticipée (ou non)
'n' => '2303', // Mod.date cloture exercice social
'o' => '2300;2101', // Mod.Adresse + Capital
'p' => '2300;2315', // Mod.Adresse + Dirigeants
'q' => '2300;2313', // Mod.Adresse + Activité
'r' => '2300;2307', // Mod.Adresse + F.Juridique
's' => '2101;2315', // Modification Capital + Dirigeants
't' => '2101;2313', // Modification Capital + Activité
'u' => '2101;2307', // Mod.Capital + Forme Juridique
'v' => '2315;2313', // Mod.Dirigeants + Activité
'w' => '2315;2307', // Mod.Dirigeants + Forme Juridique
'x' => '2313;2307', // Mod.Activité + Forme Juridique
'y' => '2318', // Changement de Dirigeants ?
'z' => '2318', //
//'K'=>
);
2013-11-05 11:18:30 +00:00
private $tabCodeVoie = array();
2015-07-03 13:28:52 +00:00
private $tabCodesNaf = array();
private $tabCodesNafa = array();
private $tabCodesNace = array();
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
private $body = '';
private $codeRetour = 0;
private $header = array();
2013-11-05 11:18:30 +00:00
private $iDb;
private $iBodacc;
2015-07-03 13:28:52 +00:00
/**
* Désactive les calculs pour ne faire que de la visualisation
* @var boolean
*/
public $AnnoncesLegalesVisu = false;
protected $AnnoncesLegalesPosition = 0;
protected $AnnoncesLegalesNb = 20;
2013-11-05 11:18:30 +00:00
2014-02-25 16:33:07 +00:00
/**
2015-07-03 13:28:52 +00:00
* Date de début/jugement/publication du plan SSAAMMJJ
* @var string
2014-02-25 16:33:07 +00:00
*/
2015-07-03 13:28:52 +00:00
private $debutPlan;
2014-02-25 16:33:07 +00:00
2013-11-05 11:18:30 +00:00
/**
2015-07-03 13:28:52 +00:00
* Durée du plan en mois
* @var int
2013-11-05 11:18:30 +00:00
*/
2015-07-03 13:28:52 +00:00
private $dureePlan;
2013-11-05 11:18:30 +00:00
/**
2015-07-03 13:28:52 +00:00
* Date de fin du plan SSAAMMJJ
* @var string
2013-11-05 11:18:30 +00:00
*/
2015-07-03 13:28:52 +00:00
private $finPlan;
2013-11-05 11:18:30 +00:00
/**
2015-07-03 13:28:52 +00:00
* Présence d'un appel de jugement
2013-11-05 11:18:30 +00:00
*/
2015-07-03 13:28:52 +00:00
private $appelJugement=false;
2013-11-05 11:18:30 +00:00
/**
2015-07-03 13:28:52 +00:00
* Liste des événements associés
2013-11-05 11:18:30 +00:00
* @var array
*/
2015-07-03 13:28:52 +00:00
protected $tabAssocId = null;
/**
* Debug mode
* @var boolean
*/
public $debug = false;
2013-11-05 11:18:30 +00:00
/**
2015-07-03 13:28:52 +00:00
* Log time execution of request
* @var boolean
2013-11-05 11:18:30 +00:00
*/
2015-07-03 13:28:52 +00:00
protected $debugtime = false;
2013-11-05 11:18:30 +00:00
/**
*
*/
2014-06-02 08:41:24 +00:00
public function __construct($db = null)
2013-11-05 11:18:30 +00:00
{
if ( $db === null ) {
$this->iDb = new WDB();
} else {
$this->iDb = $db;
}
$this->tabCodeVoie = $this->getTabCodeVoie();
2015-01-20 14:34:45 +00:00
$this->iBodacc = new MBodacc($this->iDb);
2013-11-05 11:18:30 +00:00
}
2014-03-14 15:54:41 +00:00
/**
* Test de la validité du siren demandé
2013-11-05 11:18:30 +00:00
* @param int SIREN à tester
* @param int NIC (facultatif)
* @param mixed Message textuel d'erreur à afficher en cas d'erreur ou false
* @return mixed true, false ou Message d'erreur passé en paramètre
*/
public function valideSiren($siren, $nic='', $erreur=false)
2014-03-14 15:54:41 +00:00
{
$siren = str_pad($siren, 9, '0', STR_PAD_LEFT);
if (!empty($nic)) {
$nic = str_pad($nic, 5, '0', STR_PAD_LEFT);
}
2013-11-05 11:18:30 +00:00
if (!valideData($siren, 9, 9,'N')) //Siren non précisé ou incorrect.
return $erreur;
elseif ($siren*1==0) // Siren vide
return $erreur;
else
{
if (!isset($nic) || trim($nic)=='')
{
$somme=0;
for ($i=0; $i<=8; $i+=2) // Traitement IMPAIR
$somme+=(integer)substr($siren,$i,1);
for ($i=1; $i<=7; $i+=2)
{ // Traitement PAIR
$var_tmp=(string)(2*((integer)substr($siren,$i,1)));
$som_tmp=0;
for($j=0;$j<strlen($var_tmp);$j++)
$som_tmp+=(integer)substr($var_tmp,$j,1);
$somme+=$som_tmp;
}
if ((integer)($somme/10)!=($somme/10))
{ // Le Siren est faux
if (substr($siren,0,3)!='200') // Les siren débutant par 200 sont toujours valides (sirens provisoires de la BDF?!)
return $erreur;
}
} else {
if (!valideData($nic,1,5,'N')) // Nic de format incorrect.
return $erreur;
$SIRET=$siren.$nic;
if ($siren<>356000000) {
$somme=0;
for ($i=0; $i<=12; $i+=2)
{ // Traitement PAIR
$var_tmp=(string)(2*((integer)substr($SIRET,$i,1)));
$som_tmp=0;
for($j=0;$j<strlen($var_tmp);$j++)
$som_tmp+=(integer)substr($var_tmp,$j,1);
$somme+=$som_tmp;
}
for ($i=1; $i<=13; $i+=2) // Traitement IMPAIR
$somme+=(integer)substr($SIRET,$i,1);
if ((integer)($somme/10)!=($somme/10))// Le Siret est faux
return $erreur;
} else {
// Cas particulier du siren de LA POSTE : 356 000 000 00000
$somme=14;
for ($i=9; $i<=13; $i++)
$somme+=(integer)substr($SIRET,$i,1);
if ($somme%5!=0) // Le NIC de l'établissement de LA POSTE est faux !
return $erreur;
}
}
}
return true;
}
/**
* Test de la validité du siren demandé
* @param int $siren
* SIREN à tester
* @param int $numEtab
* d'établissement dont ont fdoit calculer le NIC
* @return int
*/
public function getNic($siren, $numEtab=1)
{
2013-11-05 11:18:30 +00:00
if (!$this->valideSiren($siren))
return -1;
elseif (!valideData($numEtab,1,4,'N')) // Nic de format incorrect.
return -1;
else {
for ($cle=0; $cle<10; $cle++) {
if ($this->valideSiren($siren, ''.$nic.''.$cle))
return $cle;
}
}
return -1;
}
2014-03-14 15:54:41 +00:00
/**
* Vérifie si le de département est un département français valide
* @param int Numéro de département Français
* @return bool
*/
public function isDepartement($dept)
{
2013-11-05 11:18:30 +00:00
return array_key_exists($dept, self::$tabDep);
}
2014-03-14 15:54:41 +00:00
/**
* Retourne le libellé du département si département français valide
* @param int Numéro de département Français
* @return string Libellé département
*/
public function getDepartement($dept, $article=false)
{
2013-11-05 11:18:30 +00:00
if ($article)
return self::$tabDepArt[$dept];
return self::$tabDep[$dept];
}
/**
* Effectif moyen
* @param string $trancheEffectif
* @return number
*/
2014-03-14 15:54:41 +00:00
public function getEffectifMoyen($trancheEffectif)
{
2013-11-05 11:18:30 +00:00
$trancheEffectif=$trancheEffectif*1;
if ($trancheEffectif==0) return 0;
elseif ($trancheEffectif==53) return 10000;
else {
$libEffectif=self::$tabEffectif[$trancheEffectif];
$tabTmp=explode('à', $libEffectif);
$eff_min=trim(str_replace(' ','', $tabTmp[0]));
$tabTmp=explode('salari', $tabTmp[1]);
$eff_max=trim(str_replace(' ','', $tabTmp[0]));
return floor(($eff_min+$eff_max)/2);
}
}
2014-03-14 15:54:41 +00:00
/**
* Retourne le code forme juridique d'une entreprise.
* @param int Numéro de SIREN (9 chiffres) ou SIRET (14 chiffres)
* @return string Forme Juridique sur 4 caractères ou <b>false</b>en cas d'erreur ou si inexistant
*/
public function getFJInsee($siren_siret)
2014-03-14 15:54:41 +00:00
{
2013-11-05 11:18:30 +00:00
$len=strlen($siren_siret);
if ($len==9)
$siren=$siren_siret;
elseif ($len==14)
$siren=$siren_siret;
else
return false;
2015-04-27 15:05:08 +00:00
$rep=$this->iDb->select('insee.identite', 'CJ', "SIREN='$siren'");
2013-11-05 11:18:30 +00:00
return $rep[0][0];
}
/**
* Recherche Etablissements
*
* @param string $raisonSociale
* @param string $adresse
* @param string $codePostal
* @param string $ville
* @param string $siege
* @param int $actif
* @param int $deb
* @param int $nbRep
* @param int $maxRep
* @param string $pertinence
* @param bool $uniquementAvecSiren
* @param string $ape_etab
* @param int $fj
* @return array
*/
public function rechercheEtab($raisonSociale, $adresse='', $codePostal='', $ville='', $siege='', $actif=2, $deb=0, $nbRep=20, $maxRep=200, $pertinence=false, $uniquementAvecSiren='', $ape_etab='', $fj=null)
{
$tabAdr = $this->structureVoie(strtoupper($adresse));
$numAdresse = preg_replace('/^0+/','',''.$tabAdr['num']*1);
$adresse = trimAccent($tabAdr['libVoie']);
$formR = array(
'type' => 'ent',
'siret' => '',
'raisonSociale' => $raisonSociale,
'numVoie' => $numAdresse,
'voie' => $adresse,
'cpVille' => $codePostal.' '.$ville,
'actif' => $actif,
'siege' => $siege,
'fj' => $fj,
);
if ($ape_etab<>'') $formR['naf']=$ape_etab;
require_once 'Metier/sphinx/rechercheFonc.php';
if ($uniquementAvecSiren=='')
$result = rechercheEnt($formR, $deb, $nbRep, $maxRep);
else
$result = rechercheEnt($formR, $deb, $nbRep, $maxRep, $uniquementAvecSiren);
return $result;
}
/**
* Recherche dirigeant
* @param string $nom
* @param string $prenom
* @param string $fonction
* @param string $dateNaiss
* @param string $villeNaiss
* @param number $deb
* @param integer $nbRep
* @param integer $maxRep
* @param string $pertinence
* @return array
*/
public function rechercheDir($nom, $prenom='', $fonction='', $dateNaiss='', $villeNaiss='', $deb=0, $nbRep=20, $maxRep=200, $pertinence=false)
{
debugLog('I',"rechercheDir de $nom, $prenom, $fonction, $dateNaiss, $villeNaiss (Max Rep=$nbRep)",__LINE__,__FILE__, __FUNCTION__, __CLASS__);
$jour=$mois=$annee='';
if ($dateNaiss<>'' && $dateNaiss<>'//' && $dateNaiss<>'0/0/0') {
$tabDateNaiss=explode('/', $dateNaiss);
$jour=$tabDateNaiss[0]*1;
if ($jour<1 || $jour>31) $jour='';
$mois =$tabDateNaiss[1]*1;
if ($mois<1 || $mois>12) $mois='';
$annee=$tabDateNaiss[2]*1;
if ($annee>0 && $annee<100) $annee=('19'.$annee)*1;
if ($annee<1800 || $annee>date('Y')*1) $annee='';
}
$formR = array(
'type' => 'dir',
'nom' => $nom,
'prenom' => $prenom,
'dirDateNaissAAAA' => $annee,
'dirDateNaissMM' => $mois,
'dirDateNaissJJ' => $jour,
// 'departement' => 'D',
'cpVille' => $villeNaiss,
);
$version = defined('SPHINX_DIR_VERSION') ? SPHINX_DIR_VERSION : 1;
$result = array();
require_once 'Metier/sphinx/rechercheFonc.php';
$result = rechercheDir($formR, $deb, $nbRep, $maxRep);
return $result;
}
/**
*
* @return multitype:Ambigous <>
*/
private function getTabCodeVoie()
{
return array(
'ABE' => "Abbaye",
'AGL' => "Agglomération",
'AIRE' => "Aire",
'ALL' => "Allée",
'ALL' => "Allee",
'ACH' => "Ancien chemin",
'ART' => "Ancienne route",
'ANSE' => "Anse",
'ARC' => "Arcade",
'AUT' => "Autoroute",
'AV' => "Avenue",
'BRE' => "Barrière",
'BCH' => "Bas chemin",
'BSTD' => "Bastide",
'BAST' => "Baston",
'BEGI' => "Beguinage",
'BER' => "Berge",
'BOIS' => "Bois",
'BCLE' => "Boucle",
'BD' => "Boulevard",
'BRG' => "Bourg",
'BUT' => "Butte",
'CALE' => "Cale",
'CAMP' => "Camp",
'CGNE' => "Campagne",
'CPG' => "Camping",
'CARR' => "Carré",
'CAU' => "Carreau",
'CAR' => "Carrefour",
'CARE' => "Carrière",
'CST' => "Castel",
'CAV' => "Cavée",
'CTRE' => "Central",
'CTRE' => "Centre",
'CHL' => "Chalet",
'CHP' => "Chapelle",
'CHI' => "Charmille",
'CHT' => "Château",
'CHS' => "Chaussée",
'CHE' => "Chemin",
'CHV' => "Chemin vicinaux",
'CHV' => "Chemin vicinal",
'CHEM' => "Cheminement",
'CITE' => "Cîte",
'CLOI' => "Cloître",
'CLOS' => "Clos",
'COL' => "Col",
'COLI' => "Colline",
'CTR' => "Contour",
'COR' => "Corniche",
'COTE' => "Côte",
'COTT' => "Cottage",
'COUR' => "Cour",
'CRS' => "Cours",
'DARS' => "Darse",
'DEG' => "Degré",
'DSG' => "Descente",
'DSC' => "Descente",
'DIG' => "Digue",
'DOM' => "Domaine",
'ECA' => "Ecart",
'ECL' => "Ecluse",
'EGL' => "Eglise",
'EN' => "Enceinte",
'ENV' => "Enclave",
'ENC' => "Enclos",
'ESC' => "Escalier",
'ESPA' => "Espace",
'ESP' => "Esplanade",
'ETING' => "Etang",
'FG' => "Faubourg",
'FRM' => "Ferme",
'FON' => "Fontaine",
'FORT' => "Fort",
'FORM' => "Forum",
'FOS' => "Fosse",
'FOYR' => "Foyer",
'GAL' => "Galerie",
'GARE' => "Gare",
'GARN' => "Garenne",
'GBD' => "Grand boulevard",
'GDEN' => "Grande ensemble",
'GR' => "Grande rue",
'GRI' => "Grille",
'GRIM' => "Grimpette",
'GPE' => "Groupe",
'GPT' => "Groupement",
'HLE' => "Halle",
'HAM' => "Hameau",
'HCH' => "Haut chemin",
'HIP' => "Hippodrome",
'HLM' => "HLM",
'ILE' => "Ile",
'IMM' => "Immeuble",
'IMP' => "Impasse",
'JARD' => "Jardin",
'JTE' => "Jetée",
'LEVE' => "Levée",
'LD' => "Lieu dit",
'LD' => "Lieudit",
'LOT' => "Lotissement",
'MAIL' => "Mail",
'MF' => "Maison forestière",
'MAN' => "Manoir",
'MAR' => "Marche",
'MAS' => "Mas",
'MET' => "Métro",
'MTE' => "Montée",
'MLN' => "Moulin",
'MUS' => "Musée",
'NTE' => "Nouvelle route",
'PAL' => "Palais",
'PARC' => "Parc",
'PKG' => "Parking",
'PRV' => "Parvis",
'PAS' => "Passage",
'PN' => "Passage à niveau",
'PASS' => "Passe",
'PLE' => "Passerelle",
'PAT' => "Patio",
'PAV' => "Pavillon",
'PERI' => "Périphérique",
'PSTY' => "Péristyle",
'PTA' => "Petites allée",
'PCH' => "Petit chemin",
'PAE' => "Petite avenue",
'PIM' => "Petite impasse",
'PRT' => "Petite route",
'PTR' => "Petite rue",
'PL' => "Place",
'PLCI' => "Placis",
'PLAG' => "Plage",
'PLN' => "Plaine",
'PLAN' => "Plan",
'PLT' => "Plateau",
'PNT' => "Pointe",
'PONT' => "Pont",
'PCH' => "Porche",
'PORT' => "Port",
'PTE' => "Porte",
'PORQ' => "Portique",
'POT' => "Poterne",
'POUR' => "Pourtour",
'PRE' => "Pré",
'PRQ' => "Presqu'île",
'PROM' => "Promenade",
'QU' => "Quai",
'QUAI' => "Quai",
'QUA' => "Quartier",
'RAC' => "Raccourci",
'RAID' => "Raidillon",
'RPE' => "Rampe",
'REM' => "Rempart",
'RES' => "Résidence",
'ROC' => "Roc",
'ROC' => "Rocade",
'RPT' => "Rond point",
'ROQT' => "Roquet",
'RTD' => "Rotonde",
'RTE' => "Route",
'R' => "Rue",
'RUE' => "Rue",
'RLE' => "Ruelle",
'SEN' => "Sente",
'SEN' => "Sentier",
'SQ' => "Square",
'STDE' => "Stade",
'STA' => "Station",
'TPL' => "Terre plein",
'TRN' => "Terrain",
'TSSE' => "Terrasse",
'TRT' => "Tertre",
'TOUR' => "Tour",
'TRA' => "Traverse",
'VAL' => "Vallon",
'VAL' => "Vallée",
'VEN' => "Venelle",
'VIA' => "Via",
'VTE' => "Vieille route",
'VCHE' => "Vieux chemin",
'VLA' => "Villa",
'VGE' => "Village",
'VLGE' => "Village",
'VOI' => "Voie",
'VOIE' => "Voie",
'ZONE' => "Zone",
'ZAC' => "Zone d'aménagement concerté",
'Z A C' => "Zone d'aménagement concerté",
'ZAD' => "Zone d'aménagement différé",
'Z A D' => "Zone d'aménagement différé",
'ZA' => "Zone artisanale",
'Z A' => "Zone artisanale",
'ZI' => "Zone industrielle",
'Z I' => "Zone industrielle",
'ZUP' => "Zone à urbaniser en priorité",
'Z U P' => "Zone à urbaniser en priorité",
);
}
/**
* Vérifie si le code voie est une abréviation autorisée (selon la Norme AFNOR XP Z 10-011)
* @param string $codeVoie
* @return boolean
*/
2014-03-14 15:54:41 +00:00
public function isCodeVoie($codeVoie)
{
2013-11-05 11:18:30 +00:00
return array_key_exists($codeVoie, $this->tabCodeVoie);
}
2014-03-14 15:54:41 +00:00
/**
* Retourne le libellé du code voie selon les abréviations autorisées pour les types de voie (Norme AFNOR XP Z 10-011)
* @param string Code voie
* @return string Libellé de la voie
*/
2013-11-05 11:18:30 +00:00
public function getCodeVoie($codeVoie)
{
return $this->tabCodeVoie[$codeVoie];
}
/**
* Initialise la table des codes NAF 4 et 5 positions
*/
private function setTabCodesNaf()
{
if (count($this->tabCodesNaf)==0) {
$cacheNaf = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'Cache' . DIRECTORY_SEPARATOR . 'CodesNaf.php';
$cacheNace = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'Cache' . DIRECTORY_SEPARATOR . 'CodesNace.php';
if ( file_exists($cacheNaf) ) {
$this->tabCodesNaf = include $cacheNaf;
$this->tabCodesNace = include $cacheNace;
} else {
$tabNafs = $tabNace = array();
2015-04-27 15:05:08 +00:00
$tabTmp = $this->iDb->select('jo.tabNaf4', 'codNaf700 AS naf, libNaf700 AS LibNaf', 1, false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
foreach ($tabTmp as $i=>$tabNaf) {
$tabNafs[$tabNaf['naf']]=$tabNaf['LibNaf'];
}
2015-04-27 15:05:08 +00:00
$tabTmp = $this->iDb->select('jo.tabNaf5', 'codNaf5 AS naf, libNaf5 AS LibNaf, codNaf1', 1, false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
foreach ($tabTmp as $i=>$tabNaf) {
$tabNafs[$tabNaf['naf']]=$tabNaf['LibNaf'];
$tabNace[$tabNaf['naf']]=$tabNaf['codNaf1'].preg_replace('/^0/','',substr($tabNaf['naf'],0,4));
}
$this->tabCodesNaf = $tabNafs;
$this->tabCodesNace = $tabNace;
}
}
}
/**
*
* @param unknown $code_naf
* @return array
*/
public function getLibelleNaf($code_naf)
{
if ($code_naf == '')
return '';
$this->setTabCodesNaf();
return $this->tabCodesNaf[$code_naf];
}
2014-02-25 16:33:07 +00:00
/**
*
* @return multitype:
*/
2013-11-05 11:18:30 +00:00
public function getCodesNaf()
{
$this->setTabCodesNaf();
return array_keys($this->tabCodesNaf);
}
/** Initialise la table des codes NAFA rev 2
**/
private function setTabCodesNafa()
{
if (count($this->tabCodesNafa)==0) {
$cache = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'Cache' . DIRECTORY_SEPARATOR . 'CodesNafa.php';
if ( file_exists($cache) ) {
$this->tabCodesNafa = include $cache;
} else {
$tabNafs=array();
2015-04-27 15:05:08 +00:00
$tabTmp=$this->iDb->select('jo.tabNafa', 'codNafa AS nafa, libNafa', 1, true, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
foreach ($tabTmp as $i=>$tabNaf)
$tabNafs[$tabNaf['nafa']]=$tabNaf['libNafa'];
$this->tabCodesNafa=$tabNafs;
}
}
}
2014-02-25 16:33:07 +00:00
/**
*
* @param unknown $code_nafa
* @return string|multitype:
*/
2013-11-05 11:18:30 +00:00
public function getLibelleNafa($code_nafa)
{
if ($code_nafa == '')
return '';
$this->setTabCodesNafa();
return $this->tabCodesNafa[$code_nafa];
}
2014-02-07 16:14:36 +00:00
/**
* Liste des événements
2014-02-25 16:33:07 +00:00
* @param string $siren
* @param string $nic
* @param integer $iDeb
* @param integer $iMax
* @return array
2014-02-07 16:14:36 +00:00
*/
2014-02-25 16:33:07 +00:00
public function getEvenements($siren, $nic = null, $iDeb = 0, $iMax = 1000)
2013-11-05 11:18:30 +00:00
{
2014-02-25 16:33:07 +00:00
$nic = intval($nic);
2013-11-05 11:18:30 +00:00
2014-02-25 16:33:07 +00:00
$tabRet = array();
2014-02-13 14:17:20 +00:00
2014-02-25 16:33:07 +00:00
$sqlIdentifiant = "insSIREN=$siren";
if ( !empty($nic) ) $sqlIdentifiant.= " AND insNIC=$nic ";
2013-11-05 11:18:30 +00:00
2014-02-25 16:33:07 +00:00
//Recherche événements associé
if ( empty($nic) ) {
$tabSupId = $this->getEvenementsAssocId($siren);
2013-11-05 11:18:30 +00:00
2014-02-25 16:33:07 +00:00
if ( count($tabSupId)>0 ) {
$sqlIdentifiant.= " OR id IN(".join(',', $tabSupId).")";
}
}
2013-11-05 11:18:30 +00:00
$result = $this->iDb->select(
'insee.insee_even',
2014-03-14 15:54:41 +00:00
'id, LPAD(insSIREN,9,0) as insSIREN, siretValide, LPAD(insNIC,5,0) as insNIC, insLIBCOM, insSIEGE, insAUXILT, insORIGINE, insTEFET, insAPET700, insAPRM, insMODET, insMARCHET, insSAISONAT, insACTIVNAT, insENSEIGNE, insL1_NOMEN, insL2_COMP, insL4_VOIE, insL3_CADR, insNUMVOIE, insINDREP, insTYPVOIE, insLIBVOIE, insL5_DISP, insL6_POST, insCODPOS, insL7_ETRG, insRPET, insDEPCOM, insCODEVOIE, insDREACTET, insEXPLET, insDAPET, insLIEUACT, insACTISURF, insDEFET, insTEL, insCJ, insCIVILITE, insTEFEN, insAPEN700, insMODEN, insMARCHEN, insNOMEN, insTYPCREH, insEVE, insDATEVE, insTRAN, insNICTRAN, insMNICSIEGE, insMNOMEN, insMCJ, insMAPEN, insFiller1, insFiller2, insMMARCHEN, insMORDIN, insEFENCENT, insSIGLE, insNBETEXPL, insNICSIEGE, insDEPCOMEN, insFiller3, insMENSEIGNE, insMAPET, insMNATURE, insMADRESSE, insMEFET, insMSINGT, insMTELT, insMMARCHET, insMAUXILT, insSINGT, insEFETCENT, insSIRETPS, insDESTINAT, insDATEMAJ, idFlux, dirNom, dirNomUsage, dirPrenom, insDCRET, insDCREN, insPRODPART, insSIRETASS, insDREACTEN, insEXPLEN, insFiller4, insDEFEN, insMONOREG, insREGIMP, insMONOACT, insMSIGLE, insMEXPLEN, insRPEN, insMEXPLET, insTYPETAB, insDAPEN',
"$sqlIdentifiant ORDER BY insDATEMAJ DESC LIMIT $iDeb, $iMax",
true, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
2014-02-25 16:33:07 +00:00
foreach ( $result as $even ) {
2013-11-05 11:18:30 +00:00
2014-02-25 16:33:07 +00:00
$libDet = '';
if ($even['insMNOMEN']==1) {
$libDet.= 'Modification de la raison sociale : '.$even['insNOMEN'];
$strPre = $this->getInfoPrecedente($siren, $even['insNIC'], $even['insDATEVE'], 'NOMEN');
if ($strPre<>'' && $strPre<>$even['insNOMEN']) $libDet.=" (Précédent : $strPre)";
$libDet.= ', ';
}
if ($even['insMENSEIGNE']==1) {
$libDet.= 'Modification de l\'enseigne : '.$even['insENSEIGNE'];
$strPre = $this->getInfoPrecedente($siren, $even['insNIC'], $even['insDATEVE'], 'ENSEIGNE');
if ($strPre<>'' && $strPre<>$even['insENSEIGNE']) $libDet.=" (Précédent : $strPre)";
$libDet.= ', ';
}
if ($even['insMSIGLE']==1) {
$libDet.= 'Modification du sigle : '.$even['insSIGLE'];
$strPre = $this->getInfoPrecedente($siren, $even['insNIC'], $even['insDATEVE'], 'SIGLE');
if ($strPre<>'' && $strPre<>$even['insSIGLE']) $libDet.=" (Précédent : $strPre)";
$libDet.= ', ';
}
if ($even['insMAPEN']==1) {
$libDet.= 'Modification de l\'activité de l\'entreprise : '.$even['insAPEN700'].' - '.$this->getLibelleNaf($even['insAPEN700']);
$strPre = $this->getInfoPrecedente($siren, $even['insNIC'], $even['insDATEVE'], 'APEN');
if ($strPre<>'' && $strPre<>$even['insAPEN700']) $libDet.=" (Précédent : $strPre - ".$this->getLibelleNaf($strPre).')';
$libDet.= ', ';
}
if ($even['insMAPET']==1) {
$libDet.= 'Modification de l\'activité de l\'établissement : '.$even['insAPET700'].' - '.$this->getLibelleNaf($even['insAPET700']);
$strPre = $this->getInfoPrecedente($siren, $even['insNIC'], $even['insDATEVE'], 'APET');
if ($strPre<>'' && $strPre<>$even['insAPET700']) $libDet.=" (Précédent : $strPre - ".$this->getLibelleNaf($strPre).')';
$libDet.= ', ';
}
if ($even['insMNICSIEGE']==1) {
$libDet.='Modification du nic du siège : '.$even['insNICSIEGE'];
$strPre = $this->getInfoPrecedente($siren, $even['insNIC'], $even['insDATEVE'], 'NIC');
if ($strPre<>'' && $strPre<>$even['insNICSIEGE']) $libDet.=" (Précédent : $strPre)";
$libDet.=', ';
}
if ($even['insMADRESSE']==1) {
$libDet.='Modification de l\'adresse : '.$even['insL2_COMP'].' '.$even['insL3_CADR'].' '.$even['insL4_VOIE'].' '.$even['insL5_DISP'].' '.$even['insL6_POST'].' '.$even['insL7_ETRG'];
$strPre = $this->getInfoPrecedente($siren, $even['insNIC'], $even['insDATEVE'], 'ADRESSE');
if ($strPre<>'' && $strPre<>$even['insL2_COMP'].' '.$even['insL3_CADR'].' '.$even['insL4_VOIE'].' '.$even['insL5_DISP'].' '.$even['insL6_POST'].' '.$even['insL7_ETRG']) $libDet.=" (Précédent : $strPre)";
$libDet.=', ';
}
if ($even['insMEFET']==1) $libDet.='Modification de l\'effectif : '.$even['insEFENCENT'].' (Tranche '.$even['insTEFET'].'), ';
if ($even['insEXPLET']=='O') $strTmp='Exploitant';
elseif ($even['insEXPLET']=='N') $strTmp='Non exploitant participant au système productif';
elseif ($even['insEXPLET']=='X') $strTmp='Non exploitant ne participant pas au système productif';
if ($even['insMEXPLET']==1) $libDet.='Modification du caractère exploitant de l\'établissement : '.$strTmp.', ';
if ($even['insEXPLEN']=='O') $strTmp='Exploitant';
elseif ($even['insEXPLEN']=='N') $strTmp='Non exploitant participant au système productif';
elseif ($even['insEXPLEN']=='X') $strTmp='Non exploitant ne participant pas au système productif';
if ($even['insMEXPLEN']==1) $libDet.='Modification du caractère exploitant de l\'entreprise : '.$strTmp.', ';
if ($even['insMCJ']==1) {
$libDet.='Modification de la forme juridique : '.$even['insCJ'].' - '.$this->getLibelleFJ($even['insCJ']);
$strPre = $this->getInfoPrecedente($siren, $even['insNIC'], $even['insDATEVE'], 'CJ');
if ($strPre<>'' && $strPre<>$even['insCJ']) $libDet.=" (Précédent : $strPre - ".$this->getLibelleFJ($even['insCJ']).')';
$libDet.=', ';
}
if ($even['insAUXILT']==1) $strTmp='Auxiliaire';
else $strTmp='Non auxiliaire';
if ($even['insMAUXILT']==1) $libDet.='Modification du caractère auxiliaire de l\'établissement : '.$strTmp.', ';
if (trim($even['insDESTINAT'])<>'' && $even['insDESTINAT']<>'NR' && $even['insDESTINAT']*1<>9)
$libDet.=$this->tabDestinat['i'.trim($even['insDESTINAT'])].', ';
$libDet.=$this->tabTypEtab['i'.trim($even['insTYPETAB'])].', ';
$typeSiretAss='';
if ( $even['insSIREN'] != $siren ) {
if ( substr($even['insSIRETASS'],0,9) == $siren ) {
switch ($even['insPRODPART']*1) {
2015-08-07 13:45:36 +00:00
case 1: $typeSiretAss='Loueur de fond'; break;
case 2: $typeSiretAss='Locataire du fond'; break;
case 3: $typeSiretAss='Prestataire de personnel'; break;
2014-02-25 16:33:07 +00:00
}
$dateEve=$even['insDATEVE'];
$dateMaj=$even['insDATEMAJ'];
if (str_replace('-','',$dateEve*1)==0) $dateEve=$dateMaj;
$tabRet[]=array(
'codeEven' => 'I'.$even['insEVE'],
'nic' => substr($even['insSIRETASS'],9,5),
'siretAssocie'=>''.$even['insSIREN'].$even['insNIC'],
'typeSiretAss'=>$typeSiretAss,
'siege' => $even['insSIEGE'],
'libEven' => "Modification d'une entreprise/établissement lié",//$tabEvenInsee['i'.trim($even['insEVE'])],
'libEvenDet'=> '',//substr($libDet,0,-3),
'dateMAJ' => $dateMaj,
'dateEven' => $dateEve,
);
}
if ( substr($even['insSIRETPS'],0,9) == $siren ) {
$typeSiretAss='Prédécesseur ou Successeur';
$dateEve=$even['insDATEVE'];
$dateMaj=$even['insDATEMAJ'];
if (str_replace('-','',$dateEve*1)==0) $dateEve=$dateMaj;
$tabRet[]=array(
'codeEven' => 'I'.$even['insEVE'],
'nic' => substr($even['insSIRETPS'],9,5),
'siretAssocie'=>''.$even['insSIREN'].$even['insNIC'],
'typeSiretAss'=>$typeSiretAss,
'siege' => $even['insSIEGE'],
'libEven' => "Modification d'une entreprise/établissement lié",//$tabEvenInsee['i'.trim($even['insEVE'])],
'libEvenDet'=> '',//substr($libDet,0,-3),
'dateMAJ' => $dateMaj,
'dateEven' => $dateEve,
);
}
} else {
switch (intval($even['insPRODPART'])) {
case 1: $typeSiretAss='Loueur de fond'; break;
case 2: $typeSiretAss='Locataire du fond'; break;
case 3: $typeSiretAss='Prestataire de personnel'; break;
}
$siretAss=$even['insSIRETASS'];
if (intval($siretAss)==0) {
$tabPS=array();
$siretAss=$even['insSIRETPS'];
if ($siretAss*1>0)
$tabPS=$this->getIdentiteLight(substr($siretAss,0,9));
$tabEt=$this->getIdentiteLight($siren);
if ($tabPS['actif']==1 && $tabEt['actif']==0) $typeSiretAss='Successeur';
elseif ($tabPS['actif']==0 && $tabEt['actif']==1) $typeSiretAss='Prédécesseur';
else $typeSiretAss='Prédécesseur ou Successeur';
}
$dateEve=$even['insDATEVE'];
$dateMaj=$even['insDATEMAJ'];
if (str_replace('-','',$dateEve*1)==0) $dateEve=$dateMaj;
$tabRet[]=array(
'codeEven' => 'I'.$even['insEVE'],
'nic' => $even['insNIC'],
'siretAssocie' => $siretAss,
'typeSiretAss' => $typeSiretAss,
'siege' => $even['insSIEGE'],
'libEven' => $this->tabEvenInsee['i'.trim($even['insEVE'])],
'libEvenDet' => substr($libDet,0,-2),
'dateMAJ' => $dateMaj,
'dateEven' => $dateEve,
);
}
}
2014-02-07 16:14:36 +00:00
2013-11-05 11:18:30 +00:00
return $tabRet;
}
2014-02-25 16:33:07 +00:00
/**
* Compte le nombre d'événements
* @param string $siren
* @param string $nic
* @return integer
*/
public function getEvenementsCount($siren, $nic = null)
{
$nic = intval($nic);
$tabRet = $tabId = array();
$sqlIdentifiant = "insSIREN=$siren";
if ( !empty($nic) ) $sqlIdentifiant.= " AND insNIC=$nic ";
//Recherche événements associé
if ( empty($nic) ) {
$tabSupId = $this->getEvenementsAssocId($siren);
if ( count($tabSupId)>0 ) {
$sqlIdentifiant.= " OR id IN(".join(',', $tabSupId).")";
}
}
//Nombre total
$result = $this->iDb->select('insee.insee_even', 'COUNT(*) AS nb', "$sqlIdentifiant ORDER BY insDATEMAJ DESC",false, MYSQL_ASSOC);
2014-02-25 16:33:07 +00:00
return $result[0]['nb'];
}
/**
* Recherche les identifiants des événements INSEE associés
* @param string $siren
* @return array
*/
protected function getEvenementsAssocId($siren)
{
if ($this->tabAssocId === null) {
$siretDeb = $siren.'00000';
$siretFin = $siren.'99999';
$tabSupId = array();
//Recherche d'évènement pour lesquels le SIREN est ASSOCIE
2014-10-07 08:02:34 +00:00
$result = $this->iDb->select('insee.insee_even', 'id', "insSIREN!=$siren AND insSIRETASS BETWEEN $siretDeb AND $siretFin GROUP BY insSIREN, ROUND(insSIRETASS/100000) ORDER BY insDATEMAJ DESC",false, MYSQL_ASSOC);
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
foreach ($result as $tmp) {
$tabSupId[] = $tmp['id'];
}
}
//Recherche d'évènement pour lesquels le SIREN est Prédécesseur ou Successeur
2014-10-07 08:02:34 +00:00
$result = $this->iDb->select('insee.insee_even', 'id', "insSIREN!=$siren AND insSIRETASS BETWEEN $siretDeb AND $siretFin GROUP BY insSIREN, ROUND(insSIRETPS/100000) ORDER BY insDATEMAJ DESC",false, MYSQL_ASSOC);
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
foreach ($result as $tmp) {
$tabSupId[] = $tmp['id'];
}
}
$this->tabAssocId = $tabSupId;
} else {
$tabSupId = $this->tabAssocId;
}
return $tabSupId;
}
/**
*
* @param unknown $code_forme_juridique
* @param string $court
* @return string|unknown
*/
2013-11-05 11:18:30 +00:00
public function getLibelleFJ($code_forme_juridique, $court=false)
{
$fj=$code_forme_juridique*1;
if ($fj>0 && $fj<10000) {
2015-04-27 15:05:08 +00:00
$tmp=$this->iDb->select('jo.tabFJur', 'libelle AS LibFJ, libelleCourt AS LibCourt', "code=$fj", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$libLong =@$tmp[0]['LibFJ'];
$libCourt=@$tmp[0]['LibCourt'];
if ($court) {
if ($libCourt=='') {
if (strlen($libLong)>20) return substr($libLong,0,17).'...';
else return $libLong;
}
return $libCourt;
}
else
return $libLong;
}
if ($court) return "En chiffrement";
return 'En instance de chiffrement';
}
/**
*
* @return array
*/
public function getCodesFJ()
{
$tabFJ = array();
$cache = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'Cache' . DIRECTORY_SEPARATOR . 'CodesFJ.php';
if ( file_exists($cache) ) {
$tabFJ = include $cache;
} else {
2015-04-27 15:05:08 +00:00
$tabTmp=$this->iDb->select('jo.tabFJur', 'code AS FJ, libelle AS libFJ', 'code>=1000', false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
foreach ($tabTmp as $i=>$tabCJ)
$tabFJ[$tabCJ['FJ']]=str_replace('"','\"',$tabCJ['libFJ']);
}
return array_keys($tabFJ);
}
2014-03-14 15:54:41 +00:00
/**
* Découpe une ligne d'adresse textuelle en un tableau contenant les différentes composantes de l'adresse
* <pre>Array (
* [adrComp0] => Maison des associations
* [num] => 33
* [typeVoie] => R
* [libVoie] => Louis Blanc
* [cp] => ...
* [ville] => ... Si contenu dans l'adresse
* )</pre>
*
* @param string $strLigneDAdresse La ligne d'adresse textuelle (ex : Maison des associations, 33 rue Louis Blanc
* @return array tableau contenant l'adresse structurée ici
*/
2013-11-05 11:18:30 +00:00
public function structureVoie($strLigneDAdresse)
{
$tabRet=$tabAdr=array();
$strLigneDAdresse=trim($strLigneDAdresse);
if ($strLigneDAdresse=='') return $tabRet;
$tabLignes=explode(',', preg_replace('/,$/', '', $strLigneDAdresse));
foreach ($tabLignes as $strLigneDAdresse) {
2015-05-22 07:50:37 +00:00
$strLigneDAdresse=trimAccent($strLigneDAdresse);
$strLigneDAdresse=preg_replace('/[^0-9a-zA-Z]/', ' ', $strLigneDAdresse);
$strLigneDAdresse=trim(preg_replace('/ +/', ' ', $strLigneDAdresse));
//echo "1. Adresse nettoyées = $strLigneDAdresse".EOL;
$adrAvecCP=preg_match("/(.*)([0-9]{5,5}|[0-9][0-9] [0-9]{3,3})([\D]*)/", $strLigneDAdresse, $tabAdrTmp);
if ($adrAvecCP) {
//echo "Adresse avec Code Postal\n";
//print_r($tabAdrTmp);
$strLigneDAdresse=trim($tabAdrTmp[1]);
$tabRet['cp']=$tabAdrTmp[2];
$tabRet['ville']=trim(strtoupper($tabAdrTmp[3]));
}// else echo "Adresse sans Code Postal\n";
$adrAvecNum=preg_match("/^([0-9]{1,4})(.*)/", $strLigneDAdresse, $tabAdrTmp);
if ($adrAvecNum) {
//echo "Adresse avec Numéro de voie\n";
//print_r($tabAdrTmp);
$tabRet['num']=$tabAdrTmp[1];
if (preg_match("/^\s(B|BIS|T|TER|Q|a|c|d|e|f|g|h|i|j|k|l|m|n|o|p|s)\s(.*)/i", $tabAdrTmp[2], $tabAdrTmp2))
{ //echo "Adresse avec Bis, Ter, Q...\n";
//print_r($tabAdrTmp2);
$tabRet['indRep']=strtoupper(trim($tabAdrTmp2[1]));
$typeVoie=trim($tabAdrTmp2[2]);
} else {
$typeVoie=trim($tabAdrTmp[2]);
}
} else {
$typeVoie=trim($strLigneDAdresse);
}
// On récupère le type de voie si possible et le libellé de la voie
$voieTrouvee=false;
foreach ($this->tabCodeVoie as $code=>$voie) {
if (preg_match("/^($voie |$voie".'s '."|$code )(.*)/i", $typeVoie, $tabAdrTmp)) {
//echo "Adresse avec type de voie\n";
//print_r($tabAdrTmp);
$tabRet['typeVoie']=$code;
$tabRet['libVoie']=trim(strtoupper($tabAdrTmp[2]));
$voieTrouvee=true;
break;
}
}
if (!$voieTrouvee) $tabAdr[]=$typeVoie;
2013-11-05 11:18:30 +00:00
}
foreach ($tabAdr as $k=>$ligne)
$tabRet['adrComp'.$k]=trim(strtoupper($ligne));
if (!isset($tabRet['libVoie'])) { $tabRet['libVoie']=$ligne; unset($tabRet['adrComp'.$k]); }
if (isset($tabRet['adrComp0'])) {
if ($tabRet['adrComp0']=='BIS' || $tabRet['adrComp0']=='B') {
$tabRet['indRep']='B';
$tabRet['adrComp0']='';
} elseif ($tabRet['adrComp0']=='TER' || $tabRet['adrComp0']=='T') {
$tabRet['indRep']='T';
$tabRet['adrComp0']='';
}
}
return $tabRet;
}
/**
* Liste des établissements par siren/nic
* @param string $siren
* @param string $nic
* @param int $deb
* @param int $nbRep
* @param int $maxRep
* @param int $dep
* @param int $actif
* @param int $siege
*/
public function getEtablissements($siren, $nic='', $deb=0, $nbRep=20, $maxRep=200, $dep=0, $actif=-1, $siege=null)
{
$this->setTabCodesNaf();
$deb = $deb*1;
$dep = $dep*1;
$nbRep = $nbRep*1;
2013-11-05 11:18:30 +00:00
$strInfo = '';
2013-11-05 11:18:30 +00:00
$limit="LIMIT $deb, $nbRep";
2015-08-07 13:45:36 +00:00
$sqlInfo="'Etab' as Loc, e.id, e.source, e.source_id, e.triCode, e.autre_id, LPAD(e.siren, 9, 0) AS siren, LPAD(e.nic, 5, 0) AS nic, e.siege, ".
2014-05-07 09:37:37 +00:00
"e.raisonSociale, e.enseigne, e.sigle, LPAD(e.adr_num,4,0) AS adr_num, e.adr_btq, e.adr_typeVoie, e.adr_libVoie, ".
"e.adr_comp, LPAD(e.adr_cp,5,0) AS adr_cp, e.adr_ville, e.adr_dep, LPAD(e.adr_com,3,0) AS adr_com, LPAD(e.tel,10,0) AS tel, LPAD(e.fax,10,0) AS fax, e.cj, e.ape_etab, e.ape_entrep, e.teff_etab, ".
"CONCAT(siren, nic) AS siret, e.actif, e.identite_pre, IF(e.siege=2,0.5,e.siege) AS triSiege";
2013-11-05 11:18:30 +00:00
$strActif = $strDep = '';
2014-03-14 15:54:41 +00:00
if (intval($actif)==1) $strActif=' AND e.actif=1 ';
elseif (intval($actif)==0) $strActif=' AND e.actif=0 ';
2013-11-05 11:18:30 +00:00
$strSiege='';
if ($siege===null) $strSiege='';
elseif ($siege==1) $strSiege='AND e.siege=1 ';
elseif ($siege==0) $strSiege='AND e.siege IN(0,2) ';
$listeEtab = array();
2015-06-05 15:29:18 +00:00
// --- Search with "departement"
2013-11-05 11:18:30 +00:00
if ($dep>0 && $dep<99999) {
if ($dep<96) $strDep='AND adr_cp BETWEEN '.$dep.'000 AND '.$dep.'999';
elseif ($dep>9999) $strDep="AND adr_cp BETWEEN $dep AND $dep";
else $strDep='AND adr_cp BETWEEN '.$dep.'00 AND '.$dep.'99';
$whereCount = "siren=$siren $strDep $strActif $strSiege";
$whereSelect = "siren=$siren $strDep $strActif $strSiege ORDER BY triSiege DESC, e.actif DESC, e.nic DESC $limit";
2013-11-05 11:18:30 +00:00
}
// --- Search without NIC
2013-11-05 11:18:30 +00:00
elseif ($nic=='') {
$whereCount = "siren=$siren $strActif $strSiege";
$whereSelect = "e.siren=$siren $strActif $strSiege ORDER BY triSiege DESC, e.actif DESC, e.nic DESC $limit";
2013-11-05 11:18:30 +00:00
}
// --- Search with NIC
2013-11-05 11:18:30 +00:00
else {
$whereCount = "siren=$siren AND (nic=$nic OR siege=1) $strActif $strSiege";
$whereSelect = "siren=$siren AND (nic=$nic OR siege=1) $strActif $strSiege ORDER BY triSiege DESC, e.actif DESC, e.nic DESC $limit";
}
2015-06-05 15:29:18 +00:00
$tabTmp = $this->iDb->select('jo.etablissements e', 'count(*)', $whereCount);
if (count($tabTmp)>0) {
$nbTot = $tabTmp[0][0];
if ($nbTot>0) {
$listeEtab = $this->iDb->select('jo.etablissements e', $sqlInfo, $whereSelect, false, MYSQL_ASSOC);
}
2013-11-05 11:18:30 +00:00
}
// --- Vérification du SIREN
2013-11-05 11:18:30 +00:00
if ($nbTot==0 && $actif==-1) {
require_once 'Metier/sphinx/rechercheFonc.php';
$liste = verificationDuSiret($siren);
if ($liste != false) {
//print 'Essayez :<br/>';
$listeSiren=array();
foreach ($liste as $s) {
if (sommeDeControle($s) != 0) {
//print 'erreur somme de controle sur '.$s.' ('.sommeDeControle($s).')<br/>';
} else {
$listeSiren[]=$s;
}
}
$strSiren = implode(',',$listeSiren);
$tabTmp = $this->iDb->select('jo.etablissements', 'count(*)', "siren IN ($strSiren) AND siege=1");
if (count($tabTmp)>0) {
$nbTot = $tabTmp[0];
$listeEtab = $this->iDb->select(
'jo.etablissements e', $sqlInfo,
"siren IN ($strSiren) AND siege=1 ORDER BY e.rang DESC, e.actif DESC, e.nic ASC $limit",
true, MYSQL_ASSOC);
}
2013-11-05 11:18:30 +00:00
$strInfo='Siren saisi invalide';
}
}
// --- Affichage de la liste des établissements
2014-03-14 15:54:41 +00:00
if ( count($listeEtab)>0 ) {
foreach ($listeEtab as $etab) {
$tel=sprintf('%010d', strtr($etab['tel'],array('-'=>'', '/'=>'','.'=>'',','=>'')));
if ($tel<>'0000000000') $tel=implode('.', str_split($tel,2));
else $tel='';
$fax=sprintf('%010d', strtr($etab['fax'],array('-'=>'', '/'=>'','.'=>'',','=>'')));
if ($fax<>'0000000000') $fax=implode('.', str_split($fax,2));
else $fax='';
$nom = trim($etab['raisonSociale']);
2014-03-14 15:54:41 +00:00
// Cas des noms vides à l'INSEE (une centaine)
if ($nom=='') $nom = preg_replace('/,.*$/','',$etab['identite_pre']);
2014-03-14 15:54:41 +00:00
$pays = 'France';
if ( $etab['adr_dep']==99 ) {
2015-04-27 15:05:08 +00:00
$resultPays = $this->iDb->select("jo.tabPays", "libPays", "codePaysInsee = ".$etab['adr_com'], false, MYSQL_ASSOC);
2014-03-14 15:54:41 +00:00
if ( count($resultPays)>0 ) {
$pays = $resultPays[0]['libPays'];
}
}
$tabRet[] = array(
2015-08-07 13:45:36 +00:00
'Localisation' => $etab['Loc'],
2014-03-14 15:54:41 +00:00
'id' => $etab['id'],
'Pertinence' => 100,
'Source' => $etab['source'],
'SoruceId' => $etab['source_id'],
'Siret' => $etab['siret'],
'Siege' => $etab['siege'],
'Nom' => $nom,
'Sigle' => $etab['sigle'],
'Enseigne' => $etab['enseigne'],
'Adresse' => trim(preg_replace('/ +/', ' ', trim( $etab['adr_num'] .' '. $etab['adr_btq'] .' '.
$etab['adr_typeVoie'] .' '. $etab['adr_libVoie']))),
'Adresse2' => trim(preg_replace('/ +/', ' ', $etab['adr_comp'])),
'CP' => $etab['adr_cp'],
'Ville' => $etab['adr_ville'],
'Pays' => $pays,
'Tel' => $tel,
'Fax' => $fax,
'FJ' => $etab['cj'],
'FJLib' => $this->getLibelleFJ($etab['cj']),
'Siren' => $etab['siren'],
'Nic' => $etab['nic'],
'Actif' => $etab['actif'],
'NafEtab' => $etab['ape_etab'], // Etablissement
'NafEnt' => $etab['ape_entrep'], // Entreprise
'NafEtabLib' => $this->getLibelleNaf($etab['ape_etab']),
'NafEntLib' => $this->getLibelleNaf($etab['ape_entrep']),
'EffEtTr' => $etab['teff_etab'],
'EffEtTrLib' => self::$tabEffectif[$etab['teff_etab']],
);
}
2013-11-05 11:18:30 +00:00
}
if ($dep==0) $dep=''; // Evite l'affichage d'un 0 inutile sur l'Extranet
return array(
'criteres' => array('siren'=>$siren, 'nic'=>$nic, 'dep'=>$dep),
'info' => $strInfo,
'nbReponses' => count($tabRet),
'nbReponsesTotal' => $nbTot,
2014-03-14 15:54:41 +00:00
'reponses' => $tabRet
);
2013-11-05 11:18:30 +00:00
}
/**
* Liste des établissements par Identifiant TEL/AUTRE
* @param string $typeId
* @param string $id
* @param int $deb
* @param int $nbRep
* @param int $maxRep
* @param int $dep
* @param int $actif
* @return array
*/
public function getEtablissementsParId($typeId, $id, $deb=0, $nbRep=20, $maxRep=200, $dep=0, $actif=2)
{
$this->setTabCodesNaf();
$deb=$deb*1;
$dep=$dep*1;
$nbRep=$nbRep*1;
$limit="LIMIT $deb, $nbRep";
$filtreActif = '';
if ( $actif==1 || $actif==0 ) {
$filtreActif = " AND WHERE actif=$actif";
}
if ($typeId=='TEL') {
debugLog('I',"Recherche par TEL de $id avec un maximum de $nbRep réponses",__LINE__,__FILE__, __FUNCTION__, __CLASS__);
2015-04-27 15:05:08 +00:00
$tabTmp=$this->iDb->select('jo.etablissements', 'count(*)', "TEL=$id OR FAX=$id $filtreActif");
2013-11-05 11:18:30 +00:00
$nbTot=$tabTmp[0][0];
2015-04-27 15:05:08 +00:00
$listeEtab=$this->iDb->select('jo.etablissements e',
"'Etab' as Loc, e.id, e.source, e.source_id, e.triCode, e.autre_id, LPAD(e.siren, 9, 0) AS siren, LPAD(e.nic, 5, 0) AS nic, e.siege, ".
2015-03-02 08:23:55 +00:00
"e.raisonSociale, e.enseigne, e.sigle, LPAD(e.adr_num,4,0) AS adr_num, e.adr_btq, e.adr_typeVoie, e.adr_libVoie, ".
"e.adr_comp, LPAD(e.adr_cp,5,0) AS adr_cp, e.adr_ville, e.adr_dep, LPAD(e.adr_com,3,0) AS adr_com, LPAD(e.tel,10,0) AS tel, LPAD(e.fax,10,0) AS fax, e.cj, e.ape_etab, e.ape_entrep,".
2013-11-05 11:18:30 +00:00
"CONCAT(e.siren, e.nic) as siret, e.actif",
"TEL=$id OR FAX=$id $filtreActif ORDER BY e.siege DESC, e.actif DESC $limit", false, MYSQL_ASSOC);
} elseif ($typeId=='AUTRE') {
/** Formatage des numéros de RC **/
$tabId=array($id);
if (preg_match('/(\d*)(\D)(\d*)/', $id,$matches)) {
if (strlen($matches[1])<=2) {
// Années du type 54 ou 07
if ($matches[1]>date('y')) $deb='19'.$matches[1];
else $deb='20'.$matches[1];
} else // Années du type 1900 ou 2000
$deb=substr($matches[1],2,2);
$numero =$matches[3]*1;
for ($i=strlen($numero); $i<=7; $i++) {
$tabId[]=$matches[1].$matches[2].sprintf('%0'.$i.'s',$numero);
$tabId[]=$deb.$matches[2].sprintf('%0'.$i.'s',$numero);
}
}
$strId=implode("','", $tabId);
/** Gestion du numéro de département ou CP **/
$strDep='';
if ($dep>0 && $dep<99999) {
if ($dep<96) $strDep='AND adr_cp BETWEEN '.$dep.'000 AND '.$dep.'999';
elseif ($dep>9999) $strDep="AND adr_cp BETWEEN $dep AND $dep";
else $strDep='AND adr_cp BETWEEN '.$dep.'00 AND '.$dep.'99';
}
2015-04-27 15:05:08 +00:00
$tabTmp=$this->iDb->select('jo.etablissements', 'count(*)', "autre_id IN ('$strId') $filtreActif $strDep");
2013-11-05 11:18:30 +00:00
$nbTot=$tabTmp[0][0];
2015-04-27 15:05:08 +00:00
$listeEtab=$this->iDb->select('jo.etablissements e',
"'Etab' as Loc, e.id, e.source, e.source_id, e.triCode, e.autre_id, LPAD(e.siren, 9, 0) AS siren, LPAD(e.nic, 5, 0) AS nic, e.siege, ".
2015-03-02 08:23:55 +00:00
"e.raisonSociale, e.enseigne, e.sigle, LPAD(e.adr_num,4,0) AS adr_num, e.adr_btq, e.adr_typeVoie, e.adr_libVoie, ".
"e.adr_comp, LPAD(e.adr_cp,5,0) AS adr_cp, e.adr_ville, e.adr_dep, LPAD(e.adr_com,3,0) AS adr_com, LPAD(e.tel,10,0) AS tel, LPAD(e.fax,10,0) AS fax, e.cj, e.ape_etab, e.ape_entrep, e.teff_etab, ".
2013-11-05 11:18:30 +00:00
"CONCAT(e.siren, e.nic) as siret, e.actif",
"autre_id IN ('$strId') $filtreActif $strDep ORDER BY siege DESC $limit", false, MYSQL_ASSOC);
}
2013-11-13 14:04:35 +00:00
foreach ($listeEtab as $etab)
{
$pays = 'France';
if ( $etab['adr_dep']==99 ) {
2015-04-27 15:05:08 +00:00
$resultPays = $this->iDb->select("jo.tabPays", "libPays", "codePaysInsee = ".$etab['adr_com'], false, MYSQL_ASSOC);
2013-11-13 14:04:35 +00:00
$pays = $resultPays[0]['libPays'];
}
2013-11-05 11:18:30 +00:00
$tabRet[]=array(
'Localisation'=>$etab['Loc'],
'id'=>$etab['id'],
'Pertinence'=>100,
2013-12-26 14:25:59 +00:00
'Source' => $etab['source'],
'SourceId' => $etab['source_id'],
2013-11-05 11:18:30 +00:00
'Siret'=>$etab['siret'],
'Siege'=>$etab['siege'],
'Nom'=>$etab['raisonSociale'],
'Sigle'=>$etab['sigle'],
'Enseigne'=>$etab['enseigne'],
'Adresse'=>trim(preg_replace('/ +/', ' ', trim( $etab['adr_num'] .' '. $etab['adr_btq'] .' '.
$etab['adr_typeVoie'] .' '. $etab['adr_libVoie']))),
'Adresse2'=>trim(preg_replace('/ +/', ' ', $etab['adr_comp'])),
'CP'=>$etab['adr_cp'],
'Ville'=>$etab['adr_ville'],
2013-11-13 14:04:35 +00:00
'Pays' => $pays,
2013-11-05 11:18:30 +00:00
'Tel'=>$etab['tel'],
'Fax'=>$etab['fax'],
'FJ'=>$etab['cj'],
'FJLib'=>$this->getLibelleFJ($etab['cj']),
'Siren'=>$etab['siren'],
'Nic'=>$etab['nic'],
'Actif'=>$etab['actif'],
'NafEtab'=>$etab['ape_etab'], // Etablissement
'NafEnt'=>$etab['ape_entrep'], // Entreprise
'NafEtabLib'=>$this->getLibelleNaf($etab['ape_etab']),
'NafEntLib' =>$this->getLibelleNaf($etab['ape_entrep']),
);
}
if ($dep==0) $dep=''; // Evite l'affichage d'un 0 inutile sur l'Extranet
return array(
'criteres'=>array('autreId'=>$id, 'dep'=>$dep),
'nbReponses'=>count($tabRet),
'nbReponsesTotal'=>$nbTot,
'reponses'=>$tabRet);
}
2014-03-14 15:54:41 +00:00
/**
* Retourne juste si un siren existe
*
* @param integer $siren
* @return bool
*/
function sirenExiste($siren)
{
2013-11-05 11:18:30 +00:00
$siren=$siren*1;
2015-04-27 15:05:08 +00:00
$listeEtab=$this->iDb->select('jo.etablissements', 'id', "siren=$siren LIMIT 0,1", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if (@count($listeEtab)>0)
return true;
return false;
}
2014-03-14 15:54:41 +00:00
/**
* Retourne l'identité issue de la table établissements
*
* @param integer $siren
* @return bool
*/
public function getIdentiteLight($siren, $nic=0, $id=0)
2014-03-14 15:54:41 +00:00
{
2013-11-05 11:18:30 +00:00
$siren=$siren*1;
$nic=$nic*1;
$id=$id*1;
$limit=''; //LIMIT O,1' ;
if ($id>0 && $siren<1000) $where=" id=$id ";
elseif ($nic<>0) $where=" siren=$siren AND nic=$nic ";
elseif ($siren<>0) $where=" siren=$siren ";
else return array();
$tabRet = array();
2015-04-27 15:05:08 +00:00
$listeEtab=$this->iDb->select('jo.etablissements e',
2015-07-03 13:28:52 +00:00
"e.id, e.source, e.source_id, e.autre_id, LPAD(e.siren, 9, 0) as siren, LPAD(e.nic, 5, 0) as nic, e.siege, e.autre_id, e.triCode, ".
"e.raisonSociale, e.enseigne, e.sigle, e.adr_num, e.adr_btq, e.adr_typeVoie, e.adr_libVoie, ".
"e.adr_comp, LPAD(e.adr_cp,5,0) AS adr_cp, e.adr_ville, LPAD(e.tel,10,0) AS tel, LPAD(e.fax,10,0) AS fax, e.cj, e.ape_etab, e.ape_entrep, ".
"e.adr_dep, LPAD(e.adr_com,3,0) AS adr_com, e.capital, e.capitalDev, e.capitalSrc, e.tca, e.teff_entrep, e.teff_etab, ".
"CONCAT(LPAD(e.siren,9,0), LPAD(e.nic,5,0)) as siret, e.actif, e.identite_pre",
"$where ORDER BY siege DESC, actif DESC, nic DESC $limit", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if ( count($listeEtab)>0 ) {
$etab = $listeEtab[0];
2015-07-03 13:28:52 +00:00
$nom = trim($etab['raisonSociale']);
// Cas des noms vides à l'INSEE (une centaine)
if ($nom=='') $nom = preg_replace('/,.*$/','',$etab['identite_pre']);
$tabRet = array(
2015-07-03 13:28:52 +00:00
'id' => $etab['id'],
'Siret' => $etab['siret'],
'Siege' => $etab['siege'],
'Nom' => $nom,
'Tribunal' => $etab['triCode'],
'Sigle' => $etab['sigle'],
'Enseigne' => $etab['enseigne'],
'Adresse' => trim(preg_replace('/ +/', ' ', trim(
$etab['adr_num'] .' '. $etab['adr_btq'] .' '.
$etab['adr_typeVoie'] .' '. $etab['adr_libVoie']))),
'Adresse2' => trim(preg_replace('/ +/', ' ', $etab['adr_comp'])),
'AdresseNum' => $etab['adr_num'],
'AdresseBtq' => $etab['adr_btq'],
'AdresseVoie' => $etab['adr_typeVoie'],
'AdresseRue' => $etab['adr_libVoie'],
'CP' => $etab['adr_cp'],
'Ville' => $etab['adr_ville'],
'Tel' => $etab['tel'],
'Fax' => $etab['fax'],
'FJ' => $etab['cj'],
'FJ_lib' => $this->getLibelleFJ($etab['cj']),
'Siren' => $etab['siren'],
'Nic' => $etab['nic'],
'Actif' => $etab['actif'],
'NafEtab' => $etab['ape_etab'],
'NafEnt' => $etab['ape_entrep'],
'NafEntLib' => $this->getLibelleNaf($etab['ape_entrep']),
'NafEtabLib' => $this->getLibelleNaf($etab['ape_etab']),
'AutreId' => $etab['autre_id'],
'Source' => $etab['source'],
'SourceId' => $etab['source_id'],
'Dept' => $etab['adr_dep'],
'codeCommune' => $etab['adr_com'],
'Capital' => $etab['capital'],
'CapitalDev' => $etab['capitalDev'],
'TrancheCA' => $etab['tca'],
'TrancheCALib' => self::$tabTCA[$etab['tca']],
'EffEnTr' => $etab['teff_entrep'],
'EffEnTrLib' => self::$tabEffectif[$etab['teff_entrep']],
'EffEtTr' => $etab['teff_etab'],
'EffEtTrLib' => self::$tabEffectif[$etab['teff_etab']],
);
}
2013-11-05 11:18:30 +00:00
return $tabRet;
}
2014-03-14 15:54:41 +00:00
/**
* Retourne la liste des devise
*
* @param string $codeDevise Code ISO devise
* @return Devise ou liste des devises (si pas de code ISO en entrée)
*/
public function getDevises($codeIso='')
2014-03-14 15:54:41 +00:00
{
2013-11-05 11:18:30 +00:00
if (trim($codeIso)<>'') $strWhere="devIso='$codeIso'";
else $strWhere='1';
2015-04-27 15:05:08 +00:00
$liste=$this->iDb->select('jo.tabDevises', 'devIso, devNom', $strWhere, false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$tabRet=array();
foreach ($liste as $ligne)
$tabRet[$ligne['devIso']]=$ligne['devNom'];
return $tabRet;
}
2014-03-14 15:54:41 +00:00
/**
* Retourne la liste des mandataires/administrateurs/oppositions d'une ou plusieurs cours d'appel
*
* @param array $arrIdCA Id S&D de la cour d'appel
* @param bool $condense Par défaut retourne un tableau concatenant Nom, prenom, adresse complète
* @param array $type Type d'opposition. Ex array('A','M') pour Admin/Mandataires. Autres: a'V'ocat,'H'uissier,'N'otaire
* @return Liste des Mandataires/Administrateurs de la cours d'appel
*/
public function getMandataires($arrIdCA=array(), $condense=true, $type=array())
2014-03-14 15:54:41 +00:00
{
2013-11-05 11:18:30 +00:00
if (count($arrIdCA)>0) $strIdCA='AND ( coursAppel in ('.implode(',', $arrIdCA).') OR coursAppel2 in ('.implode(',', $arrIdCA).') )';
else $strIdCA='';
if (count($type)>0) $strType="AND type in ('".implode("','", $type)."') ";
else $strType='';
if (!$condense)
$fields='id,sirenGrp,sirenMand,Nom,Prenom,type,tribunal,Statut,adresse,adresseComp,cp,ville,tel,fax,email,web,contact';
else
$fields="id, CONCAT(Nom,' ',Prenom,' ',adresse,' ',adresseComp,' ',cp,' ',ville) as Mand";
2015-04-27 15:05:08 +00:00
$liste=$this->iDb->select('jo.tabMandataires', $fields, "1 $strIdCA $strType ORDER BY sirenGrp", true, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$tabRet=array();
if (!$condense) foreach ($liste as $ligne) $tabRet[]=$ligne;
else foreach ($liste as $ligne) $tabRet[$ligne['id']]=preg_replace('/ +/',' ',$ligne['Mand']);
return $tabRet;
}
2014-03-14 15:54:41 +00:00
/**
* Retourne la liste des mandataires/administrateurs/oppositions correspondant à un nom
*
* @param string $nom Nom du mandataire
* @param bool $condense Par défaut retourne un tableau concatenant Nom, prenom, adresse complète
* @param array $type Type d'opposition. Ex array('A','M') pour Admin/Mandataires. Autres: a'V'ocat,'H'uissier,'N'otaire
* @return Liste des Mandataires/Administrateurs de la cours d'appel
*/
public function searchMandataires($nom, $condense=true, $type=array(), $cpDep=0)
2014-03-14 15:54:41 +00:00
{
2013-11-05 11:18:30 +00:00
$strIdCA="AND (Nom LIKE '%$nom%' OR Prenom LIKE '%$nom%') ";
if (count($type)>0) $strType="AND type in ('".implode("','", $type)."') ";
else $strType='';
if ($cpDep>0 && $cpDep<100) $strCp="AND cp BETWEEN $cpDep"."000 AND $cpDep"."999 ";
elseif ($cpDep>99 && $cpDep<1000) $strCp="AND cp BETWEEN $cpDep"."00 AND $cpDep"."99 ";
elseif ($cpDep>999) $strCp="AND cp=$cpDep ";
else $strCp='';
if (!$condense)
$fields='id,sirenGrp,sirenMand,Nom,Prenom,type,tribunal,Statut,adresse,adresseComp,cp,ville,tel,fax,email,web,contact';
else
$fields="id, CONCAT(Nom,' ',Prenom,' ',adresse,' ',adresseComp,' ',cp,' ',ville) as Mand";
2015-04-27 15:05:08 +00:00
$liste=$this->iDb->select('jo.tabMandataires', $fields, "1 $strIdCA $strType $strCp ORDER BY sirenGrp", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$tabRet=array();
if (!$condense) foreach ($liste as $ligne) $tabRet[]=$ligne;
else foreach ($liste as $ligne) $tabRet[$ligne['id']]=preg_replace('/ +/',' ',$ligne['Mand']);
return $tabRet;
}
/** Récupère les informations du mandataire
**
** @param integer $idMand Identifiant SD du mandataire
** @return array
**/
public function getMandataire($idMand)
{
2013-11-05 11:18:30 +00:00
$fields='id,sirenGrp,sirenMand,Nom,Prenom,type,coursAppel,coursAppel2,tribunal,Statut,stagiaire,adresse,adresseComp,cp,ville,tel,fax,email,web,contact';
2015-04-27 15:05:08 +00:00
$liste=$this->iDb->select('jo.tabMandataires', $fields, "id=$idMand", true, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
return @$liste[0];
}
public function getHuissiers($arrIdCA=array(), $condense=true) {
2013-11-05 11:18:30 +00:00
if (count($arrIdCA)>0)
$strIdCA="AND tribunal in ('".implode("','", $arrIdCA)."')";
else $strIdCA='';
if (!$condense)
$fields='id,sirenGrp,sirenMand,Nom,Prenom,type,tribunal,Statut,adresse,adresseComp,cp,ville,tel,fax,email,web,contact';
else
$fields="id, CONCAT(Nom,' ',Prenom,' ',adresse,' ',adresseComp,' ',cp,' ',ville) as Mand";
2015-04-27 15:05:08 +00:00
$liste=$this->iDb->select('jo.tabMandataires', $fields, "1 AND type='H' $strIdCA ORDER BY sirenGrp", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$tabRet=array();
if (!$condense) foreach ($liste as $ligne) $tabRet[]=$ligne;
else foreach ($liste as $ligne) $tabRet[$ligne['id']]=preg_replace('/ +/',' ',$ligne['Mand']);
//@wsLog('HUISSIERS',$strIdCA,count($liste));
return $tabRet;
}
/** Retourne l'identite Textuelle d'un mandataires/administrateurs
**
** @param integer $idMand Id S&d du mandataire
** @return string Mandataire
**/
public function getMandatairesParId($idMand) {
2013-11-05 11:18:30 +00:00
if ($idMand>0) {
2015-04-27 15:05:08 +00:00
$liste=$this->iDb->select('jo.tabMandataires', "CONCAT(Nom,' ',Prenom,' ',adresse,' ',adresseComp,' ',cp,' ',ville) as Mand", "id=$idMand", false);
2013-11-05 11:18:30 +00:00
return $liste[0][0];
}
return '';
}
/**
*
* @param unknown $siren
* @param number $nic
* @param number $id
* @return boolean|Ambigous <string, multitype:>
*/
public function getNaf4($siren, $nic=0, $id=0)
2013-11-05 11:18:30 +00:00
{
$tabRet=array();
$siren=$siren*1;
$nic=$nic*1;
$id=$id*1;
if ($siren==0) return false;
2013-11-05 11:18:30 +00:00
if ($nic<>0) $where=" siren=$siren AND nic=$nic ";
else $where=" siren=$siren AND siege=1 ";
$insee = $this->iDb->select('insee.bascule', 'siren, nic, apen5, apen4, apet5, apet4', $where, false, MYSQL_ASSOC);
if ( count($insee)==0 ) {
return false;
}
2013-11-05 11:18:30 +00:00
$tabRet = $insee[0];
$tabRet['apen4_lib'] = $this->getLibelleNaf($tabRet['apen4']);
$tabRet['apet4_lib'] = $this->getLibelleNaf($tabRet['apet4']);
2013-11-05 11:18:30 +00:00
return $tabRet;
}
/**
*
* @param string $siren
* @param int $nic
* @param int $id
* @param string $forceVerif
* @param string $accesDist
* @return array
*/
public function getIdentiteEntreprise($siren, $nic=0, $id=0, $forceVerif=false, $accesDist=true)
2013-11-05 11:18:30 +00:00
{
if($this->debugtime) {
2015-07-03 13:28:52 +00:00
$timer = array('debutIdentite'=>microtime(true));
$tdebIni = microtime(1);
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;getIdentiteEntreprise Début ---\n", FILE_APPEND);
2013-11-05 11:18:30 +00:00
}
$classWDate = new WDate();
2015-07-03 13:28:52 +00:00
$siren = $siren*1;
$nic = $nic*1;
$id = $id*1;
$limit = '';
2013-11-05 11:18:30 +00:00
if ($id>0 && $siren<1000) $where=" id=$id ";
elseif ($nic<>0) $where=" siren=$siren AND nic=$nic ";
elseif ($siren<>0) $where=" siren=$siren ";//AND siege=1 ";
2015-04-27 15:05:08 +00:00
$listeEtab = $this->iDb->select('jo.etablissements e',
2014-03-14 15:54:41 +00:00
"e.id, e.source, e.source_id, e.triCode, e.autre_id, LPAD(e.siren,9,0) as siren, LPAD(e.nic,5,0) as nic, e.siege, e.autre_id, ".
"e.raisonSociale, e.enseigne, e.sigle, LPAD(e.adr_num,4,0) AS adr_num, e.adr_btq, e.adr_typeVoie, e.adr_libVoie, ".
"e.adr_comp, LPAD(e.adr_cp,5,0) AS adr_cp, e.adr_ville, LPAD(e.tel,10,0) AS tel, LPAD(e.fax,10,0) AS fax, e.cj, e.ape_etab, e.ape_entrep, ".
2013-11-05 11:18:30 +00:00
"e.capital, e.capitalDev, e.capitalSrc, CONCAT(e.siren, e.nic) as siret, e.actif, ".
"e.age_entrep, e.age_etab, e.tca, e.tcaexp, e.teff_entrep, e.teff_etab",
"$where ORDER BY siege DESC, actif DESC, nic DESC $limit", false, MYSQL_ASSOC);
2015-07-03 13:28:52 +00:00
// Récupération des résultats
if (count($listeEtab) > 0) {
$etab = $listeEtab[0];
$nic = $etab['nic'];
}
$timer['tableEtablissements'] = microtime(true);
// Si aucun résultat et siren est valide, on part chez Infogreffe
if ($accesDist && count($listeEtab) == 0 && $this->valideSiren($siren) ) {
$iGeffes = new MGreffes($this->iDb);
$etabG = $iGeffes->getIdentite($siren);
2013-11-05 11:18:30 +00:00
if ($etabG) {
2015-07-03 13:28:52 +00:00
$adr = $this->structureVoie($etabG['Adresse']);
// Date de dernière MAJ
2015-07-03 13:28:52 +00:00
$lastMaj = str_replace('-','',$etabG['DateRadiation'])*1;
if (str_replace('-','',$etabG['DateCreation'])*1>$lastMaj)
2015-07-03 13:28:52 +00:00
$lastMaj = str_replace('-','',$etabG['DateCreation'])*1;
if (str_replace('-','',$etabG['DateUpdate'])*1>$lastMaj)
2015-07-03 13:28:52 +00:00
$lastMaj = str_replace('-','',$etabG['DateUpdate'])*1;
$etab = array(
'id' => $etabG['id'],
'siret' => $etabG['Siret'],
'siege' => $etabG['Siege'],
'raisonSociale' => $etabG['Nom'],
'sigle' => $etabG['Sigle'],
'enseigne' => $etabG['Enseigne'],
'Adresse' => $etabG['Adresse'],
'adr_comp' => $etabG['Adresse2'],
'adr_num' => $adr['num'],
'adr_btq' => $adr['adr_btq'],
'adr_typeVoie' => $adr['typeVoie'],
'adr_libVoie' => $adr['libVoie'],
'adr_dep' => substr($etabG['CP'],0,2),
'adr_cp' => $etabG['CP'],
'adr_ville' => $etabG['Ville'],
'tel' => $etabG['Tel'],
'fax' => $etabG['Fax'],
'cj' => $etabG['FJ'],
'siren' => $etabG['Siren'],
'nic' => $etabG['Nic'],
'actif' => $etabG['Actif'],
'ape_etab' => $etabG['NafEtab'],
'ape_entrep' => $etabG['NafEnt'],
'autre_id' => $etabG['NumRC'],
'dateMAJ' => $classWDate->DateT('Ymd','Y-m-d',$lastMaj),
);
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
$timer['accesInfogreffeCarInconnu'] = microtime(true);
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// Informations locales issues de la table infos_entrep
2013-11-05 11:18:30 +00:00
if ($siren>100) {
2015-07-03 13:28:52 +00:00
$info = $this->iDb->select('jo.infos_entrep',
"raisonSociale, isin, nscrl, tel, fax, web, mail, latitude, longitude, precis, dateCreation, dateFermeture, naf, naf_lib, ca, effectif, nbEtab, activite, LPAD(sirenDoublon,9,'0') AS sirenDoublon, waldec",
2014-03-14 15:54:41 +00:00
"siren=$siren", false, MYSQL_ASSOC);
if ( count($info)>0 ) {
$tab=$info[0];
$waldec = $tab['waldec'];
if ( !array_key_exists('sirenDoublon', $tab) ) {
2015-07-03 13:28:52 +00:00
$info = $this->iDb->select('jo.infos_entrep', "LPAD(siren,9,'0') AS sirenDoublon", "sirenDoublon=$siren", false, MYSQL_ASSOC);
if ( count($info)>0 ) {
$tab['sirenDoublon']=$info[0]['sirenDoublon'];
}
2014-03-14 15:54:41 +00:00
}
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
$insee = $this->iDb->select('jo.etablissements', "CONCAT(LPAD(SIREN,9,'0'), LPAD(NIC,5,'0')) AS siret", "SIREN=$siren AND SIEGE=1 ORDER BY ACTIF%10 DESC, NIC DESC",false,MYSQL_ASSOC);
2014-03-14 15:54:41 +00:00
if ( count($insee)>0 ) {
$siretSiege = $insee[0]['siret'];
}
$timer['infosEntrep']=microtime(true);
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// Informations INSEE
$moisNonDiff = 0;
2013-11-05 11:18:30 +00:00
if ($siren>100) {
2015-07-03 13:28:52 +00:00
if ($nic>0) $strNic="AND NIC=$nic";
else $strNic="AND NIC<100000 AND SIEGE=1";
2014-10-31 15:15:08 +00:00
$insee = $this->iDb->select('insee.identite',
'ACTIF%10 AS ACTIF, actifEco%10 AS actifEco, NOM, NOM2, SIGLE, ENSEIGNE, ADR_NUMVOIE, ADR_BTQ, ADR_TYPVOIE, ADR_LIBVOIE, ADR_LIBCOM, ADR_CP, ADR_COMP, ADR_DISTSP, PAYS, DCREN, SIEGE, AUXILT, SAISONAT, CJ, CIVILITE, NBETAB, APE_ENT, APE_ETAB, PROCOL, PROCOL_TYPE, PROCOL_DATE, CAPITAL, EFF_ENT, NUMRC, TEL, FAX, DIR_FCT, DIR_IDEN, DIR_DATEN, DIR_LIEUN, CAPITAL_DATE, CAPITAL_DEV, DCRET, TEFF_ENT, ADR_DEP, LPAD(ADR_COM,3,0) AS ADR_COM, TCA, TCAEXP, EFF_ET, TEFF_ET, CODEVOIE, DATE_MAJ, APRM, ACTIVNAT, ORIGINE, MODET, EXPLET, LIEUACT, ACTISURF, DEFET, MODEN, PRODPART, EXPLEN, MONOREG, REGIMP, MONOACT, DEFEN, DEFET, IDENTITE_PRE, insL1_NOMEN, insL2_COMP, insL3_CADR, insL4_VOIE, insL5_DISP, insL6_POST, insL7_ETRG, dateMajRNVP, insCATEGORIE, insIND_PUBLIPO, RPET, ARRONET, CTONET, DU, TU, UU, TCD, ZEMET, ESAANN, ESAAPEN, DREACTET, AMINTRET, DREACTEN, AMINTREN, NOMEN_LONG, CEDEX, EPCI, NOM_COM, NATETAB, PRODET, PRODEN, hexavia',
"SIREN=$siren $strNic ORDER BY SIEGE DESC, ACTIF DESC LIMIT 0,1",false,MYSQL_ASSOC);
2015-07-03 13:28:52 +00:00
if (count($insee) > 0) {
$tabInsee = $insee[0];
$tabNotice = $this->getInfosNotice($siren, $nic);
$tabInsee['TCA_AN'] = $tabNotice['insEAEANT'];
$tabInsee['RECME'] = $tabNotice['insRECME'];
2013-11-05 11:18:30 +00:00
// On force l'indicateur "actifEco" à 0 si l'établissement est juridiquement inactif
if ($tabInsee['ACTIF']*1==0) $tabInsee['actifEco']=0;
2014-10-31 15:15:08 +00:00
if (trim($tabInsee['CODEVOIE'])=='') {
2015-07-03 13:28:52 +00:00
$codeCommune = $tabInsee['ADR_DEP'].sprintf("%03s",$tabInsee['ADR_COM']);
2014-10-31 15:15:08 +00:00
$tabInsee['CODEVOIE']=$this->getCodeVoieRivoli($codeCommune, $tabInsee['ADR_TYPVOIE'], $tabInsee['ADR_LIBVOIE']);
}
2015-07-03 13:28:52 +00:00
}
// Siren absent de l'Insee
else {
2013-11-05 11:18:30 +00:00
$tabInsee = array(
2015-07-03 13:28:52 +00:00
'CIVILITE' => 0,
'NBETAB' => 1,
'TEL' => $etab['tel'],
'FAX' => $etab['fax'],
'Web' => '',
'Mail' => '',
'CJ' => $etab['cj'],
'CJ_lib' => $this->getLibelleFJ($etab['cj']),
'ACTIF' => $etab['actif'],
'APE_ETAB' => $etab['ape_etab'] ? $etab['ape_etab'] : $etab['ape_entrep'],
'APE_ENT' => $etab['ape_entrep'] ? $etab['ape_entrep'] : $etab['ape_etab'],
'CAPITAL' => $etab['capital'],
'CAPITAL_DEV' => $etab['capitalDev'],
'ADR_DEP' => $etab['adr_dep'],
'TEFF_ENT' => $etab['teff_entrep'],
'DEFEN' => '',
'TEFF_ET' => $etab['teff_etab'],
'DEFET' => '',
'TCA' => $etab['tca'],
'TCA_AN' => '',
'TCAEXP' => $etab['tcaexp'],
2013-11-05 11:18:30 +00:00
);
}
2015-07-03 13:28:52 +00:00
// Nombre d'etablissements
2014-03-14 15:54:41 +00:00
$nbEtab = 0;
2015-07-03 13:28:52 +00:00
$tabTmp = $this->iDb->select('jo.etablissements', 'count(*) AS nbEtabs',
"siren=$siren AND NIC<100000 AND ACTIF%10=1", false, MYSQL_ASSOC);
2014-03-14 15:54:41 +00:00
if ( count($tabTmp)>0 ) {
$nbEtab = $tabTmp[0]['nbEtabs'];
}
$inseeND = $this->iDb->select('insee.insee_nondiff', 'siren, mois, dateInsert',"siren=$siren",false,MYSQL_ASSOC);
2014-03-14 15:54:41 +00:00
if ( count($inseeND)>0 ) {
2015-07-03 13:28:52 +00:00
$moisNonDiff = $tabTmp[0]['mois'];
2014-03-14 15:54:41 +00:00
}
2013-11-05 11:18:30 +00:00
$timer['tableIdentite']=microtime(true);
2015-07-03 13:28:52 +00:00
}
// Default
else {
2013-11-05 11:18:30 +00:00
$tabInsee = array(
2015-07-03 13:28:52 +00:00
'CIVILITE' => 0,
'NBETAB' => 1,
'TEL' => $etab['tel'],
'FAX' => $etab['fax'],
'Web' => '',
'Mail' => '',
'CJ' => $etab['cj'],
'CJ_lib' => $this->getLibelleFJ($etab['cj']),
'ACTIF' => $etab['actif'],
'APE_ETAB' => $etab['ape_etab']?$etab['ape_etab']:$etab['ape_entrep'],
'APE_ENT' => $etab['ape_entrep']?$etab['ape_entrep']:$etab['ape_etab'],
'CAPITAL' => '',
'CAPITAL_DEV' => '',
'ADR_DEP' => $etab['adr_dep'],
2013-11-05 11:18:30 +00:00
);
2015-07-03 13:28:52 +00:00
$nbEtab = 'N/C';
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// Complement Identitaire
if (intval($siren) > 100 && count($info)==0) {
2014-03-14 15:54:41 +00:00
$idComp = $this->getIdentitePart($siren, $etab['raisonSociale'], $etab['enseigne'], $etab['sigle'], 0, $accesDist);
$tab = $idComp;
2013-11-05 11:18:30 +00:00
$timer['getIdentitePart']=microtime(true);
}
2015-07-03 13:28:52 +00:00
// Géocodage de l'adresse
$mMap = new MMap(false, $this->iDb);
$mMap->geoCodeAdresse($etab['adr_num'], '', $etab['adr_typeVoie'], $this->getCodeVoie($etab['adr_typeVoie']),
$etab['adr_libVoie'], $etab['adr_cp'], $etab['adr_ville'], 'France',
trim($tabInsee['ADR_DEP'].$tabInsee['ADR_COM'].$tabInsee['CODEVOIE']));
$tab['latitude'] = $mMap->latitudeDec;
$tab['longitude'] = $mMap->longitudeDec;
$tab['altitude'] = $mMap->altitude;
$tab['precis'] = $mMap->precision;
$timer['geoCodage'] = microtime(true);
// Accès provisoire à AMABIS
$repAmabis = array();
2013-11-05 11:18:30 +00:00
if ($accesDist) {
if($this->debugtime) {
2015-07-03 13:28:52 +00:00
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;MAmabis Avant\n", FILE_APPEND);
$tdeb = microtime(1);
2013-11-05 11:18:30 +00:00
}
$iAmabis = new MAmabis($this->iDb);
2015-07-03 13:28:52 +00:00
$repAmabis = $iAmabis->getZonage($etab['adr_num'], $etab['adr_btq'], $etab['adr_typeVoie'], $etab['adr_libVoie'],
$etab['adr_cp'], $etab['adr_ville'], trim($tabInsee['ADR_DEP'].$tabInsee['ADR_COM'].$tabInsee['CODEVOIE']),
false, 'TEST', false);
$duree = round(microtime(1)-$tdeb,3);
2013-11-05 11:18:30 +00:00
if($this->debugtime) {
2015-07-03 13:28:52 +00:00
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;MAmabis APRES ($duree s)\n", FILE_APPEND);
$timer['zonesPrioritaires'] = microtime(true);
2013-11-05 11:18:30 +00:00
}
2014-03-14 15:54:41 +00:00
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// N° de TVA Intracommunautaire
$vatNumber = 'FR00000000000';
$vatDefined = false;
if (intval($siren) > 100) {
2013-11-05 11:18:30 +00:00
if($this->debugtime) {
2015-07-03 13:28:52 +00:00
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;MTva Avant\n", FILE_APPEND);
$tdeb = microtime(1);
2013-11-05 11:18:30 +00:00
}
$iTva = new MTva($siren, $accesDist, $this->iDb);
2014-06-02 08:41:24 +00:00
$vatNumber = $iTva->vatNumber;
$vatDefined = $iTva->vatDefined;
2013-11-05 11:18:30 +00:00
if($this->debugtime) {
$duree=round(microtime(1)-$tdeb,3);
2015-07-03 13:28:52 +00:00
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;MTva APRES ($duree s)\n", FILE_APPEND);
2013-11-05 11:18:30 +00:00
$timer['tvaIntra']=microtime(true);
}
}
$nom = trim($etab['raisonSociale']);
2015-07-03 13:28:52 +00:00
if ($nom=='') $nom = preg_replace('/,.*$/','',$tabInsee['IDENTITE_PRE']);
$nom2 = $tel = $fax = '';
if (strtoupper(trim($tabInsee['NOM2'])) != strtoupper(trim($etab['sigle']))) {
$nom2 = trim($tabInsee['NOM2']);
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
if (trim($tab['tel']) != '') $tel = trim($tab['tel']);
elseif ($tabInsee['TEL'] != '') $tel = implode('.', str_split($tabInsee['TEL'],2));
if (trim($tab['fax']) != '') $fax = trim($tab['fax']);
elseif ($tabInsee['FAX'] != '') $fax = implode('.', str_split($tabInsee['FAX'],2));
if (intval($siren) > 0) {
if($this->debugtime) {
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;MTel Avant\n", FILE_APPEND);
$tdeb = microtime(1);
}
$iTel = new MTel(false, $this->iDb);
$tmp = $iTel->getTel($siren, $nic, true, 1);
if($this->debugtime) {
$duree=round(microtime(1)-$tdeb,3);
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;MTel APRES ($duree s)\n", FILE_APPEND);
}
$activitePJ_An8='';
foreach ($tmp as $tmp2) {
if ($tmp2['typeTel']=='tel' && ($tel==''||$tel==trim($tab['tel'])) )
$tel=implode('.', str_split($tmp2['telephone'],2));
if ($tmp2['typeTel']=='fax' && ($fax==''||$fax==trim($tab['fax'])) )
$fax=implode('.', str_split($tmp2['telephone'],2));
if ($tmp2['typeTel']=='web' && $tab['web']=='') $tab['web']=$tmp2['infoTel'];
if ($tmp2['typeTel']=='mail' && $tab['mail']=='') $tab['mail']=$tmp2['infoTel'];
if ($tmp2['typeTel']=='an8') $activitePJ_An8=$tmp2['infoTel'];
}
$timer['telFax']=microtime(true);
}
2013-11-05 11:18:30 +00:00
2014-03-14 15:54:41 +00:00
/**
* Type d'exploitation
* 0 : N/C
* 1 : Locataire d'un fond de commerce
* 2 : Loueur d'un fond de commerce
* 3 : Prestataire de personnel
* 10: Exploitation directe
* 11: Sans activité ???
*/
2013-11-05 11:18:30 +00:00
$typeExploitation=0;
2015-07-03 13:28:52 +00:00
if (intval($siren) > 100 && strtoupper($tabInsee['EXPLET']) == 'O') {
2013-11-05 11:18:30 +00:00
switch ($tabInsee['PRODPART']*1) {
case 1: // Locataire d'un fond de commerce
2015-07-03 13:28:52 +00:00
$tabAnn2 = $this->getAnnoncesLegales($siren, 0, array(5700));
2013-11-05 11:18:30 +00:00
if (count($tabAnn2)>0) $typeExploitation=0;
else $typeExploitation=1;
break;
case 2: // Loueur d'un fond de commerce
case 3: // Prestataire de personnel
2015-07-03 13:28:52 +00:00
$typeExploitation = $tabInsee['PRODPART']*1;
2013-11-05 11:18:30 +00:00
break;
default:
2015-07-03 13:28:52 +00:00
if ( !($tabInsee['CJ']>=7000 && $tabInsee['CJ']<8000) && !($tabInsee['CJ']>=9000 && $tabInsee['CJ']<10000) ) {
if ($tabInsee['ORIGINE']*1==6) { // Prise en location-gérance
$typeExploitation=1; // Locataire d'un fond de commerce
} elseif ($tabInsee['ORIGINE']*1==1 || // Création pure
$tabInsee['ORIGINE']*1==3 || // Achat
$tabInsee['ORIGINE']*1==4) { // Apport
/*
'2'=>'Réinstallation après transfert',
'5'=>'Reprise au conjoint ou apport reçu',
'7'=>'Partage',
'8'=>'Reprise',
'9'=>'Autre modalité d\'acquisition',
'A'=>'Reprise globale d\'une exploitation agricole',
'B'=>'Poursuite de l\'exploitation agricole par le conjoint',
'C'=>'Transfert de propriété d\'une exploitation agricole',
'D'=>'Apport d\'exploitation(s) agricole(s) individuelle(s)',
'E'=>'Reprise totale ou partielle d\'exploitation individuelle',
*/
$typeExploitation = 10;
} elseif ($nbEtab<2) {
$tabAnn = $this->getAnnoncesLegales($siren, 0, 'L');
2013-11-05 11:18:30 +00:00
if (count($tabAnn)>0) {
2015-07-03 13:28:52 +00:00
if ($tabAnn[0]['DateParution']>$tabInsee['DCRET'] && ($tabAnn[0]['Departement']==$tabInsee['ADR_DEP']
|| $tabAnn[0]['Departement']==substr(''.$tabInsee['ADR_DEP'].''.$tabInsee['ADR_COM'],O,3)*1)) {
2013-11-05 11:18:30 +00:00
$typeExploitation=1; // Locataire d'un fond de commerce
2015-07-03 13:28:52 +00:00
}
2013-11-05 11:18:30 +00:00
} elseif (count($this->getAnnoncesLegales($siren, 0, 'G'))>0) {
$typeExploitation=2; // Loueur d'un fond de commerce
}
} elseif ($tabInsee['ORIGINE']*1 <>0 &&
$tabInsee['ORIGINE']*1 <>8 &&
$tabInsee['ORIGINE']*1 <>9 &&
2015-07-03 13:28:52 +00:00
$tabInsee['ORIGINE'] <>'NR') {
2013-11-05 11:18:30 +00:00
$typeExploitation=10; // Exploitation directe
}
2015-07-03 13:28:52 +00:00
}
2013-11-05 11:18:30 +00:00
break;
}
}
2015-07-03 13:28:52 +00:00
$timer['typeExploitation'] = microtime(true);
// Recherche de prédécesseur ou successeur
if (intval($siren) > 100) {
$tabAssoc = $this->getSiretAssoc($siren, $nic);
if (count($tabAssoc)>0) {
if (isset($tabAssoc['pre'])) {
// Il y a un prédécesseur
if ($tabInsee['ORIGINE']*1==0 ||
$tabInsee['ORIGINE']*1==1 ||
$tabInsee['ORIGINE']*1==9 ||
$tabInsee['ORIGINE']=='NR')
2015-08-07 13:45:36 +00:00
$tabInsee['ORIGINE']=2; // Transfert
2015-07-03 13:28:52 +00:00
}
}
2013-11-05 11:18:30 +00:00
}
$timer['siretPrecSuivant']=microtime(true);
2015-07-03 13:28:52 +00:00
// Code Pays
$codePaysIso2 = 'FR';
2015-07-03 13:28:52 +00:00
if ($tabInsee['ADR_DEP'] > 98) {
2013-11-05 11:18:30 +00:00
$codePaysInsee=$tabInsee['ADR_COM'];
2015-07-03 13:28:52 +00:00
$tabTmp = $this->iDb->select( 'jo.tabPays j, insee.insee_tabPays i',
'j.codPays, j.numPays, j.codPays3, j.codePaysInpi, j.libPays, i.LIBCOG, i.ACTUAL',
"j.codePaysInsee=$codePaysInsee AND j.codePaysInsee=substring( i.COG, 3, 3 ) AND i.ACTUAL IN (1,4) AND j.numPays is NOT NULL", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if (count($tabTmp)==1) {
$codePaysIso2=$tabTmp[0]['codPays'];
} else {
$codePaysIso2='';
foreach ($tabTmp as $tabTmp2) {
2015-07-03 13:28:52 +00:00
if (trim(preg_replace('/[^A-Z]/','',strtoupper(strtr($tabTmp2['libPays'], 'àáâãäåæçèéêëìíîïðñòóôõöùúûüýÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖÙÚÛÜÝ', "aaaaaaaceeeeiiiionooooouuuuyyAAAAAAACEEEEIIIIONOOOOOUUUUY")))) == trim(preg_replace('/[^A-Z]/','',strtoupper($tabTmp2['LIBCOG'])))) {
$codePaysIso2 = $tabTmp2['codPays'];
2013-11-05 11:18:30 +00:00
break;
}
}
// Exception lié à anomalies de données INSEE
if ($codePaysIso2=='' && $codePaysInsee==237) $codePaysIso2='KR';
}
}
$timer['codePays']=microtime(true);
2015-07-03 13:28:52 +00:00
$tabIris = $this->getInfosIris($tabInsee['ADR_DEP'].$tabInsee['ADR_COM'], substr($tabInsee['CODEVOIE'],0,4),
$etab['adr_num'], $etab['adr_btq'], $etab['adr_typeVoie'], $etab['adr_libVoie']);
2013-11-05 11:18:30 +00:00
if ($tabInsee['CODEVOIE']=='') {
// On récupere le code Rivoli s'il est absent de SIRENE (cf. doc Sirene)
$tabInsee['CODEVOIE']=@$tabIris['Rivoli'];
}
$timer['codeIris']=microtime(true);
// Est-ce un ancien établissement siège ?
$ancienSiege=false;
$dateFinSiege=0;
2015-07-03 13:28:52 +00:00
if (intval($siren) > 100 ) {
if ($etab['siege']==0 || ($etab['siege']==1 && $tabInsee['ACTIF']==0)) {
$dateFinSiege = $this->isAncienSiege($siren,$nic);
if ($dateFinSiege>19000101) $ancienSiege=true;
}
2013-11-05 11:18:30 +00:00
}
$timer['ancienSiege']=microtime(true);
$tabInsee['actifEcoDate']='';
$tabInsee['actifEcoType']='';
2015-07-03 13:28:52 +00:00
if (intval($siren) > 100 && $tabInsee['ACTIF']*1 == 1 && $tabInsee['actifEco']*1 == 0) {
// L'établissement est actif juridiquement à l'INSEE mais sans activité économique
2013-11-05 11:18:30 +00:00
$tabTmp=$this->iDb->select('insee.insee_even', 'insEVE, IF(insDATEVE=0, idFlux*1, insDATEVE) AS insDATEVE',
2015-09-16 15:45:44 +00:00
"insSIREN=$siren AND insNIC=$nic AND insEVE IN ('OD','TD','MPF','MNP','420','425','620','621','650') ORDER BY insDATEVE DESC", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if (count($tabTmp)>0) {
$tabModif=$tabTmp[0];
2015-09-16 15:45:44 +00:00
switch(''.$tabModif['insEVE']) {
case 'OD':
case 'TD':
case '420': // Absence d'activité de l'entreprise (cessation économique de l.entreprise)
case '425': // Absence d'activité d'une entreprise suite à une mise à jour au répertoire //
case '620':
case '621':
2013-11-05 11:18:30 +00:00
case '650': // Fermé économiquement
$tabInsee['actifEcoType']='ECOF';
$tabInsee['actifEcoDate']=$tabModif['insDATEVE'];
break;
case 'MPF': // Présumé Fermé par la trimestrielle Insee
$tabInsee['actifEcoType']='PFER';
$tabInsee['actifEcoDate']=$tabModif['insDATEVE'];
break;
case 'MNP': // Présumé Fermé par la trimestrille NPAI
$tabInsee['actifEcoType']='NPAI';
$tabInsee['actifEcoDate']=$tabModif['insDATEVE'];
2015-09-16 15:45:44 +00:00
break;
default:
$tabInsee['actifEco']=1;
$tabInsee['actifEcoDate']='';
$tabInsee['actifEcoType']='';
2013-11-05 11:18:30 +00:00
break;
}
}
}
2015-09-16 15:45:44 +00:00
$dir1Genre='';
if ($tabInsee['CIVILITE']==1) $dir1Genre='M';
elseif ($tabInsee['CIVILITE']==2) $dir1Genre='F';
2014-10-06 18:36:51 +00:00
2014-03-14 15:54:41 +00:00
$tabRet = array(
2015-07-03 13:28:52 +00:00
'id' => $etab['id'],
'Siret' => $etab['siret'],
'SiretSiege' => $siretSiege,
'AncienSiege' => $ancienSiege,
'AncienSiegeDateFin'=> $dateFinSiege,
'Siege' => $etab['siege'],
'Tribunal'=> strtr($etab['triCode'],array('préfec'=>'','sous-p'=>'','Déclar'=>'')),
'Nom' => $nom, //EIRL
'Nom2' => $nom2,
'Sigle' => $etab['sigle'],
'Enseigne' => $etab['enseigne'], //EIRL
'Adresse' => trim(preg_replace('/ +/', ' ', trim( $etab['adr_num'] .' '. $etab['adr_btq'] .' '.$etab['adr_typeVoie'] .' '. $etab['adr_libVoie']))),
'Adresse2' => trim(preg_replace('/ +/', ' ', $etab['adr_comp'])),
'AdresseNum' => $etab['adr_num'],
'AdresseBtq' => $etab['adr_btq'],
'AdresseVoie' => $etab['adr_typeVoie'],
'AdresseRue' => $etab['adr_libVoie'],
'AdresseDistSP' => $tabInsee['ADR_DISTSP'],
'CP' => $etab['adr_cp'],
'Ville' => $etab['adr_ville'],
'Pays' => $tabInsee['PAYS'],
'PaysIso2' => $codePaysIso2,
'Civilite' => $tabInsee['CIVILITE'],
'NbEtab' => $nbEtab,
'Tel' => $tel,
'Fax' => $fax,
'Web' => $tab['web'],
'Mail' => $tab['mail'],
'GeoLat' => $tab['latitude'],
'GeoLon' => $tab['longitude'],
'GeoAlt' => $tab['altitude'],
'GeoPrecis'=> $tab['precis'],
'TvaNumero' => $vatNumber,
'TvaAttribue' => $vatDefined,
'FJ' => $tabInsee['CJ'],
'FJ_lib' => $this->getLibelleFJ($tabInsee['CJ']),
'RECME' => $tabInsee['RECME'],
'Siren' => $etab['siren'],
'Nic' => $etab['nic'],
'Actif' => $tabInsee['ACTIF'], // Etablissement juridiquement ACTIF
'ActifEco' => $tabInsee['actifEco'], // Etablissement économiquement ACTIF
'ActifEcoDate' => $tabInsee['actifEcoDate'], // Etablissement économiquement Inactif depuis
'ActifEcoType' => $tabInsee['actifEcoType'], // Type d'inactivité éco ECOF, NPAI, PFER ou vide
'NafEtab' => $tabInsee['APE_ETAB'],
'NafEnt' => $tabInsee['APE_ENT'],
'NaceEtab' => $this->getCodeNace($tabInsee['APE_ETAB']),
'NaceEnt' => $this->getCodeNace($tabInsee['APE_ENT']),
'NafEntLib' => $this->getLibelleNaf($tabInsee['APE_ENT']),
'NafEtabLib' => $this->getLibelleNaf($tabInsee['APE_ETAB']),
'AutreId' => $etab['autre_id'],
'Source' => $etab['source'],
'SourceId' => $etab['source_id'],
'Isin' => $tab['isin'],
'Capital' => $etab['capital'],//IKI
'CapitalDev' => $etab['capitalDev'],
'CapitalSrc' => $etab['capitalSrc'],
'DateCreaEt' => $tabInsee['DCRET'],
'DateCreaEn' => $tabInsee['DCREN'],
'SituationJuridique' => '',
'EffEnTr' => $tabInsee['TEFF_ENT'],
'EffEnTrLib' => self::$tabEffectif[intval($tabInsee['TEFF_ENT'])],
'EffEtTr' => $tabInsee['TEFF_ET'],
2015-07-03 13:28:52 +00:00
'EffEtTrLib' => self::$tabEffectif[intval($tabInsee['TEFF_ET'])],
'EffectifEtab' => $tabInsee['EFF_ET'],
'Effectif' => $tabInsee['EFF_ENT'],
'Dept' => $tabInsee['ADR_DEP'],
'codeCommune' => $tabInsee['ADR_COM'],
'TrancheCA' => $tabInsee['TCA'],
'TrancheCALib' => self::$tabTCA[$tabInsee['TCA']],
'TrancheCAexp' => $tabInsee['TCAEXP'],
'TrancheCAexpLib' => self::$tabTCAexp[$tabInsee['TCAEXP']],
'TrancheCAType' => 'I',
'AnneeEffEn' => $tabInsee['DEFEN'],
'AnneeEffEt' => $tabInsee['DEFET'],
'AnneeTCA' => $tabInsee['TCA_AN'],
'dir1Titre' => self::$tabFct[$tabInsee['DIR_FCT']],
'dir1NomPrenom' => preg_replace('/^EIRL\s/','',$tabInsee['DIR_IDEN']),
'dir1Genre' => $dir1Genre,
'Rivoli' => trim(substr($tabInsee['CODEVOIE'],0,4).' '.substr($tabInsee['CODEVOIE'],-1)),
'Hexavia' => $tabInsee['hexavia'],
'InfosIris' => $tabIris,
'NatureActivite' => $tabInsee['ACTIVNAT'], // Nature de l'activité
'OrigineCreation' => $tabInsee['ORIGINE'], // Origine de la création
'Auxiliaire' => $tabInsee['AUXILT'], // 1=Auxiliaire / 0=Non auxiliaire
'Saisonnalite' => $tabInsee['SAISONAT'], // P=Activité permanente / S=Activité saisonnière
'ACTISURF' => $tabInsee['ACTISURF'],
'EXPLEN' => $tabInsee['EXPLEN'],
'EXPLET' => $tabInsee['EXPLET'],
'LIEUACT' => $tabInsee['LIEUACT'],
'MODEN' => $tabInsee['MODEN'],
'MONOACT' => $tabInsee['MONOACT'],
'MONOREG' => $tabInsee['MONOREG'],
'REGIMP' => $tabInsee['REGIMP'],
'PRODPART' => $tabInsee['PRODPART'],
'GeoInfos' => $repAmabis,
'NonDiffusible' => $moisNonDiff,
'TypeExploitation' => $typeExploitation,
'DateMajINSEE' => str_replace('--','',$classWDate->dateT('Ymd','Y-m-d',$tabInsee['DATE_MAJ'])),
'APRM' => $tabInsee['APRM'],
'APRM_Lib' => $this->getLibelleNafa($tabInsee['APRM']),
'AutreSiret' => $tabAssoc,
'L1_NOMEN' => $tabInsee['insL1_NOMEN'], // Nom ou raison sociale de l'entreprise pour l'adressage
'L2_COMP' => $tabInsee['insL2_COMP'], // Complément de nom de l'entreprise pour l'adressage
'L3_CADR' => $tabInsee['insL3_CADR'], // Complément d'adresse pour l.adressage
'L4_VOIE' => $tabInsee['insL4_VOIE'], // Numéro et libellé dans la voie
'L5_DISP' => $tabInsee['insL5_DISP'], // Distribution spéciale
'L6_POST' => $tabInsee['insL6_POST'], // Ligne d'acheminement postal pour l'adressage
'L7_ETRG' => $tabInsee['insL7_ETRG'], // Libellé du pays pour les adresses à l'étranger
'IND_PUBLIPO' => $tabInsee['insIND_PUBLIPO'], // Indicateur du champ de publipostage
'dateMajRNVP' => $tabInsee['dateMajRNVP'],
'RNVP_Niveau' => 0,
'RPET' => $tabInsee['RPET'], //
'ARRONET' => $tabInsee['ARRONET'], //
'CTONET' => $tabInsee['CTONET'], //
'DU' => $tabInsee['DU'], //
'TU' => $tabInsee['TU'], //
'UU' => $tabInsee['UU'], //
'TCD' => $tabInsee['TCD'], //
'ZEMET' => $tabInsee['ZEMET'], //
'ESAANN' => $tabInsee['ESAANN'], //
'ESAAPEN' => $tabInsee['ESAAPEN'], //
'DREACTET' => $tabInsee['DREACTET'], //
'AMINTRET' => $tabInsee['AMINTRET'], //
'DREACTEN' => $tabInsee['DREACTEN'], //
'AMINTREN' => $tabInsee['AMINTREN'], //
'CATEGORIE' => $tabInsee['insCATEGORIE'], // Catégorie d'entreprise
'NOMEN_LONG' => $tabInsee['NOMEN_LONG'], // Nom ou raison sociale de l'entreprise
'PRODET' => $tabInsee['PRODET'],
'PRODEN' => $tabInsee['PRODEN'],
'NATETAB' => $tabInsee['NATETAB'],
'CEDEX' => $tabInsee['CEDEX'],
'EPCI' => $tabInsee['EPCI'],
2014-03-14 15:54:41 +00:00
);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// Estimation du Chiffre d'affaires
$cj1 = substr($tabInsee['CJ'],0,1)*1;
2013-11-05 11:18:30 +00:00
if ($tabRet['TrancheCA']*1==0 && $tabRet['AnneeTCA']*1==0 && $tabInsee['ACTIF']==1 && $tabInsee['CJ']<>1800 && $tabInsee['CJ']<>1900 && $cj1<>7 && $cj1<>8 && $cj1<>9) {
2015-07-03 13:28:52 +00:00
$caEstime = $this->getCAnafEffectif($tabInsee['APE_ENT'], $tabInsee['EFF_ENT']);
$tabRet['TrancheCA'] = $this->getTca($caEstime);
$tabRet['TrancheCALib'] = self::$tabTCA[$tabRet['TrancheCA']];
2013-11-05 11:18:30 +00:00
if ($tabRet['TrancheCA']*1>0) {
2015-07-03 13:28:52 +00:00
$tabRet['TrancheCAType'] = 'E';
$tabRet['AnneeTCA'] = date('Y')-2;
2013-11-05 11:18:30 +00:00
}
}
2015-07-03 13:28:52 +00:00
// Si tourisme, recherche du classement
if (intval($siren) > 0) {
$tabNafTourisme = array(
'5510Z', // Hôtels et hébergement similaire
'5520Z', // Hébergement touristique et autre hébergement de co
'5530Z', // Terrains de camping et parcs pour caravanes ou véh
'702A', // Location de logements
'6820A', // Location de logements
'6820B', // Location de terrains et d'autres biens immobiliers
'551A', // Hôtels touristiques avec restaurant
'5610A', // Restauration traditionnelle
'741J', // Administration d'entreprises
'7010Z', // Activités des sièges sociaux
'552C', // Exploitation de terrains de camping
'702C', // Location d'autres biens immobiliers
'551C', // Hôtels touristiques sans restaurant
'553A', // Restauration de type traditionnel
);
if (in_array($tabInsee['APE_ENT'], $tabNafTourisme) || in_array($tabInsee['APE_ETAB'], $tabNafTourisme) ) {
$ret = $this->iDb->select('jo.tourisme', 'id, nom, adresse, adrCp, adrVille, nbEtoiles, typeClasse, categorie, dateClasse, tel, fax, mail, web, typeChambres, capacite', "siren=$siren AND nic=$nic", false, MYSQL_ASSOC);
if (isset($ret[0])) {
$tabRet['NafEtabLib'].=' ('.$ret[0]['nbEtoiles'].' étoiles le '.
$classWDate->dateT('Y-m-d','d/m/Y',$ret[0]['dateClasse']).')';
if ($tabRet['Tel']=='') $tabRet['Tel']=$ret[0]['tel'];
if ($tabRet['Fax']=='') $tabRet['Fax']=$ret[0]['fax'];
if ($tabRet['Web']=='') $tabRet['Web']=$ret[0]['web'];
if ($tabRet['Mail']=='') $tabRet['Mail']=$ret[0]['mail'];
}
}
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// Nombre d'actions du capital si disponible
if ($etab['capital'] > 0) {
$insee=$this->iDb->select('sdv1.capitalActions',
2013-11-05 11:18:30 +00:00
'capital, deviseCapital, nbActions, actionNominale, dateInfo',
"siren=$siren AND capital>0 ORDER BY dateInfo DESC LIMIT 0,1",false,MYSQL_ASSOC);
$tabRet['CapitalNbActions']=0;
$tabRet['CapitalMtActions']=0;
if (count($insee)>0) {
if ($etab['capital']==$insee[0]['capital']) {
$tabRet['CapitalNbActions']=$insee[0]['nbActions'];
$tabRet['CapitalMtActions']=$insee[0]['actionNominale'];
}
}
}
$timer['nbActionsCapital']=microtime(true);
2015-07-03 13:28:52 +00:00
// Numéro de TVA non défini
2013-11-05 11:18:30 +00:00
if (!$vatDefined) {
// Dom Tom ou étranger
2015-07-03 13:28:52 +00:00
if ($tabRet['Dept'] > 96) {
$tabRet['TvaFacultatif'] = 2;
}
2013-11-05 11:18:30 +00:00
// Micro-entreprise
2015-07-03 13:28:52 +00:00
if ($tabRet['FJ']*1 < 2000 && $tabRet['Effectif'] == 0 && $tabRet['TrancheCA'] == 0) {
$tabRet['TvaFacultatif'] = 1;
}
2013-11-05 11:18:30 +00:00
// Erreur lors de la récupération du numéro de TVA
2015-07-03 13:28:52 +00:00
if ($vatDefined === null) {
$tabRet['TvaFacultatif'] = 99;
}
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// Date de début d'activité de l'entreprise si absente INSEE
if (intval($siren) > 100 && $tabRet['DateCreaEn'] == 0) {
$insee = $this->iDb->select('insee.identite', 'DCREN', "SIREN=$siren AND DCREN>0 ORDER BY DCREN ASC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($insee)>0) {
2013-11-05 11:18:30 +00:00
$tabRet['DateCreaEn']=$insee[0]['DCREN'];
2015-07-03 13:28:52 +00:00
} else {
2013-11-05 11:18:30 +00:00
$tmp=$this->getAvisInsee($siren);
$dateCreaEn=$classWDate->dateT('Y-m-d','Ymd',$tmp['dateEtatEn']);
if (preg_match("/Prise d'activité/u", $tmp['etatEn']) &&
2013-11-05 11:18:30 +00:00
$dateCreaEn>19000101) {
$this->iDb->update('insee.identite', array(
2014-03-14 15:54:41 +00:00
'DCREN'=>$dateCreaEn),
"SIREN=$siren AND NIC=".$etab['nic']
);
2013-11-05 11:18:30 +00:00
}
}
}
$timer['dateDebutActivite']=microtime(true);
2015-07-03 13:28:52 +00:00
// Adresse de domiciliation
$tabDom = $this->infoAdresseDom($tabRet['AdresseNum'], $tabRet['AdresseBtq'], $tabRet['AdresseVoie'],
$tabRet['AdresseRue'], $tabRet['Adresse2'], $tabRet['CP'], $tabRet['Ville']);
2014-06-02 08:41:24 +00:00
if (is_array($tabDom) && count($tabDom)>0) {
foreach($tabDom as $i=>$dom) {
$tabRet['AdresseDom']=1;
$tabRet['AdresseDomNb']=$dom['nbEntrep'];
$domiciliataire='';
if (preg_match('/^CHEZ (.*)$/i',$tabRet['Adresse2'], $matches)
&& !preg_match('/ M | M. | MR | MME | MLLE /i',$tabRet['Adresse2'])) {
$domiciliataire=$matches[1];
$tabRet['AdresseDom']=2;
}
2015-07-03 13:28:52 +00:00
$tabRet['AdresseDomEnt'][] = array( 'siren'=>$dom['siren'], 'nom'=>prepareString($dom['nom']) );
2014-06-02 08:41:24 +00:00
}
2013-11-05 11:18:30 +00:00
}
$timer['adresseDom']=microtime(true);
2015-07-03 13:28:52 +00:00
// --- Siren en doublon
2013-11-05 11:18:30 +00:00
if ($tab['sirenDoublon']>0) $tabRet['AutreSiren'] = array(
'listeSiren' => array(
'siren'=>$tab['sirenDoublon'],
'type' =>'doublon'
)
);
2015-07-03 13:28:52 +00:00
// --- Situation Juridique
if (intval($siren) > 100) {
$tabProcol = $this->getAnnoncesLegales($siren, 0, 'P', false);
if ( count($tabProcol) > 0 ) {
$tabDates = array();
foreach ($tabProcol as $iProcol => $procol) {
2015-07-03 13:28:52 +00:00
$tabDates[] = $procol['dateJugement'];
}
rsort($tabDates);
$dateProcol = str_replace('-','',$tabDates[0])*1;
2013-11-05 11:18:30 +00:00
if ($this->dureePlan>0 && date('Ymd')<$this->finPlan) {
2015-07-03 13:28:52 +00:00
$tabRet['SituationJuridique'] = 'PL';
2013-11-05 11:18:30 +00:00
}
// Plan révolu
elseif ($this->dureePlan>0 && date('Ymd')>=$this->finPlan) {
2015-07-03 13:28:52 +00:00
$tabRet['SituationJuridique'] = '';
2013-11-05 11:18:30 +00:00
}
// Appel de jugement
elseif ($this->appelJugement) {
2015-07-03 13:28:52 +00:00
$tabRet['SituationJuridique'] = 'PA';
2013-11-05 11:18:30 +00:00
}
// En cours de procédure
else {
2015-07-03 13:28:52 +00:00
$tabRet['SituationJuridique'] = 'P';
2013-11-05 11:18:30 +00:00
}
2015-04-27 15:05:08 +00:00
$tabTmp = $this->iDb->select('jo.scores_cutoff', 'encours, scoreSolv, scoreDir, scoreConf, DATE(dateInsert)*1 AS dateInsert, DATE(dateUpdate)*1 AS dateUpdate', "siren=$siren", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if( count($tabTmp) > 0 ) {
2015-07-03 13:28:52 +00:00
if ($tabTmp[0]['scoreSolv'] > 0) {
2013-11-05 11:18:30 +00:00
//Tri des dates de procol
$tabDates = array();
foreach ($tabProcol as $iProcol=>$procol) {
2015-07-03 13:28:52 +00:00
$tabDates[] = $procol['dateJugement'];
2013-11-05 11:18:30 +00:00
}
rsort($tabDates);
$dateProcol = str_replace('-','',$tabDates[0])*1;
if($tabTmp[0]['dateUpdate']>$tabTmp[0]['dateInsert']) {
$dateMaj=str_replace('-','',$tabTmp[0]['dateUpdate']);
} else {
$dateMaj=str_replace('-','',$tabTmp[0]['dateInsert']);
}
if ($dateProcol<=$dateMaj) {
$tabRet['SituationJuridique']='';
}
}
}
2015-07-03 13:28:52 +00:00
} elseif (count($this->getAnnoncesLegales($siren, 0, 'A', false)) > 0) {
$tabRet['SituationJuridique'] = 'A';
} elseif (count($this->getAnnoncesLegales($siren, 0, 'D', false)) > 0) {
$tabRet['SituationJuridique'] = 'D';
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// Fin Situation Juridique
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// Date de dernière mise à jour
2013-11-05 11:18:30 +00:00
$tabAnn=$this->getAnnoncesLegales($siren, 0, '', false, false);
$tabDates=array();
2015-07-03 13:28:52 +00:00
foreach ($tabAnn as $iAnn=>$ann) {
2013-11-05 11:18:30 +00:00
$tabDates[]=$ann['dateInsertionSD'];
2015-07-03 13:28:52 +00:00
}
2013-11-05 11:18:30 +00:00
rsort($tabDates);
$tabRet['dateMajANN']=$classWDate->dateT('Y-m-d','Y-m-d',$tabDates[0]);
if ($tabRet['dateMajANN']=='--') $tabRet['dateMajANN']='';
$timer['getAnnoncesLegales']=microtime(true);
}
2015-07-03 13:28:52 +00:00
if ( ($tabInsee['CJ']>0 && $tabInsee['CJ']<20 || $tabInsee['CJ']>999 && $tabInsee['CJ']<2000) &&
$tabInsee['DIR_FCT']=='') {
$tabRet['dir1Titre'] = self::$tabFct['PP'];
}
2013-11-05 11:18:30 +00:00
if ($tabInsee['CIVILITE']>0 && $tabRet['dir1NomPrenom']=='') {
2014-10-06 18:36:51 +00:00
if ($tabInsee['CIVILITE']==1) { $tabRet['dir1NomPrenom']='M. '; $tabRet['dir1Genre']='M'; }
elseif ($tabInsee['CIVILITE']==2) { $tabRet['dir1NomPrenom']='Mme '; $tabRet['dir1Genre']='F'; }
2014-12-08 13:42:09 +00:00
elseif ($tabRet['dir1Genre']<>'M' && $tabRet['dir1Genre']<>'F') $tabRet['dir1Genre']='';
2015-09-16 15:45:44 +00:00
$tabRet['dir1NomPrenom'].=$tabInsee['NOM'];
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
if (intval($siren) > 0) {
if ($tabInsee['CIVILITE']>0 && ($tabRet['dir1Nom']=='' || $tabRet['dir1Prenom'])) {
$tmp = $this->iDb->select('insee.insee_even', 'dirNom, dirNomUsage, dirPrenom, insCIVILITE',
"insSIREN=$siren ORDER BY insDATEVE DESC LIMIT 0,1", false, MYSQL_ASSOC);
$tabRet['dir1Nom'] = strtoupper($tmp[0]['dirNom']);
$tabRet['dir1Prenom'] = ucwords(strtolower($tmp[0]['dirPrenom']));
$tabRet['dir1NomUsage'] = strtoupper($tmp[0]['dirNomUsage']);
if ($tmp[0]['insCIVILITE']==1) $tabRet['dir1Genre']='M';
elseif ($tmp[0]['insCIVILITE']==2) $tabRet['dir1Genre']='F';
elseif ($tabRet['dir1Genre']<>'M' && $tabRet['dir1Genre']<>'F') $tabRet['dir1Genre']='';
$entrep['sexe'] = $tabRet['dir1Genre'];
unset($tmp);
}
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
if (intval($siren) > 100 && $tabInsee['ACTIF'] == 0) {
2013-11-05 11:18:30 +00:00
if ($etab['nic']*1>0) $strNic='AND insNIC='.$etab['nic'];
else $strNic='';
$tmp=$this->iDb->select('insee.insee_even', 'insDATEVE', "insSIREN=$siren $strNic AND ( insEVE LIKE 'FF' OR insEVE LIKE 'TF' OR insEVE LIKE '0F' OR insEVE LIKE 'TD' OR insEVE LIKE '0D' OR insEVE LIKE '410' OR insEVE LIKE '420' OR insEVE LIKE '425' OR insEVE LIKE '400' OR insEVE LIKE '430' OR insEVE LIKE '435' OR insDESTINAT<>'') ORDER BY insDATEVE DESC LIMIT 0,1", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$tabRet['DateClotEt']=@$tmp[0]['insDATEVE'];
unset($tmp);
$timer['dateClotureInsee']=microtime(true);
}
2015-07-03 13:28:52 +00:00
if ($tabRet['TrancheCALib'] == '') $tabRet['TrancheCALib'] = 'N/C';
if ($tabRet['EffEnTrLib'] == '') $tabRet['EffEnTrLib'] = 'N/C';
$tabRet['CapitalLib'] = '';
if (intval($siren) > 100) {
$strEvenVtLg = " AND Rubrique<>'ventes' AND typeEven NOT LIKE '%2700%' AND typeEven NOT LIKE '%2701%' AND typeEven NOT LIKE '%2702%' AND typeEven NOT LIKE '%2703%' AND typeEven NOT LIKE '%2710%' AND typeEven NOT LIKE '%2720%' AND typeEven NOT LIKE '%2721%' AND typeEven NOT LIKE '%2725%' AND typeEven NOT LIKE '%2730%' AND typeEven NOT LIKE '%2740%' AND typeEven NOT LIKE '%2750%' AND typeEven NOT LIKE '%2800%' AND typeEven NOT LIKE '%2840%' AND typeEven NOT LIKE '%2850%' AND typeEven NOT LIKE '%2851%' AND typeEven NOT LIKE '%2860%' AND typeEven NOT LIKE '%2870%' AND typeEven NOT LIKE '%2875%' AND typeEven NOT LIKE '%2880%' AND typeEven NOT LIKE '%2881%' AND typeEven NOT LIKE '%2885%' AND typeEven NOT LIKE '%2890%' AND typeEven NOT LIKE '%2891%' AND typeEven NOT LIKE '%2892%' ";
if ($tabRet['CapitalSrc'] != 5) {
// Recherche du n° RC, de la Forme Juridique et du Capital au Bodacc
$bodacc = $this->iDb->select( 'jo.bodacc_detail', 'Capital, CapitalDev',
"siren=$siren AND capital<>0 $strEvenVtLg ORDER BY Bodacc_Date_Parution DESC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($bodacc) > 0) {
$annCap = $bodacc[0];
if ($tabRet['Capital']==0 || $tabRet['CapitalDev']=='' || $tabRet['Capital']<>$annCap['Capital']*1) {
if ($tabInsee['CJ']>1999 && $tabInsee['CJ']<7000) {
$tabRet['Capital']=$annCap['Capital']*1;
$tabRet['CapitalDev']=$annCap['CapitalDev'];
$tabRet['CapitalSrc']=10;
}
}
2013-11-05 11:18:30 +00:00
}
if ($tabRet['Capital']==0 || $tabRet['CapitalDev']=='') {
2015-07-03 13:28:52 +00:00
$bodaccHisto = $this->iDb->select(
'historiques.entrep e, historiques.texte x',
'e.ANBASE, e.NOBOD, e.CODTRI, e.JAL, e.DATE, e.CODEVE, e.SSCODE, e.DEPT, e.NOANN, e.ROLE, e.SIREN, e.E1GSIR, e.E1GNIC, x.annonceNum, x.annonceTxt',
"e.E1GSIR=$siren AND e.ANBASE=x.annonceNum AND e.DATE BETWEEN 19890101 AND 20041231 AND x.annonceTxt LIKE '%capital%' GROUP BY e.ANBASE ORDER BY e.DATE DESC", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if (count($bodaccHisto)>0) {
foreach ($bodaccHisto as $ann) {
if ($ann['DATE']<19960101 && $ann['E1GSIR']<>$ann['SIREN']) continue;
2015-07-03 13:28:52 +00:00
$tabCodeTri = $ann['CODTRI'];
2013-11-05 11:18:30 +00:00
if ( ($ann['CODEVE']>=10 && $ann['CODEVE']<20) ||
($ann['CODEVE']>=30 && $ann['CODEVE']<42) ||
($ann['CODEVE']>=51 && $ann['CODEVE']<80) ) {
2015-07-03 13:28:52 +00:00
if (preg_match('/Capital(?:.|)\:(.*)(eur.|f|livre)/Uis', $ann['annonceTxt'], $matches) && $tabInsee['CJ']>1999 && $tabInsee['CJ']<7000)
$tabRet['Capital']=trim(strtr($matches[1],array(' '=>'', ',00 '=>'', '.00 '=>'')))*1;
2013-11-05 11:18:30 +00:00
if (substr(strtoupper($matches[2]),0,3)=='EUR')
$tabRet['CapitalDev']='EUR';
elseif (substr(strtoupper($matches[2]),0,3)=='LIV')
$tabRet['CapitalDev']='GBP';
else
$tabRet['CapitalDev']='FRF';
break;
}
}
}
}
2015-07-03 13:28:52 +00:00
}
2013-11-05 11:18:30 +00:00
if ($tabRet['CapitalDev']<>'' && $tabRet['CapitalDev']<>'EUR') {
2015-07-03 13:28:52 +00:00
$dev = $tabRet['CapitalDev'];
$deviseResult = $this->iDb->select('sdv1.devise_liste l, sdv1.devise_cours c', 'c.devise, c.valeur, c.date, l.devNom, l.devNomPays, l.devPaysIso',
"c.devise='$dev' and l.devIso='$dev' ORDER BY c.date DESC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($deviseResult) > 0) {
$dev = $deviseResult[0];
$devise = $tabRet['Capital'] * $dev['valeur'] * 1;
$tabRet['CapitalLib']=''.$dev['devNom'].' soit '.number_format(round($devise),null,null,' ').' EUR';
}
2013-11-05 11:18:30 +00:00
}
$timer['capital']=microtime(true);
2015-07-03 13:28:52 +00:00
// Recherche du code Tribunal du siège
if ($tabRet['CapitalSrc']<>5) {
$bodacc=$this->iDb->select('jo.bodacc_detail', 'RC, FJ, Tribunal_Code',
"siren=$siren AND RC<>'' $strEvenVtLg ORDER BY Bodacc_Date_Parution DESC LIMIT 0,1", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if ($tabRet['AutreId']=='') $tabRet['AutreId']=@$bodacc[0]['RC'];
if ($tabRet['Tribunal']=='') $tabRet['Tribunal']=@$bodacc[0]['Tribunal_Code'];
2015-07-03 13:28:52 +00:00
}
2013-11-05 11:18:30 +00:00
if ($tabRet['FJ_lib']=='') {
2015-07-03 13:28:52 +00:00
$bodacc = $this->iDb->select('jo.bodacc_detail', 'FJ',
"siren=$siren AND FJ<>'' $strEvenVtLg ORDER BY Bodacc_Date_Parution DESC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($bodacc) > 0) {
$tabRet['FJ_lib'] = $bodacc[0]['FJ'];
}
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// Recherche de l'activité réelle
$bodacc = $this->iDb->select('jo.bodacc_detail', 'Activite',
"siren=$siren AND Activite<>'' AND Activite NOT LIKE 'non precis%' $strEvenVtLg ORDER BY Bodacc_Date_Parution DESC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($bodacc) > 0) {
$annCap = $bodacc[0];
if ($tabInsee['CJ']<7000 || $tabInsee['CJ']>7999) {
$tabRet['Activite']=trim($annCap['Activite']);
}
}
if ($tabRet['Activite']=='' && trim($tab['activite'])<>'') {
2013-11-05 11:18:30 +00:00
$tabRet['Activite']=trim($tab['activite']);
2015-07-03 13:28:52 +00:00
} elseif ($tabRet['Activite']=='' &&
($tabInsee['CJ']>90 && $tabInsee['CJ']<94 || $tabInsee['CJ']>9000 && $tabInsee['CJ']<9400) ) {
$siretMin=(''.$siren.'00000')*1;
$siretMax=(''.$siren.'99999')*1;
$bodacc = $this->iDb->select('jo.asso', 'Assoc_Web, Assoc_Mail, Assoc_Objet, Assoc_NObjet, Assoc_Nom, typeAsso, Waldec',
"siren=$siren AND dateSuppr=0 AND (Assoc_Objet<>'' OR Assoc_NObjet<>'') ORDER BY Date_Parution DESC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($bodacc) > 0) {
$annCap = $bodacc[0];
$tabRet['Activite'] = trim($annCap['Assoc_NObjet']);
if (trim($tabRet['AutreId'])=='') {
$tabRet['AutreId'] = trim($annCap['Waldec']);
}
$tabRet['nomLong'] = trim($annCap['Assoc_Nom']);
if ($tabRet['Activite']=='') $tabRet['Activite'] = trim($annCap['Assoc_Objet']);
if ($tabRet['Web']=='') $tabRet['Web'] = trim($annCap['Assoc_Web']);
if ($tabRet['Mail']=='') $tabRet['Mail'] = trim($annCap['Assoc_Mail']);
if ($annCap['typeAsso'] == 'ASL' && $tabRet['FJ'] != 9150) {
$tabRet['FJ2'] = $tabRet['FJ'];
$tabRet['FJ2_Lib'] = $tabRet['FJ_lib'];
$tabRet['FJ'] = 9150;
$tabRet['FJ_lib'] = $this->getLibelleFJ(9150);
} elseif ($annCap['typeAsso'] == 'FOD') {
$tabRet['FJ_lib'].= ' (Fonds de dotation)';
}
}
if (trim($tabRet['AutreId'])=='') {
$tabRet['AutreId'] = trim($waldec);
}
}
elseif ($tabRet['Activite']=='' && ($tabInsee['CJ']<7000 || $tabInsee['CJ']>7999)) {
$bodaccHisto = $this->iDb->select('historiques.entrep e, historiques.texte x',
'e.ANBASE, e.NOBOD, e.CODTRI, e.JAL, e.DATE, e.CODEVE, e.SSCODE, e.DEPT, e.NOANN, e.ROLE, e.SIREN, e.E1GSIR, e.E1GNIC, x.annonceNum, x.annonceTxt',
"e.E1GSIR=$siren AND e.ANBASE=x.annonceNum AND e.DATE BETWEEN 19890101 AND 20041231 AND x.annonceTxt LIKE '%ctivit%' GROUP BY e.ANBASE ORDER BY e.DATE DESC", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if (count($bodaccHisto)>0) {
2015-07-03 13:28:52 +00:00
foreach ($bodaccHisto as $idx => $ann) {
2013-11-05 11:18:30 +00:00
if ($ann['DATE']<19960101 && $ann['E1GSIR']<>$ann['SIREN']) continue;
2015-07-03 13:28:52 +00:00
if ($tabCodeTri<>'' && $tabCodeTri<>@$ann['CODTRI']) $tabCodeTri = $ann['CODTRI'];
if ( ($ann['CODEVE']<20) || ($ann['CODEVE']>=30 && $ann['CODEVE']<42) ||
2013-11-05 11:18:30 +00:00
($ann['CODEVE']>=51 && $ann['CODEVE']<80) ) {
2015-07-03 13:28:52 +00:00
if (preg_match('/(.*)Activit(?:e|é)(?:.|)\:(.*)(?:Adresse(?:.*|)|Commentaires?|Administration|Etablissement principal|Date d\'effet|Date.de.d.but d.activit.|Capital|Nom commercial)(?:.|)\:/Uisu', $ann['annonceTxt'], $matches))
2013-11-05 11:18:30 +00:00
if (strpos(substr($matches[1],-20),'cess') === false &&
2015-07-03 13:28:52 +00:00
strpos(substr($matches[1],-20),'date') === false) {
$tabRet['Activite']=$matches[2];
break;
2013-11-05 11:18:30 +00:00
}
}
}
}
}
$timer['activiteReelle']=microtime(true);
2015-07-03 13:28:52 +00:00
$bodacc = $this->iDb->select('jo.rncs_dirigeants',
"nom, prenom, naissance_nom, civilite, fonction_code as code, fonction_lib as libelle, naissance_date AS dateNaiss, naissance_lieu AS lieuNaiss, dirRS as rs, '' as dateEffet",
"siren=$siren AND actif%10=1 AND fonction_lib NOT LIKE '%Administrateur%' ORDER BY actif DESC, fonction_lib DESC", false, MYSQL_ASSOC);
if (count($bodacc) == 0) {
$bodacc = $this->iDb->select('jo.rncs_dirigeants',
"nom, prenom, naissance_nom, civilite, fonction_code as code, fonction_lib as libelle, naissance_date AS dateNaiss, naissance_lieu AS lieuNaiss, dirRS as rs, '' as dateEffet",
"siren=$siren AND actif%10=0 AND fonction_lib NOT LIKE '%Administrateur%' ORDER BY actif DESC, fonction_lib DESC", false, MYSQL_ASSOC);
}
if (count($bodacc) > 0) {
$k = 1;
2013-11-05 11:18:30 +00:00
foreach ($bodacc as $ann) {
2015-07-03 13:28:52 +00:00
if ($tabInsee['CJ']>=7000 && $tabInsee['CJ']<=7999 && !in_array($ann['libelle'],
array('Maire', 'Président', 'Directeur général'))) {
continue;
}
$tabRet['dir'.$k.'Code'] = $ann['code'];
$tabRet['dir'.$k.'Titre'] = $ann['libelle'];
$nomNaiss='';
if (trim($ann['naissance_nom']) != '') {
if ($ann['civilite'] == 'MME' || $ann['civilite'] == 'MLLE') {
2013-11-05 11:18:30 +00:00
$nomNaiss=' née '.trim($ann['naissance_nom']);
2015-07-03 13:28:52 +00:00
$tabRet['dir'.$k.'Genre'] = 'F';
} elseif ($ann['civilite'] == 'M') {
2013-11-05 11:18:30 +00:00
$nomNaiss=' né '.trim($ann['naissance_nom']);
2015-07-03 13:28:52 +00:00
$tabRet['dir'.$k.'Genre'] = 'M';
} else {
2013-11-05 11:18:30 +00:00
$nomNaiss=' né(e) '.trim($ann['naissance_nom']);
2015-07-03 13:28:52 +00:00
}
}
if (trim($ann['rs']) != '') {
$tabRet['dir'.$k.'NomPrenom'] = $ann['rs'];
if (trim($ann['nom'])!='' || trim($ann['prenom'])!='')
2013-11-05 11:18:30 +00:00
$tabRet['dir'.$k.'NomPrenom'].=' repr. par '.$ann['nom'].' '.$ann['prenom'];
} else {
$tabRet['dir'.$k.'NomPrenom']=$ann['nom'].' '.$ann['prenom'].$nomNaiss;
$tabRet['dir'.$k.'Nom']=$ann['nom'];
$tabRet['dir'.$k.'Prenom']=$ann['prenom'];
2014-10-06 18:36:51 +00:00
if ($ann['civilite']=='M')
2014-12-08 13:42:09 +00:00
$tabRet['dir'.$k.'Genre']='M';
2014-10-06 18:36:51 +00:00
elseif ($ann['civilite']=='MME' || $ann['civilite']=='MLLE')
2014-12-08 13:42:09 +00:00
$tabRet['dir'.$k.'Genre']='F';
2013-11-05 11:18:30 +00:00
}
$tabRet['dir'.$k.'DateFct']=$ann['dateEffet'];
$tabRet['dir'.$k.'DateNaiss']=$ann['dateNaiss'];
$tabRet['dir'.$k.'LieuNaiss']=$ann['lieuNaiss'];
2014-10-06 18:36:51 +00:00
$tabRet['dir'.$k.'Genre']='';
2013-11-05 11:18:30 +00:00
if ($k==2) break;
$k++;
}
}
else {
2015-07-03 13:28:52 +00:00
$bodacc = $this->iDb->select('jo.bodacc_dirigeants d, jo.bodacc_detail b, jo.bodacc_fonctions f',
'd.num, d.dateEffet, d.Rubrique, d.fonction, d.rs, d.nom, d.prenom, d.nomUsage, d.depart, d.dateInsert, f.libelle',
"b.SIREN=$siren AND b.id=d.id AND b.typeEven NOT BETWEEN 5000 AND 5700 AND b.typeEven NOT BETWEEN 2700 AND 2900 AND d.fonction=f.codeFct AND d.depart<>1 AND f.triCode IN ('ASS','COG','DID','DIR','GER','PCS','PDG','PRD','PRE','PRT','VIC') GROUP BY d.fonction, d.rs, d.nom, d.prenom ORDER BY d.dateEffet DESC", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if (count($bodacc)>0) {
2015-07-03 13:28:52 +00:00
$annCap = $bodacc[0];
2013-11-05 11:18:30 +00:00
$k=1;
foreach ($bodacc as $ann) {
$tabRet['dir'.$k.'Code']=$ann['fonction'];
$tabRet['dir'.$k.'Titre']=$ann['libelle'];
$tabRet['dir'.$k.'NomPrenom']=$ann['rs'].' '.$ann['nom'].' '.$ann['prenom'];
$tabRet['dir'.$k.'Nom']=$ann['nom'];
$tabRet['dir'.$k.'Prenom']=$ann['prenom'];
$tabRet['dir'.$k.'DateFct']=$ann['dateEffet'];
2014-12-08 13:42:09 +00:00
$tabRet['dir'.$k.'Genre']='';
2013-11-05 11:18:30 +00:00
if ($k==2) break;
$k++;
}
}
}
$timer['dirigeants']=microtime(true);
2015-07-03 13:28:52 +00:00
// Recherche du site Web ou Email dans le JO ASSO
2013-11-05 11:18:30 +00:00
if ( ($tabRet['Web']=='' || $tabRet['Mail']=='') &&
($tabInsee['CJ']>90 && $tabInsee['CJ']<94 ||
$tabInsee['CJ']>9000 && $tabInsee['CJ']<9400) ) {
2015-07-03 13:28:52 +00:00
$siretMin = (''.$siren.'00000')*1;
$siretMax = (''.$siren.'99999')*1;
$bodacc = $this->iDb->select('jo.asso', 'Assoc_Web, Assoc_Mail',
"siren=$siren AND dateSuppr=0 AND (Assoc_Web<>'' OR Assoc_Mail<>'') ORDER BY Date_Parution DESC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($bodacc) > 0) {
$annCap = $bodacc[0];
if ($tabRet['Web']=='') $tabRet['Web']=trim($annCap['Assoc_Web']);
if ($tabRet['Mail']=='') $tabRet['Mail']=trim($annCap['Assoc_Mail']);
}
2013-11-05 11:18:30 +00:00
}
} else {
if ($etab['source']==3) {
2015-07-03 13:28:52 +00:00
$id = $etab['source_id'];
$bodacc = $this->iDb->select('jo.asso', 'Activite, Sous_Prefecture, Assoc_Web, Assoc_Mail, Assoc_Objet, Assoc_Fusion, Assoc_Date_Declaration2',
"id=$id AND dateSuppr=0", false, MYSQL_ASSOC);
if (count($bodacc) > 0) {
$annCap = $bodacc[0];
$tabRet['Activite'] = $annCap['Assoc_Objet'];
$tabRet['Web'] = $annCap['Assoc_Web'];
$tabRet['Mail'] = $annCap['Assoc_Mail'];
$tabRet['VilleDecl'] = $annCap['Sous_Prefecture'];
if ($tabRet['Actif'] == 0) {
$tabRet['DateClotEt'] = $annCap['Assoc_Date_Declaration2'];
} else {
$tabRet['DateCreaEt'] = $annCap['Assoc_Date_Declaration2'];
$tabRet['DateCreaEn'] = $annCap['Assoc_Date_Declaration2'];
}
2013-11-05 11:18:30 +00:00
}
}
}
$timer['association']=microtime(true);
2015-07-03 13:28:52 +00:00
// On initialise les dernères variables en prov. d'Infogreffes
if ( count($etabG) > 0) {
2013-11-05 11:18:30 +00:00
$tabRet['DateClotEt'] = $etabG['DateRadiation'];
$tabRet['dateImmat'] = $etabG['DateCreation'];
if ($tabRet['dateImmat']*1==0)
$tabRet['dateImmat']= substr($etabG['NumRC2'],0,4).'0101';
$tabRet['DateCreaEt'] = $tabRet['DateCreaEn'] = substr($etabG['NumRC2'],0,4).'0100';
$tabRet['FJ'] = $etabG['FJ'];
if ($etabG['FJ']==1900) {
$tabRet['dir1Titre']='PP';
$tabNom=explode(' ', $etabG['Nom']);
$tabNom[0]=strtoupper($tabNom[0]);
for($i=1; isset($tabNom[$i]); $i++)
if ($tabNom[$i]=='EPOUSE')
$tabNom[$i]='epouse';
elseif ($tabNom[$i-1]<>'epouse')
$tabNom[$i]=ucwords(strtolower($tabNom[$i]));
$tabRet['dir1NomPrenom']=implode(' ', $tabNom);
}
2015-07-03 13:28:52 +00:00
$tabRet['FJ_lib'] = $etabG['FJLib'];
2013-11-05 11:18:30 +00:00
$tabRet['AutreId'] = $etabG['NumRC'];
$tabRet['NafEtab'] = $etabG['NafEtab'];
$tabRet['NafEnt'] = $etabG['NafEnt'];
$tabRet['NafEntLib'] = $etabG['NafEntLib'];
$tabRet['NafEtabLib'] = $etabG['NafEtabLib'];
$tabRet['SiretSiege'] = $etabG['Siret'];
$tabRet['DateMajRCS'] = $etab['dateMAJ'];
$tabRet['numGreffe'] = $etabG['NumGreffe'];
$tabRet['numRC'] = $etabG['NumRC2'];
$tabRet['Enseigne'] = $etabG['Enseigne'];
$iRncs=new MRncs($this->iDb);
2013-11-05 11:18:30 +00:00
$tabRet['Tribunal'] = $iRncs->getCodeBodaccTribunal($etabG['NumGreffe']);
}
2015-07-03 13:28:52 +00:00
if ($tabRet['Siege']==1 && $tabRet['Actif'] && $tabRet['Tribunal']=='') {
$tabRet['Tribunal'] = $tabCodeTri;
2014-12-08 13:42:09 +00:00
}
2015-07-03 13:28:52 +00:00
if ( intval($siren) > 0) {
$rep = $this->iDb->select('jo.rncs_entrep',
'siren, sirenValide, actif, numGreffe, triCode, triId, numRC, numRC2, raisonSociale, nom, prenom, nomUsage, sigle, dateNaiss, lieuNaiss, sexe, nationalite, pays, naf, cj, capitalMontant, capitalDevise, capitalDevIso, dateImma, dateRad, dateRad*1 AS dateRadNum, capitalType, capitalCent, provisoires, flux, DATE(dateUpdate) AS jourUpdate',
"siren=$siren", false, MYSQL_ASSOC);
if (count($rep) > 0) {
$entrep = $rep[0];
if (isset($entrep['numGreffe'])) { //ETRANGER//
$tabRet['numGreffe'] = $entrep['numGreffe'];
$tabRet['numRC'] = $entrep['numRC2'];
if (( preg_match('/[A-Z]/i',substr($tabRet['AutreId'],2,2)) && !preg_match('/[A-Z]/i',substr($tabRet['AutreId'],0,2)) ) || $tabRet['AutreId']=='')
$tabRet['AutreId'] = $etabG['NumRC2'];
$tabRet['Tribunal'] = $entrep['triCode'];
if (strtoupper(trim($entrep['raisonSociale']))<>strtoupper(trim($tabRet['Nom'])))
$tabRet['nomLong'] = strtoupper($entrep['raisonSociale']);
if (strtoupper(trim($entrep['sigle']))<>strtoupper(trim($tabRet['Sigle'])))
$tabRet['sigleLong']= strtoupper($entrep['sigle']);
$tabRet['dateImmat'] = $entrep['dateImma'];
$tabRet['dateRad'] = $entrep['dateRad'];
//if ($entrep['actif']==0 && $entrep['dateRadNum']==0) {}
$tabRet['Capital'] = $entrep['capitalMontant']+($entrep['capitalCent']/100);
$tabRet['CapitalDev'] = $entrep['capitalDevIso'];
$tabRet['CapitalType'] = trim(strtoupper(substr($entrep['capitalType'],0,1)));
// Par défaut, la Forme juridique qui fait foie est celle de l'INPI
$fjInpi=$entrep['cj']*1;
if ($tabRet['FJ']*1<>$fjInpi && $fjInpi>0) {
$tabRet['FJ2'] = $tabRet['FJ'];
$tabRet['FJ2_Lib'] = $tabRet['FJ_lib'];
$tabRet['FJ'] = $fjInpi;
$tabRet['FJ_lib'] = $this->getLibelleFJ($fjInpi);
} else {
$tabRet['FJ2'] = $tabRet['FJ'];
$tabRet['FJ2_Lib'] = $tabRet['FJ_lib'];
}
if ($fjInpi>=1000 && $fjInpi<2000) {
2015-09-16 15:45:44 +00:00
$tabRet['dir1Titre']='Personne physique';
2015-07-03 13:28:52 +00:00
$tabRet['dir1Code']='1050';
$tabRet['dir1NomPrenom']=strtoupper($entrep['nom']).' '.ucwords(strtolower($entrep['prenom']));
$tabRet['dir1Nom']=strtoupper($entrep['nom']);
$tabRet['dir1Prenom']=ucwords(strtolower($entrep['prenom']));
$tabRet['dir1NomUsage']=strtoupper($entrep['nomUsage']);
$tabRet['dir1DateNaiss']=$entrep['dateNaiss'];
$tabRet['dir1LieuNaiss']=$entrep['lieuNaiss'];
$tabRet['dir1Genre']=$entrep['sexe'];
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
if ($tabRet['DateMajRCS']=='') {
if ($entrep['jourUpdate']<>'0000-00-00')
$tabRet['DateMajRCS']=$entrep['jourUpdate'];
else
$tabRet['DateMajRCS']=$entrep['flux'];
}
if ($entrep['actif']==1 || $entrep['actif']==11)
$tabRet['EntActiveRCS']=1; // On signal que l'entreprise est active au RCS
else {
$tabRet['EntActiveRCS']=0; // On signal que l'entreprise est radié du RCS
if ($tabRet['SituationJuridique']=='')
$tabRet['SituationJuridique']='RR'; // On signal que l'entreprise est radié du RCS
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// Spécificité EIRL
if ($fjInpi==1000) {
$rep=$this->iDb->select('jo.rncs_eirl',
'denomination, activite',
"siren=$siren", false, MYSQL_ASSOC);
$entrep=$rep[0];
$tabRet['Activite']=$entrep['activite'];
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// Informations sur l'établissement au RNCS
$rep = $this->iDb->select('jo.rncs_etab',
'id, siege, actif, enseigne, nomCommercial, adrNumVoie, adrIndRep, adrLibVoie, adrTypeVoie, adrVoie, cp, commune, adrComp, adresse1, adresse2, adresse3, naf, dateFermeture, flux, dateInsert, DATE(dateUpdate) AS jourUpdate',
"siren=$siren AND nic=$nic", false, MYSQL_ASSOC);
$entrep = $rep[0];
if (isset($entrep['id'])) {
$tabRet['EtabActifRCS']=0;
if ($entrep['jourUpdate']<>'0000-00-00' &&
str_replace('-','',$entrep['jourUpdate'])*1>str_replace('-','',$tabRet['DateMajRCS']))
$tabRet['DateMajRCS']=$entrep['jourUpdate'];
if ($entrep['actif']*1==1) $tabRet['EtabActifRCS']=1; // On signal que l'établissement est actif au RCS
$tabRet['NomCommercial']=$entrep['nomCommercial'];
$tabRet['enseigneLong']=$entrep['enseigne'];
if ($codePaysIso2<>'FR' && $codePaysIso2<>'') {
$tabRet['Adresse'] = trim(preg_replace('/ +/', ' ', $entrep['adrNumVoie'] .' '.$entrep['adrIndRep'].' '.
$entrep['adrTypeVoie'].' '.$entrep['adrVoie']));
$tabRet['Adresse2'] = trim(preg_replace('/ +/', ' ', $entrep['adrComp']));
$tabRet['AdresseNum'] = $entrep['adrNumVoie'];
$tabRet['AdresseBtq'] = $entrep['adrIndRep'];
$tabRet['AdresseVoie'] = $entrep['adrTypeVoie'];
$tabRet['AdresseRue'] = $entrep['adrVoie'];
$tabRet['CP'] = $entrep['cp'];
$tabRet['Ville'] = $entrep['commune'];
}
}
$timer['infosRNCS']=microtime(true);
} elseif ($siren>1000) {
// Recherche au RM
$rep = $this->iDb->select('jo.artisanat',
'siren, actif, numRM, denomination, sigle, nomCommercial, enseigne, fj, effectif, aprm, debutActivite, activite, adresse, cp, ville, cessation, radiation, nom,prenom,nomUsage,dateNaiss,lieuNaiss,qualite,qualif,dateQualif,dateFctDeb,dateFctFin,DATE(dateUpdate) AS jourUpdate, DATE(dateInsert) AS dateInsert',
"siren=$siren", false, MYSQL_ASSOC);
if (count($rep) > 0) {
$entrep = $rep[0];
if (isset($entrep['numRM'])) {
$tabRet['AutreId'] = $entrep['numRM'];
if ($tabRet['Activite']=='') $tabRet['Activite']=$entrep['activite'];
if ($tabRet['APRM']=='') {
$tabRet['APRM']=$entrep['aprm'];
$tabRet['APRM_Lib']=$this->getLibelleNafa($entrep['aprm']);
}
if (strtoupper(trim($entrep['nom'].' '.$entrep['prenom'].' '.$entrep['nomUsage']))<>strtoupper(trim($tabRet['Nom'])))
$tabRet['nomLong'] = strtoupper(trim($entrep['nom'].' '.$entrep['prenom'].' '.$entrep['nomUsage']));
if (strtoupper(trim($entrep['sigle']))<>strtoupper(trim($tabRet['Sigle'])))
$tabRet['sigleLong']= strtoupper($entrep['sigle']);
$tabRet['dateImmat'] = $entrep['debutActivite'];
$tabRet['dateRad'] = $entrep['radiation'];
// Si on est au greffe, on est artisan commercant
if ($tabRet['numGreffe']*1>0)
$fjInpi=1100; // Artisan Commerçant
else
$fjInpi=1300; // Artisan
// Par défaut, la Forme juridique qui fait foie est celle de l'INPI
if ($tabRet['FJ']*1<>$fjInpi) {
$tabRet['FJ2'] = $tabRet['FJ'];
$tabRet['FJ2_Lib'] = $tabRet['FJ_lib'];
$tabRet['FJ'] = $fjInpi;
$tabRet['FJ_lib'] = $this->getLibelleFJ($fjInpi);
} else {
$tabRet['FJ2'] = $tabRet['FJ'];
$tabRet['FJ2_Lib'] = $tabRet['FJ_lib'];
}
$tabRet['dir1Titre']=ucwords(strtolower($entrep['qualite'].' '.$entrep['qualif']));
$tabRet['dir1NomPrenom']=strtoupper($entrep['nom']).' '.ucwords(strtolower($entrep['prenom']));
$tabRet['dir1Nom']=strtoupper($entrep['nom']);
$tabRet['dir1Prenom']=ucwords(strtolower($entrep['prenom']));
$tabRet['dir1DateNaiss']=$entrep['dateNaiss'];
$tabRet['dir1LieuNaiss']=$entrep['lieuNaiss'];
if ($tabRet['DateMajRCS']=='') {
if ($entrep['jourUpdate']<>'0000-00-00')
$tabRet['DateMajRCS']=$entrep['jourUpdate'];
else
$tabRet['DateMajRCS']=$entrep['dateInsert'];
}
if ($entrep['actif']==1 || $entrep['actif']==11)
$tabRet['EntActiveRCS']=1; // On signal que l'entreprise est active au RCS
else {
$tabRet['EntActiveRCS']=0; // On signal que l'entreprise est radié du RCS
if ($tabRet['SituationJuridique']=='')
$tabRet['SituationJuridique']='RR'; // On signal que l'entreprise est radié du RCS
}
$tabRet['NomCommercial']=$entrep['nomCommercial'];
$tabRet['enseigneLong']=$entrep['enseigne'];
}
}
}
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
if ($tabRet['dir1Genre']=='M' || $tabRet['dir1Genre']=='F') {
$tabRet['dir1Titre']='Personne physique';
$tabRet['dir1Code']='1050';
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
if ( $accesDist &&
// Département couvert par Infogreffe
!in_array($tabRet['Dept'], array(57, 67, 68, 97, 98, 99)) &&
// Forme Juridique présente au greffe
( $tabInsee['CJ']==1100 ||
$tabInsee['CJ']==1200 ||
$tabInsee['CJ']==1300 ||
$tabInsee['CJ']==1700 ||
($tabInsee['CJ']>=3100 && $tabInsee['CJ']<=3299) ||
($tabInsee['CJ']>=4100 && $tabInsee['CJ']<=4199) ||
($tabInsee['CJ']>=5100 && $tabInsee['CJ']<=5899) ||
($tabInsee['CJ']>=6100 && $tabInsee['CJ']<=6599) ||
$tabInsee['CJ']==9900 ||
preg_match('/EIRL/', $nom) || preg_match('/EIRL/', $nom2) ||
preg_match('/EIRL/', $tabRet['Sigle']) || preg_match('/EIRL/', $tabRet['Enseigne']) ||
preg_match('/EIRL/', $tabRet['Adresse']) || preg_match('/EIRL/', $tabRet['Adresse2'])
) &&
( $tabInsee['CJ']==1700 || // Agents commerciaux (uniquement au Greffes RSAC)
$tabRet['numRC']=='' || // Numéro de RCS absent = Anomalie (<à3%)
$tabRet['Tribunal']=='' || // Tribunal absent = anomalie
str_replace('-','',$tabRet['dateImmat'])*1==0 || // Pas de date d'immat = anomalie (<à9%)
($nbEtab*1==0 && str_replace('-','',$tabRet['dateRad'])*1==0) // Inactif sans date de RAD
)
) {
if ( $this->debugtime ) {
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;MGreffes Avant\n", FILE_APPEND);
$tdeb=microtime(1);
}
$iGeffes = new MGreffes($this->iDb);
$iRncs = new MRncs($this->iDb);
$etabG = $iGeffes->getIdentite($siren);
if($this->debugtime) {
$duree=round(microtime(1)-$tdeb,3);
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;MGreffes APRES ($duree s)\n", FILE_APPEND);
}
if ($etabG) {
if ($tabRet['numRC']=='') $tabRet['numRC'] = $etabG['NumRC2'];
if ($tabRet['Tribunal']=='') $tabRet['Tribunal'] = $iRncs->getCodeBodaccTribunal($etabG['NumGreffe']);
if (str_replace('-','',$tabRet['dateImmat'])*1==0) $tabRet['dateImmat']= $etabG['DateCreation'];
if (str_replace('-','',$tabRet['dateRad'])*1==0) {
$tabRet['dateRad'] = $etabG['DateRadiation'];
if (str_replace('-','',$tabRet['dateRad'])*1>0 && $tabRet['SituationJuridique']=='')
$tabRet['SituationJuridique']='RR';
}
if (preg_match('/[A-Z]/i',substr($tabRet['AutreId'],2,2)) || $tabRet['AutreId']=='')
$tabRet['AutreId'] = $etabG['NumRC2'];
}
$timer['infosInfogreffes']=microtime(true);
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// Si il n'y a aucun établissement actif et qu'on est radié au RCS : on part chercher la dernière annonce de Radiation au Bodacc
if (($nbEtab*1)==0 || (isset($entrep['numGreffe']) && $entrep['actif']==0 && $entrep['dateRadNum']==0)) {
$tabRad = $this->getAnnoncesLegales($siren, 0, 'R');
if (count($tabRad)>0) {
// Il y a au moins une annonce de radiation au Bodacc
if ($tabRet['SituationJuridique']=='')
$tabRet['SituationJuridique']='RP';
$dateEff=str_replace('-','', $tabRad[0]['dateEffet'])*1;
$dateJug=str_replace('-','', $tabRad[0]['dateJugement'])*1;
$datePar=str_replace('-','', $tabRad[0]['DateParution'])*1;
if ($dateEff>0)
$tabRet['dateRad']=$dateEff;
elseif ($dateJug>0)
$tabRet['dateRad']=$dateJug;
elseif ($datePar>0)
$tabRet['dateRad']=$datePar;
}
$timer['infosRadiation']=microtime(true);
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// Eléments Financiers en provenance du dernier Bilan
$rep = $this->iDb->select('jo.bilans',
'siren, dateExercice, dureeExercice, monnaie, typeBilan, unite, postes, dateProvPartenaire, dateInsert',
"siren=$siren AND typeBilan IN ('N','S') ORDER BY dateExercice DESC LIMIT 0,1", false, MYSQL_ASSOC);
2015-07-03 13:28:52 +00:00
if ( count($rep)>0 ) {
$entrep = $rep[0];
$tabRet['bilanAnnee'] = substr($entrep['dateExercice'],0,4);
$tabRet['bilanDate'] = $entrep['dateExercice'];
$tabRet['bilanMois'] = $entrep['dureeExercice'];
$tabRet['bilanDevise'] = $entrep['monnaie'];
if ($entrep['dateProvPartenaire']>0)
$tabRet['bilanDateMaj']=$classWDate->dateT('Ymd','Y-m-d',$entrep['dateProvPartenaire']);
else
$tabRet['bilanDateMaj']=$classWDate->dateT('Y-m-d','Y-m-d',$entrep['dateInsert']);
switch (strtoupper(trim($entrep['unite']))) {
case 'M': $unite='M'; break;
case 'K': $unite='K'; break;
default: $unite='U'; break;
}
$tabTmp=explode(';', $entrep['postes']);
$tabBilan=array();
foreach ($tabTmp as $i=>$strTmp) {
$tabTmp2=explode('=', $strTmp);
if (isset($tabTmp2[1]))
if ($unite=='K' && $tabTmp2[0]<>'YP' && $tabTmp2[0]<>'YP1' && $tabTmp2[0]<>'376')
$tabBilan[$tabTmp2[0]]=$tabTmp2[1]*1000;
elseif ($unite=='M' && $tabTmp2[0]<>'YP' && $tabTmp2[0]<>'YP1' && $tabTmp2[0]<>'376')
$tabBilan[$tabTmp2[0]]=$tabTmp2[1]*1000000;
else $tabBilan[$tabTmp2[0]]=$tabTmp2[1];
}
if ( strtoupper($entrep['typeBilan'])=='S' ) {
$mBil = new MBilans(0, $this->iDb);
$tabTmp = $mBil->bilanSimplifie2Normal($tabBilan);
$tabBilan = array_merge($tabTmp, $tabBilan);
}
$tabRet['bilanDA'] = $tabBilan['DA'];
$tabRet['bilanFL'] = $tabBilan['FL'];
$tabRet['bilanHN'] = $tabBilan['HN'];
$tabRet['bilanYP'] = $tabBilan['YP'];
// Fiche AGS
$tabRet['bilanPQ'] = $tabBilan['PQ'];
$tabRet['bilanPU'] = $tabBilan['PU'];
$tabRet['bilanPY'] = $tabBilan['PY'];
$tabRet['bilanQC'] = $tabBilan['QC'];
// Tranche de CA Bilan Réel si TCA Insee ou Estimée < dernière clôture
if ($tabRet['AnneeTCA']<=$tabRet['bilanAnnee'] && $tabInsee['ACTIF']==1) {
$tabRet['TrancheCA']=$this->getTca($tabBilan['FL']);
$tabRet['TrancheCALib']=self::$tabTCA[$tabRet['TrancheCA']];
$tabRet['TrancheCAType']='R';
$tabRet['AnneeTCA']=$tabRet['bilanAnnee'];
}
// Contrôle de la cohérence du type d'exploitation
if ($tabBilan['AH']>0 && // Je possède un fond commercial
$tabRet['TypeExploitation']<>2 && // et je ne suis pas Loueur d'un fond
$tabRet['TypeExploitation']<>3 && // et je ne suis pas Prestataire de personnel
$tabRet['TypeExploitation']<>10) { // et je ne suis pas exploitant direct
$tabRet['TypeExploitation']=10;
}
// Controle de cohérence du capital car parfois absent en Alsace Moselle au RNCS
if ($tabRet['FJ']>2000 && $tabRet['Capital']==0 && $tabRet['CapitalDev']=='') {
$tabRet['Capital']=$tabRet['bilanDA'];
$tabRet['CapitalDev']=$tabRet['bilanDevise'];
}
$timer['infosBilan']=microtime(true);
} elseif ( $caEstime>0 && $tabInsee['ACTIF']==1 ) {
$tabRet['bilanAnnee'] = date('Y')-2;
$tabRet['bilanFLestime']=$caEstime;
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$tabRet['TribunalLib'] = $this->iBodacc->getTribunalNom($tabRet['Tribunal']);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
if($this->debugtime) {
$duree=round(microtime(1)-$tdebIni,3);
file_put_contents(LOG_PATH.'/accesDistant.log', date('YmdHis').";$siren;getIdentiteEntreprise Fin ($duree s) ===\n", FILE_APPEND);
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// Si on n'a trouvé aucune activité, on prend le libellé de l'activité pages Jaunes
if ($tabRet['Activite']=='' && $activitePJ_An8<>'')
$tabRet['Activite']=$activitePJ_An8;
// Numero de Registre du métier si nécessaire
if ( ($tabRet['FJ']==1100 || $tabRet['FJ']==1300 || $tabRet['FJ']==11 || $tabRet['FJ']==13 || $tabInsee['APRM']<>'') &&
($tabRet['Dept']=='2A' || $tabRet['Dept']=='2B' || $tabRet['Dept']<98) ) {
// Artisan Commerçant OU Artisan en FRANCE
$tabRet['NumRM']=$siren.' RM '.$tabRet['Dept'];
if ($tabRet['Dept']=='2A') $tabRet['NumRM'].='.1'; // Ajaccio
elseif ($tabRet['Dept']=='2B') $tabRet['NumRM'].='.2'; // Bastia
elseif ($tabRet['Dept']==97) $tabRet['NumRM'].=substr($tabRet['codeCommune'],0,1);
}
// Recherche des infos boursières
$iBourse = new MBourse($siren, $this->iDb);
$bourse = $iBourse->getInfosBourse($siren);
$tabRet['Bourse'] = array(
'placeCotation' => $bourse['placeCotation'],
'nombreTitres' => $bourse['nombreTitres'],
'capitalisation' => $bourse['close']*$bourse['nombreTitres'],
'derCoursDate' => $bourse['date'],
'derCoursCloture' => $bourse['close']
);
$timer['infosBoursieres']=microtime(true);
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// Date de dernière mise à jour
2013-11-05 11:18:30 +00:00
$lastMaj=str_replace('-','',$tabRet['DateMajINSEE'])*1;
if (str_replace('-','',$tabRet['DateMajRCS'])*1>$lastMaj)
$lastMaj=str_replace('-','',$tabRet['DateMajRCS'])*1;
if (str_replace('-','',$tabRet['bilanDateMaj'])*1>$lastMaj)
$lastMaj=str_replace('-','',$tabRet['bilanDateMaj'])*1;
if (str_replace('-','',$tabRet['dateMajANN'])*1>$lastMaj)
$lastMaj=str_replace('-','',$tabRet['dateMajANN'])*1;
$tabRet['dateMajIdentite']=$classWDate->dateT('Ymd','Y-m-d',$lastMaj);
return $tabRet;
}
2014-06-02 08:41:24 +00:00
/**
* Dirigeants Opérationnel
* @param string $siren
* @param string $id
* @return array
*/
public function getDirigeantsOp($siren, $id = null)
{
2013-11-05 11:18:30 +00:00
$siren=$siren*1;
$tabRet=array();
$where = "siren=$siren AND d.codFct=f.codeFct AND dateSuppr='0000-00-00 00:00:00.000000'";
if ($id!=null){
$where = "id=$id AND d.codFct=f.codeFct AND dateSuppr='0000-00-00 00:00:00.000000'";
}
2013-11-05 11:18:30 +00:00
$dirs=$this->iDb->select(
'sdv1.dirigeantsOp d, jo.bodacc_fonctions f',
'id, siren, nic, civ, nom, prenom, nom_usage, lieuNais, dateNais, d.codFct, f.libelle, tel, fax, email, dateInsert, dateUpdate',
$where, false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
foreach ($dirs as $k=>$dir) {
$tabRet[]=array(
'Id' => $dir['id'],
2013-11-05 11:18:30 +00:00
'Fonction' => $dir['codFct'],
'Titre' => $dir['libelle'],
'Societe' => '',
'Civilite' => $dir['civ'],
'Nom' => trim(strtoupper($dir['nom'])),
'Prenom' => ucwords(strtolower($dir['prenom'])),
'NomUsage' => $dir['nom_usage'],
'NaissDate' => $dir['dateNais'],
'NaissVille' => $dir['lieuNais'],
2013-11-05 11:18:30 +00:00
'NaissDepPays' => '',
'Tel' => $dir['tel'],
'Fax' => $dir['fax'],
'Email' => $dir['email'],
2013-11-05 11:18:30 +00:00
'Ancien' => 0,
'DateFct' => '',
'Cinf' => 0,
);
}
return $tabRet;
}
2014-03-19 13:11:40 +00:00
/**
* Retourne les dirigeants actuelles ou l'historique
* @param string $siren
* @param boolean $histo
* @return array
*/
function getDirigeants($siren, $histo = true)
2013-11-05 11:18:30 +00:00
{
2014-03-17 14:08:52 +00:00
$siren=$siren*1;
$tabRet=array();
2013-11-05 11:18:30 +00:00
2014-03-17 14:08:52 +00:00
$classWDate = new WDate();
2013-11-05 11:18:30 +00:00
2014-03-17 14:08:52 +00:00
if ($histo)
{
$bodacc=$this->iDb->select(
2015-04-27 15:05:08 +00:00
'jo.bodacc_dirigeants d, jo.bodacc_detail b, jo.bodacc_fonctions f',
2014-03-17 14:08:52 +00:00
'd.num, d.dateEffet, d.Rubrique, d.fonction, d.dirSiren, d.rs, d.nom, d.prenom, d.nomUsage, d.depart, d.dateInsert, f.libelle',
2015-01-13 20:59:12 +00:00
"b.SIREN=$siren AND b.id=d.id AND b.typeEven NOT BETWEEN 5000 AND 5700 AND b.typeEven NOT BETWEEN 2700 AND 2900 AND d.fonction=f.codeFct GROUP BY d.fonction, d.rs, d.nom, d.prenom ORDER BY d.dateInsert DESC, d.dateEffet DESC, d.fonction DESC", true, MYSQL_ASSOC);
2014-03-17 14:08:52 +00:00
if (count($bodacc)>0) {
foreach ($bodacc as $k=>$ann) {
$tabRet[]=array(
'Fonction' => $ann['fonction'],
'Titre' => $ann['libelle'],
'Siren' => $ann['dirSiren'],
'Societe' => $ann['rs'],
'Nom' => trim(strtr($ann['nom'], array(
"Modification d'"=>'',
"Modification de"=>'',
"Nomination d'un"=>'',
))),
'Prenom' => $ann['prenom'],
'NomUsage' => $ann['nomUsage'],
'Ancien' => $ann['depart'],
2014-03-19 13:11:40 +00:00
'DateFct' => $ann['dateEffet'], //Date au format AAAA-MM-DD
2014-03-17 14:08:52 +00:00
);
}
}
2013-11-05 11:18:30 +00:00
$bodaccHisto=$this->iDb->select(
'historiques.entrep e, historiques.texte x',
2014-03-17 14:08:52 +00:00
'e.ANBASE, e.NOBOD, e.CODTRI, e.JAL, e.DATE, e.CODEVE, e.SSCODE, e.DEPT, e.NOANN, e.ROLE, e.SIREN, e.E1GSIR, e.E1GNIC, x.annonceNum, x.annonceTxt',
"e.E1GSIR=$siren AND e.ANBASE=x.annonceNum AND e.DATE BETWEEN 19890101 AND 20050101 AND x.annonceTxt LIKE '%Administration%' GROUP BY e.ANBASE ORDER BY e.DATE DESC", true, MYSQL_ASSOC);
if (count($bodaccHisto)>0) {
foreach ($bodaccHisto as $ann) {
if ($ann['DATE']<19960101 && $ann['E1GSIR']<>$ann['SIREN']) continue;
if ( ($ann['CODEVE']<20) ||
($ann['CODEVE']>=30 && $ann['CODEVE']<42) ||
($ann['CODEVE']>=51 && $ann['CODEVE']<80) ) {
if (preg_match('/Administration(?:.|)\:(.*)(?:Adresse.*|Commentaires?|Activit(?:e|é)|Etablissement principal|Date d\'effet|Date.de.d.but d.activit.)(?:.|)\:/Uisu', $ann['annonceTxt'], $matches)) {
2014-03-17 14:08:52 +00:00
$iDir=0;
2015-01-20 14:34:45 +00:00
$tabAdministration = $this->iBodacc->getDirigeants($matches[1]);
2014-03-17 14:08:52 +00:00
foreach ($tabAdministration as $tabDir) {
$nom = trim(strtr(preg_replace('/ +/',' ', $tabDir['nom']), array(
"Modification d'"=>'',
"Modification"=>'',
"Modification de"=>'',
"Nomination d'un"=>'',
"Nomination en qualité d'"=>'',
"Nomination en qualité de"=>'',
"dont le est"=>'',
"nouvel"=>'',
"partant"=>'',
"ancien d'honneur"=>'',
"nouveaux"=>'',
"nouveau"=>'',
"ancien"=>'',
"Nouveau"=>'',
"Cette société se constitue Date de début d'"=>'',
)));
if ($nom<>'') {
$tabRet[] = array(
'Fonction' => $tabDir['fonction'],
'Titre' => $this->iBodacc->getFctDir($tabDir['fonction']),//.' ('.$tabDir['fonction'].')',
2014-03-17 14:08:52 +00:00
'Societe' => $tabDir['rs'],
'Nom' => $nom,
'Prenom' => $tabDir['prenom'],
'NomUsage' => $tabDir['nomUsage'],
'Ancien' => $tabDir['depart'],
'DateFct' => $classWDate->dateT('Ymd','Y-m-d', $ann['DATE']),
);
2015-04-27 14:25:04 +00:00
$this->iDb->insert('jo.bodacc_dirigeants_histo', array(
'siren' => $siren,
'id' => $ann['ANBASE'],
'num' => $iDir,
'dateEffet' => $classWDate->dateT('Ymd','Y-m-d', $ann['DATE']),
'fonction' => $tabDir['fonction'],
'rs' => $tabDir['rs'],
'nom' => $nom,
'prenom' => $tabDir['prenom'],
'nomUsage' => $tabDir['nomUsage'],
'depart' => $tabDir['depart'],
), true);
2014-03-17 14:08:52 +00:00
$iDir++;
}
} //End foreach
}
}
}
}
}
2013-11-05 11:18:30 +00:00
2014-03-17 14:08:52 +00:00
if (!$histo || ($histo && count($tabRet)==0) )
{
$dirs=$this->iDb->select(
2015-04-27 15:05:08 +00:00
'jo.rncs_dirigeants',
2015-08-07 13:45:36 +00:00
'siren, raisonSociale, LPAD(dirSiren,9,0) AS dirSiren, dirRS, civilite, nom, prenom, naissance_nom, naissance_date, naissance_lieu, fonction_code, fonction_lib, cinf, dateFin, flux, dateInsert',
2015-04-27 15:05:08 +00:00
"siren=$siren AND actif%10=1", false, MYSQL_ASSOC);
2014-03-17 14:08:52 +00:00
foreach ($dirs as $k=>$dir) {
if ($dir['naissance_date']<>'0000-00-00') {
$dateNaiss=$classWDate->dateT('Y-m-d','d/m/Y', $dir['naissance_date']);
} else {
$dateNaiss='';
}
2013-11-05 11:18:30 +00:00
2014-03-17 14:08:52 +00:00
if ($dir['flux']<>'0000-00-00') {
$dateModif=$classWDate->dateT('Y-m-d','d/m/Y', $dir['flux']);
} else {
$dateModif=$classWDate->dateT('Y-m-d','d/m/Y', $dir['dateInsert']);
}
2013-11-05 11:18:30 +00:00
2014-03-17 14:08:52 +00:00
$nom = trim($dir['nom']);
$nomUsage='';
if (trim($dir['naissance_nom'])<>'') {
$nom=trim($dir['naissance_nom']);
$nomUsage=trim($dir['nom']);
}
$tabRet[] = array(
'Fonction' =>$dir['fonction_code'],
'Titre' =>$dir['fonction_lib'],
'Siren' =>$dir['dirSiren'],
'Societe' =>$dir['dirRS'],
'Civilite' =>$dir['civilite'],
'Nom' =>$nom,
'Prenom' =>$dir['prenom'],
'NomUsage' =>$nomUsage,
'NaissDate' =>$dateNaiss,
'NaissVille' =>$dir['naissance_lieu'],
'NaissDepPays' =>'', // 25
'Ancien' =>0,
2014-03-19 13:11:40 +00:00
'DateFct' =>$dateModif, //Format AAAA-MM-DD
2014-03-17 14:08:52 +00:00
'Cinf' =>$dir['cinf'],
);
}
}
2013-11-05 11:18:30 +00:00
2014-03-17 14:08:52 +00:00
/** Recherche de CAC si liste des dirigeants actifs **/
if (!$histo) {
$bodacc=$this->iDb->select(
2015-04-27 15:05:08 +00:00
'jo.bodacc_dirigeants d, jo.bodacc_detail b, jo.bodacc_fonctions f',
2015-08-07 13:45:36 +00:00
'd.num, d.dateEffet, d.Rubrique, d.fonction, LPAD(d.dirSiren,9,0) AS dirSiren, d.rs, d.nom, d.prenom, d.nomUsage, d.depart, d.dateInsert, f.libelle',
2014-03-17 14:08:52 +00:00
"b.SIREN=$siren AND b.id=d.id AND b.typeEven NOT BETWEEN 5000 AND 5700 AND b.typeEven NOT BETWEEN 2700 AND 2900 AND d.fonction=f.codeFct AND d.fonction BETWEEN 300 AND 304 GROUP BY d.fonction, d.rs, d.nom, d.prenom ORDER BY d.dateEffet DESC, d.fonction DESC", false, MYSQL_ASSOC);
if (count($bodacc)>0) {
foreach ($bodacc as $k=>$ann) {
$rs=trim(strtoupper($ann['rs']));
$nom=preg_replace('/en fonction le .*/i','',$ann['nom']);
$nom=preg_replace('/Nomination .*/i','',$nom);
$nom=preg_replace('/Modification .*/i','',$nom);
$nom=preg_replace('/Nouvelles?\s+$/i','',trim($nom));
$nom=preg_replace('/Nouveaux?\s+$/i','',trim($nom));
$nom=preg_replace('/ancien.*/i','',$nom);
$nom=preg_replace('/en remplacement d.*/i','',$nom);
$nom=trim(strtoupper(preg_replace('/(\.|,)$/','',trim($nom))));
$prenom=trim($ann['prenom']);
if ($prenom=='' && $rs=='' && $nom<>'') {
$rs=$nom;
$nom='';
}
//if ($rs==$nom)
$tabRet[]=array(
'Fonction' => $ann['fonction'],
'Titre' => $ann['libelle'],
'Siren' => $ann['dirSiren'],
'Societe' => $rs,
'Nom' => $nom,
'Prenom' => $prenom,
'NomUsage' => $ann['nomUsage'],
'Ancien' => $ann['depart'],
2014-03-19 13:11:40 +00:00
'DateFct' => $ann['dateEffet'], //Format AAAA-MM-DD
2014-03-17 14:08:52 +00:00
);
if ($k>1) break; // On s'arrête à 2 CAC (pb des co-cac non gérés)
}
}
}
/** Si on ne trouve absolument rien, on regarde quand même dans l'histroique RNCS **/
if (count($tabRet)==0) {
$dirs=$this->iDb->select(
2015-04-27 15:05:08 +00:00
'jo.rncs_dirigeants',
2015-08-07 13:45:36 +00:00
'siren, raisonSociale, LPAD(dirSiren,9,0) AS dirSiren, dirRS, civilite, nom, prenom, naissance_nom, naissance_date, naissance_lieu, fonction_code, fonction_lib, cinf, dateFin, flux, dateInsert, date(dateUpdate)*1 as dateUpdate',
2015-04-27 15:05:08 +00:00
"siren=$siren AND actif%10=0 ORDER BY dateUpdate DESC", false, MYSQL_ASSOC);
2014-03-17 14:08:52 +00:00
$dateUpdatePre=$dirs[0]['dateUpdate'];
foreach ($dirs as $k=>$dir) {
if ($dir['naissance_date']<>'0000-00-00')
$dateNaiss=$classWDate->dateT('Y-m-d','d/m/Y', $dir['naissance_date']);
else
$dateNaiss='';
if ($dir['flux']<>'0000-00-00')
$dateModif=$classWDate->dateT('Y-m-d','d/m/Y', $dir['flux']);
else
$dateModif=$classWDate->dateT('Y-m-d','d/m/Y', $dir['dateInsert']);
if ($dir['dateUpdate']<>$dateUpdatePre) break;
$tabRet[] = array(
'Fonction' => $dir['fonction_code'],
'Titre' => $dir['fonction_lib'],
2015-08-07 13:45:36 +00:00
'Siren' => $dir['dirSiren'],
2014-03-17 14:08:52 +00:00
'Societe' => $dir['dirRS'],
'Civilite' => $dir['civilite'],
'Nom' => trim($dir['nom']),
'Prenom' => $dir['prenom'],
'NomUsage' => $tabDir['nomUsage'],
'NaissDate' => $dateNaiss,
'NaissVille' => $dir['naissance_lieu'],
'NaissDepPays' => '', // 25
'Ancien' => 1,
2014-03-19 13:11:40 +00:00
'DateFct' => $dateModif, //Format AAAA-MM-DD
2014-03-17 14:08:52 +00:00
'Cinf' => $dir['cinf'],
);
$dateUpdatePre=$dir['dateUpdate'];
}
}
if (count($tabRet)==0) {
if ($tabIdentite['FJ']*1>1000 && $tabIdentite['FJ']*1<2000) {
$tabTmp=explode(' ', $tabIdentite['Nom']);
2013-11-05 11:18:30 +00:00
$nom=$prenom='';
foreach ($tabTmp as $mot)
if (strtoupper($mot)==$mot)
$nom.=' '.$mot;
else
$prenom.=' '.$mot;
2014-03-17 14:08:52 +00:00
if ($etab['Civilite']*1==1) { $genre='Monsieur '; $civilite='M'; }
2013-11-05 11:18:30 +00:00
elseif ($etab['Civilite']*1==2) { $genre='Madame '; $civilite='MME'; }
else { $genre=''; $civilite=''; }
$tabTmp=$this->iDb->select('insee.identite',
2014-03-17 14:08:52 +00:00
'SIREN, CJ, CIVILITE, DIR_DATEN, DIR_LIEUN',
"SIREN=$siren AND (DIR_DATEN>0 OR DIR_LIEUN<>'') ORDER BY DIR_DATEN DESC, DIR_LIEUN DESC",
false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$tabTmp=@$tabTmp[0];
2014-03-17 14:08:52 +00:00
$tabRet[] = array(
'Titre' =>'Personne physique',
'Societe' =>'',//utf8_encode($dir['Societe']),
'Civilite' =>$civilite,
'Nom' =>trim($nom),
'Prenom' =>trim($prenom),
'NomUsage' =>'',
'NaissDate' =>$classWDate->dateT('Ymd', 'd/m/Y', $tabTmp['DIR_DATEN']),// 07/09/1961
'NaissVille' =>$tabTmp['DIR_LIEUN'], // LE RUSSEY//,
'NaissDepPays' =>'', // 25
'Ancien' =>0,
'DateFct' =>$tabIdentite['DateCrea'],//$tabIdentite['DateImma'],
);
2015-04-27 14:25:04 +00:00
$this->iDb->insert('jo.rncs_dirigeants', array(
2014-03-17 14:08:52 +00:00
'siren' => $siren,
'raisonSociale' => $etab['Nom'],
'civilite' => $civilite,
'nom' => trim($nom),
'prenom' => trim($prenom),
'naissance_nom' => '',
'naissance_date'=> $tabTmp['DIR_DATEN'],
'naissance_lieu'=> $tabTmp['DIR_LIEUN'],
'fonction_code' => 1050,
'fonction_lib' => 'Personne physique',
'actif' => 1,
'dateInsert' => date('YmdHis'),
'source' => 'inp',
), true);
2013-11-05 11:18:30 +00:00
}
2014-03-17 14:08:52 +00:00
}
return $tabRet;
2013-11-05 11:18:30 +00:00
}
/**
* Retourne le nombre d'annonces
* @param string $siren
* @param number $idAnnonce
* @param string $rubrique
* @param string $deleted
* @return int
*/
2015-07-03 13:28:52 +00:00
public function getAnnoncesLegalesCount($siren, $idAnnonce = 0, $rubrique = '', $deleted = false)
{
// --- Where Bodacc
$sqlBodaccWhere = "d.siren=$siren";
$sqlBodaccWhere.= $this->getAnnoncesLegalesRubrique('bodacc', $rubrique);
$sqlBodaccWhere.= " AND d.id=b.id AND b.Tribunal_Code=t.triCode";
// --- Annonces supprimées ou rectifiées
if ( $deleted === true ) {
$sqlBodaccWhere.= " AND (d.dateSuppr=0 OR d.dateSuppr!='0000-00-00 00:00:00' AND d.idSuppr=0) ";
} else {
$sqlBodaccWhere.= " AND d.dateSuppr=0 ";
}
$sqlBodacc = $this->getAnnoncesLegalesBodacc(true)." WHERE ".$sqlBodaccWhere;
// --- Where Histo
$sqlHistoWhere = "e.E1GSIR=$siren";
$sqlHistoWhere.= $this->getAnnoncesLegalesRubrique('histo', $rubrique);
$sqlHistoWhere.= " AND e.ANBASE=x.annonceNum AND e.DATE BETWEEN 19890101 AND 20041231";
$sqlHistoWhere.= " AND e.E1GSIR=e.SIREN";
$sqlHistoWhere.= " GROUP BY e.ANBASE ORDER BY e.DATE DESC";
$sqlHisto = $this->getAnnoncesLegalesHisto(true)." WHERE ".$sqlHistoWhere;
// --- Where Annonce
$sqlAnnonceWhere = "a.siren=$siren";
$sqlAnnonceWhere.= $this->getAnnoncesLegalesRubrique('annonce', $rubrique);
$sqlAnnonceWhere.= " AND a.tribunal=t.triCode AND a.dateSuppr=0";
if ($visualisation === true) {
// --- Ne pas afficher les annonces si la procédure à plus de 4 mois
$sqlAnnonceWhere.= " AND a.dateJugement > DATE_SUB(NOW(), INTERVAL 24 MONTH)";
}
$sqlAnnonceWhere.= " GROUP BY a.siren, a.dateJugement, a.typeEven ORDER BY a.dateJugement DESC";
$sqlAnnonce = $this->getAnnoncesLegalesAnnonce(true)." WHERE ".$sqlAnnonceWhere;
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- SQL Union
$sql = "SELECT count(*) AS num FROM ( (".$sqlBodacc.") UNION ALL (".$sqlHisto.") UNION ALL (".$sqlAnnonce.") ) results ORDER BY unionDate DESC";
$annonceResult = $this->iDb->query($sql);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$nb = 0;
if (count($annonceResult)>0) {
$nb = $annonceResult[0]['num'];
}
return $nb;
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
/**
* Where SQL
2015-07-03 13:28:52 +00:00
* @param string $type bodacc, histo
* @param mixed $rubrique
* @return boolean|string
2015-07-03 13:28:52 +00:00
*/
public function getAnnoncesLegalesRubrique($type, $rubrique = '')
{
$where = '';
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Type Bodacc
if ($type == 'bodacc') {
// Procédure collective
if ($rubrique=='P' || $rubrique=='PH') {
$where = " AND d.Rubrique='procol' AND d.typeEven NOT LIKE '%1005%'
2013-11-05 11:18:30 +00:00
AND d.typeEven NOT LIKE '%1010%'
AND d.typeEven NOT LIKE '%1050%'
AND d.typeEven NOT LIKE '%1055%'
AND d.typeEven NOT LIKE '%1550%' ";
2015-07-03 13:28:52 +00:00
}
// Dissolution de la société
elseif ($rubrique=='D') {
$where =" AND (d.typeEven LIKE '%2202%' OR d.typeEven LIKE '%2203%' OR d.typeEven LIKE '%2204%' OR
2013-11-05 11:18:30 +00:00
d.typeEven LIKE '%2210%' OR d.typeEven LIKE '%2211%' OR d.typeEven LIKE '%2212%') ";
2015-07-03 13:28:52 +00:00
}
// Absorption
elseif ($rubrique=='A') {
$where =" AND (d.typeEven LIKE '%2720%' OR d.typeEven LIKE '%2721%') ";
}
// BODACC A
elseif ($rubrique=='BODA') {
$where =" AND d.Rubrique IN ('creations','procol','ventes') ";
}
// BODACC B
elseif ($rubrique=='BODB') {
$where =" AND d.Rubrique IN ('mmd','radiations') ";
}
// Dépôt des comptes, BODACC C
elseif ($rubrique=='C' || $rubrique=='BODC') {
$where =" AND (d.Rubrique='comptes' OR d.typeEven LIKE '%3100%' OR d.typeEven LIKE '%3200%'
2013-11-05 11:18:30 +00:00
OR d.typeEven LIKE '%3300%' OR d.typeEven LIKE '%3999%') ";
2015-07-03 13:28:52 +00:00
} elseif ($rubrique=='R') {
$where =" AND (d.typeEven LIKE '%2202%' OR d.typeEven LIKE '%2203%' OR d.typeEven LIKE '%2204%' OR
2013-11-05 11:18:30 +00:00
d.typeEven LIKE '%2210%' OR d.typeEven LIKE '%2211%' OR d.typeEven LIKE '%2212%' OR
d.Rubrique='radiations') ";
2015-07-03 13:28:52 +00:00
}
// Location gérance Locataire
elseif ($rubrique=='L') {
$where =" AND (d.typeEven LIKE '%2800%' OR d.typeEven LIKE '%2875%' OR d.typeEven LIKE '%2880%' OR
2013-11-05 11:18:30 +00:00
d.typeEven LIKE '%2881%' OR d.typeEven LIKE '%2885%' OR d.typeEven LIKE '%2840%' OR
d.typeEven LIKE '%4355%') ";
2015-07-03 13:28:52 +00:00
}
// Location gérance Propriétaire
elseif ($rubrique=='G') {
$where =" AND (d.typeEven LIKE '%2850%' OR d.typeEven LIKE '%2851%' OR d.typeEven LIKE '%2860%' OR
2013-11-05 11:18:30 +00:00
d.typeEven LIKE '%2870%') ";
2015-07-03 13:28:52 +00:00
}
// Ventes/Cessions
elseif ($rubrique=='V') {
$where =" AND (d.typeEven LIKE '%5500%' OR d.typeEven LIKE '%5501%' OR d.typeEven LIKE '%5502%' OR
2013-11-05 11:18:30 +00:00
d.typeEven LIKE '%5503%' OR d.typeEven LIKE '%5510%' OR d.typeEven LIKE '%5600%' OR
d.typeEven LIKE '%5650%') ";
2015-07-03 13:28:52 +00:00
} elseif (is_array($rubrique) && count($rubrique)>0) {
$where =" AND (";
foreach ($rubrique as $codeEven) {
$tabTmp[]=" d.typeEven LIKE '%$codeEven%' ";
}
$where.= implode(' OR ',$tabTmp);
$where.=')';
}
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Type historique
if ($type == 'histo') {
if ($rubrique=='P') {
2015-07-03 13:28:52 +00:00
$where =" AND e.E1GSIR NOT IN(340460104) AND e.CODEVE BETWEEN 50 AND 79 ";
}
elseif ($rubrique=='PH') {
$where =" AND e.CODEVE BETWEEN 50 AND 79 ";
}
elseif ($rubrique=='R') {
$where =" AND e.CODEVE BETWEEN 40 AND 42 ";
}
elseif ($rubrique=='L') {
$where =" AND e.CODEVE IN(37,42) ";
}
elseif ($rubrique=='G') {
$where =" AND e.CODEVE=38 ";
}
elseif ($rubrique=='BODA') {
$where =" AND e.JAL=1 ";
}
elseif ($rubrique=='BODB') {
$where =" AND e.JAL=200 ";
}
elseif (is_array($rubrique)) {
$tabCodEve = $tabCodRol = array();
foreach ($rubrique as $codeEvenTmp) {
$codRet=array_search($codeEvenTmp, $this->HistoRoleConvert); // Ne gère pas les ; de tabtmp2
if ($codRet) {
$tabCodRol[] = $codRet;
} else {
$tabCodEve[] = array_search($codeEvenTmp, $this->HistoEvenConvert)*1;
}
}
$where ='';
$tabCodEve = array_unique($tabCodEve);
$tabCodRol = array_unique($tabCodRol);
if (count($tabCodEve)>0) {
$where.=' AND e.CODEVE IN('.implode(',',$tabCodEve).') ';
}
if (count($tabCodRol)>0) {
$where.=" AND e.ROLE IN('".implode("','",$tabCodRol)."') ";
}
}
elseif ( !empty($rubrique) ) {
return false;
}
2015-07-03 13:28:52 +00:00
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Type annonce
if ($type == 'annonce') {
// Procédure collective
if ($rubrique=='P' || $rubrique=='PH') {
2015-07-03 13:28:52 +00:00
$where = " AND a.typeEven BETWEEN 1000 AND 1999 AND a.typeEven NOT IN(1005, 1010, 1050, 1055, 1550) ";
}
// Dissolution de la société
elseif ($rubrique=='D') {
2015-07-03 13:28:52 +00:00
$where = " AND a.typeEven IN (2202, 2203, 2204, 2210, 2211, 2212) ";
}
// Absorption
elseif ($rubrique=='A') {
2015-07-03 13:28:52 +00:00
$where = " AND a.typeEven IN (2720, 2721) ";
}
// Dépôt des comptes
elseif ($rubrique=='C' || $rubrique=='BODC') {
2015-07-03 13:28:52 +00:00
$where = " AND a.typeEven BETWEEN 3000 AND 3999 ";
} elseif ($rubrique=='R') {
$where = " AND a.typeEven IN (2202, 2203, 2204, 2210, 2211, 2212) ";
}
// Location gérance Locataire
elseif ($rubrique=='L') {
2015-07-03 13:28:52 +00:00
$where = " AND a.typeEven IN (2800, 2875, 2880, 2881, 2885, 2840) ";
}
// Location gérance Propriétaire
elseif ($rubrique=='G') {
2015-07-03 13:28:52 +00:00
$where = " AND a.typeEven IN (2850, 2851, 2860, 2870) ";
}
// Ventes/Cessions
elseif ($rubrique=='V') {
2015-07-03 13:28:52 +00:00
$where = " AND a.typeEven IN (5500, 5501, 5502, 5503, 5510, 5600, 5650) ";
} elseif (is_array($rubrique) && count($rubrique)>0) {
$where = " AND (a.typeEven IN (".implode(',',$rubrique).') OR ';
foreach ($rubrique as $codeEven) {
$tabTmp[] = " a.typeEven LIKE '%$codeEven%' ";
}
$where.= implode(' OR ',$tabTmp);
$where.= ')';
}
elseif ( !empty($rubrique) ) {
return false;
}
2015-07-03 13:28:52 +00:00
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
return $where;
}
2013-11-05 11:18:30 +00:00
/**
* Parse les annonces légales pour déterminer leur rubrique
* plus rapide d'executer sur la liste des annonces légales que d'executer les requetes SQL
* @param array $annonces Annonces au format BDD
* @param mixed $rubrique
* @return array
* Retourne une liste filtrer suivant la/les rubriques
*/
public function annoncesInRubrique($annonces, $rubrique)
{
$annonceFilter = array();
foreach ($annonces as $ann) {
// --- Formatage bodacc
if ($ann['SourceTable'] == 'bodacc') {
$typeEven = explode(' ', $ann['typeEven']);
// Procédure collective
if ($rubrique=='P' || $rubrique=='PH') {
$evenOk = true;
foreach($typeEven as $even) {
if (in_array($even, array('1005','1010','1050','1055','1550'))) {
$evenOk = false;
break;
}
}
if ($ann['Rubrique'] == 'procol' && $evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Dissolution de la société
elseif ($rubrique=='D') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2202','2203','2204','2210','2211','2212'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Absorption
elseif ($rubrique=='A') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2720','2721'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
// BODACC A
elseif ($rubrique=='BODA') {
if (in_array($ann['Rubrique'], array('creations', 'procol', 'ventes'))) {
$annonceFilter[] = $ann;
}
}
// BODACC B
elseif ($rubrique=='BODB') {
if (in_array($ann['Rubrique'], array('mmd', 'radiations'))) {
$annonceFilter[] = $ann;
}
}
// Dépôt des comptes, BODACC C
elseif ($rubrique=='C' || $rubrique=='BODC') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('3100','3200','3300','3999'))) {
$evenOk = true;
break;
}
}
if ($ann['Rubrique'] == 'comptes' || $evenOk === true) {
$annonceFilter[] = $ann;
}
} elseif ($rubrique=='R') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2202','2203','2204','2210','2211','2212'))) {
$evenOk = true;
break;
}
}
if ($ann['Rubrique'] == 'radiations' || $evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Location gérance Locataire
elseif ($rubrique=='L') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2800','2875','2880','2881','2885','2840','4355'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Location gérance Propriétaire
elseif ($rubrique=='G') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2850','2851','2860','2870'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Ventes/Cessions
elseif ($rubrique=='V') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('5500','5501','5502','5503','5510','5600','5650'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
} elseif (is_array($rubrique) && count($rubrique) > 0) {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, $rubrique)) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
}
// --- Formattage Histo
elseif ($ann['SourceTable'] == 'histo') {
if ($rubrique=='P') {
if ($ann['E1GSIR'] != 340460104 && $ann['CODEVE'] >= 50 && $ann['CODEVE'] <= 79 ) {
$annonceFilter[] = $ann;
}
}
elseif ($rubrique=='PH') {
if ($ann['CODEVE'] >= 50 && $ann['CODEVE'] <= 79 ) {
$annonceFilter[] = $ann;
}
}
elseif ($rubrique=='R') {
if ($ann['CODEVE'] >= 40 && $ann['CODEVE'] <= 42 ) {
$annonceFilter[] = $ann;
}
}
elseif ($rubrique=='L') {
if (in_array($ann['CODEVE'], array(37,42))) {
$annonceFilter[] = $ann;
}
}
elseif ($rubrique=='G') {
if ($ann['CODEVE'] == 38) {
$annonceFilter[] = $ann;
}
}
elseif ($rubrique=='BODA') {
if ($ann['JAL'] == 1) {
$annonceFilter[] = $ann;
}
}
elseif ($rubrique=='BODB') {
if ($ann['JAL'] == 200) {
$annonceFilter[] = $ann;
}
}
elseif (is_array($rubrique)) {
$tabCodEve = $tabCodRol = array();
foreach ($rubrique as $codeEvenTmp) {
$codRet=array_search($codeEvenTmp, $this->HistoRoleConvert); // Ne gère pas les ; de tabtmp2
if ($codRet) {
$tabCodRol[] = $codRet;
} else {
$tabCodEve[] = array_search($codeEvenTmp, $this->HistoEvenConvert)*1;
}
}
$where ='';
$tabCodEve = array_unique($tabCodEve);
$tabCodRol = array_unique($tabCodRol);
if (in_array($ann['CODEVE'], $tabCodEve) || in_array($ann['ROLE'], $tabCodRol)) {
$annonceFilter[] = $ann;
}
}
}
// --- Formattage Annonce
elseif ($ann['SourceTable'] == 'annonce') {
// Procédure collective
if ($rubrique=='P' || $rubrique=='PH') {
if ($ann['typeEven'] >= 1000 && $ann['typeEven'] <= 1999 && !in_array($ann['typeEven'], array('1005','1010','1050','1055','1550'))) {
$annonceFilter[] = $ann;
}
}
// Dissolution de la société
elseif ($rubrique=='D') {
if (in_array($ann['typeEven'], array('2202','2203','2204','2210','2211','2212'))) {
$annonceFilter[] = $ann;
}
}
// Absorption
elseif ($rubrique=='A') {
if (in_array($ann['typeEven'], array('2720','2721'))) {
$annonceFilter[] = $ann;
}
}
// Dépôt des comptes
elseif ($rubrique=='C' || $rubrique=='BODC') {
if ($ann['typeEven'] >= 3000 && $ann['typeEven'] <= 3999) {
$annonceFilter[] = $ann;
}
} elseif ($rubrique=='R') {
if (in_array($ann['typeEven'], array('2202','2203','2204','2210','2211','2212'))) {
$annonceFilter[] = $ann;
}
}
// Location gérance Locataire
elseif ($rubrique=='L') {
if (in_array($ann['typeEven'], array('2800','2875','2880','2881','2885','2840'))) {
$annonceFilter[] = $ann;
}
}
// Location gérance Propriétaire
elseif ($rubrique=='G') {
if (in_array($ann['typeEven'], array('2850','2851','2860','2870'))) {
$annonceFilter[] = $ann;
}
}
// Ventes/Cessions
elseif ($rubrique=='V') {
if (in_array($ann['typeEven'], array('5500','5501','5502','5503','5510','5600','5650'))) {
$annonceFilter[] = $ann;
}
} elseif (is_array($rubrique) && count($rubrique)>0) {
foreach($typeEven as $even) {
if (in_array($even, $rubrique)) {
$annonceFilter[] = $ann;
}
}
}
}
}
return $annonceFilter;
}
/**
* Tri les annonces de la fonction getAnnoncesLegales
* @param array $annonces
* @param mixed $rubrique
* @return array
*/
public function annoncesFilter($annonces, $rubrique)
{
$annonceFilter = array();
foreach ($annonces as $ann) {
$typeEven = array();
foreach ($ann['evenements'] as $item) {
$typeEven[] = $item['CodeEven'];
}
// Procédure collective
if ($rubrique=='P' || $rubrique=='PH') {
$evenOk = true;
foreach($typeEven as $even) {
if (in_array($even, array('1005','1010','1050','1055','1550'))) {
$evenOk = false;
break;
}
}
if ($ann['Rubrique'] == 'procol' && $evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Dissolution de la société
elseif ($rubrique=='D') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2202','2203','2204','2210','2211','2212'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Absorption
elseif ($rubrique=='A') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2720','2721'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
// BODACC A
elseif ($rubrique=='BODA') {
if (in_array($ann['Rubrique'], array('creations', 'procol', 'ventes'))) {
$annonceFilter[] = $ann;
}
}
// BODACC B
elseif ($rubrique=='BODB') {
if (in_array($ann['Rubrique'], array('mmd', 'radiations'))) {
$annonceFilter[] = $ann;
}
}
// Dépôt des comptes, BODACC C
elseif ($rubrique=='C' || $rubrique=='BODC') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('3100','3200','3300','3999'))) {
$evenOk = true;
break;
}
}
if ($ann['Rubrique'] == 'comptes' || $evenOk === true) {
$annonceFilter[] = $ann;
}
} elseif ($rubrique=='R') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2202','2203','2204','2210','2211','2212'))) {
$evenOk = true;
break;
}
}
if ($ann['Rubrique'] == 'radiations' || $evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Location gérance Locataire
elseif ($rubrique=='L') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2800','2875','2880','2881','2885','2840','4355'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Location gérance Propriétaire
elseif ($rubrique=='G') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('2850','2851','2860','2870'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
// Ventes/Cessions
elseif ($rubrique=='V') {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, array('5500','5501','5502','5503','5510','5600','5650'))) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
} elseif (is_array($rubrique) && count($rubrique) > 0) {
$evenOk = false;
foreach($typeEven as $even) {
if (in_array($even, $rubrique)) {
$evenOk = true;
break;
}
}
if ($evenOk === true) {
$annonceFilter[] = $ann;
}
}
}
return $annonceFilter;
}
/**
* Analyse les annonces légales pour déterminer si en plan
* @param string $type Type d'annonce bodacc|histo|annonces
* @param int $fj Code catégorie juridique
* @param array $annonce Une annonce
*/
2015-07-03 13:28:52 +00:00
public function getAnnoncesLegalesPlan($type, $fj, $annonce)
{
$classWDate = new WDate();
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$evenDetect = array(
'1407', // Modification de plan
'1409', // Modification du plan de continuation
'1413', // Arrêt du plan de continuation
'1414', // Arrêt du plan de redressement
'1101', // Arrêt du plan de sauvegarde
);
$fjDetect = array(
16,1600, // Exploitant agricole
63,6316,6317,6318, // Société coopérative agricole
5431,5432,5531,5532, // SMIA, SICA
5631,5632,6532,
6533,6534,6535, // GAEC, GFA, Gpt Agricole Foncier
6597,6598,
);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Bodacc
if ($type == 'bodacc') {
$tabEven = explode(';', $annonce['typeEven']);
foreach ($tabEven as $even) {
if ( intval($even)!=0 ) {
if ( ($this->dureePlan==0 || $this->dureePlan==120) && in_array($even, $evenDetect) ) {
//file_put_contents('plan.log', "MATCH DUREE PLAN : ", FILE_APPEND);
2015-07-03 13:28:52 +00:00
// --- Lecture dureePlan dans annonce
$this->debutPlan = str_replace('-','',$annonce['dateJugement']); // SSAAMMJJ
if ( preg_match('/dur.e(?:.*)plan(?:.*)(\d+)\s+ans?/Uisu', $annonce['annonce'], $matches) ) {
$this->dureePlan = $matches[1]*12; // 10 ans = 120 mois
}
// --- Duree du Plan par défaut sur FJ et par défaut
if ($this->dureePlan<1 || $this->dureePlan>120 ) {
if ( in_array($fj, $fjDetect) ) {
$this->dureePlan = 180; // 15 ans
} else {
$this->dureePlan = 120; // 10 ans = 120 mois
}
}
$this->finPlan = $classWDate->period2Days($this->debutPlan, $this->dureePlan.' mois');
}
}
}
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Historique
if ($type == 'histo') {
if ( ($this->dureePlan==0 || $this->dureePlan==120) && $annonce['CODEVE']==75 ) { // Modification de plan
$this->debutPlan = $annonce['DATE']; // SSAAMMJJ
if (preg_match('/dur.e(?:.*)plan(?:.*)(\d+)\s+ans?/Uisu', $annonce['annonceTxt'], $matches)) {
$this->dureePlan = $matches[1]*12; // 10 ans = 120 mois
}
// --- Duree du Plan par défaut sur FJ et par défaut
if ($this->dureePlan<1 || $this->dureePlan>120 ) {
if ( in_array($fj, $fjDetect) ) {
$this->dureePlan = 180; // 15 ans
} else {
$this->dureePlan = 120; // 10 ans = 120 mois
}
}
$this->finPlan = $classWDate->period2Days($this->debutPlan, $this->dureePlan.' mois');
}
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Annonce
if ($type == 'annonce') {
if ( ($this->dureePlan<1 || $this->dureePlan==120) && in_array($annonce['typeEven'], $evenDetect) ) {
$this->debutPlan = str_replace('-', '', $annonce['dateJugement']); // SSAAMMJJ
if (preg_match('/dur.e(?:.*)plan(?:.*)(\d+)\s+ans?/Uisu', $annonce['annonce'], $matches)) {
$this->dureePlan = $matches[1]*12; // 10 ans = 120 mois
} elseif (preg_match('/dur.e(?:.*)plan(?:.*)(\d+)\s+ans?/Uisu', $annonce['annonce'], $matches)) {
$this->dureePlan = $matches[1]*12; // 10 ans = 120 mois
}
if ($this->dureePlan<1 || $this->dureePlan>120) {
if ( in_array($fj, $fjDetect) ) {
$this->dureePlan = 180; // 15 ans
} else {
$this->dureePlan = 120; // 10 ans = 120 mois
}
}
$this->finPlan = $classWDate->period2Days($this->debutPlan, $this->dureePlan.' mois');
}
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
protected function getAnnoncesLegalesBodacc($count = false)
{
if ($count === true) {
$sql = "SELECT b.id AS id, b.Bodacc_Date_Parution AS unionDate, 'bodacc' AS SourceTable";
} else {
$sql = "SELECT
b.id AS id,
/* BODACC */
b.Bodacc_Code,
b.Bodacc_Annee_Parution,
b.Bodacc_Num,
b.Num_Annonce,
b.Bodacc_Date_Parution,
b.Tribunal_Dept,
b.Tribunal_Code,
d.Rubrique,
b.typeAnnonce,
b.corrNum_Annonce,
b.corrBodacc_Date_Parution,
b.corrPage,
b.corrNumParution,
b.corrTexteRectificatif,
b.annonce,
b.dateInsert,
d.typeEven,
d.dateEffet,
d.dateDebutActivite,
d.dateCessationActivite,
d.dateJugement,
d.dateFinObservation,
d.VenteMt,
d.VenteDev,
d.FJ,
d.Capital,
d.CapitalDev,
CONCAT(d.commentaires,' ',d.fusion) AS complement,
d.raisonSociale,
d.nomCommercial,
d.enseigne,
d.sigle,
d.adresse,
d.codePostal,
d.ville,
d.adresseSiege,
d.codePostalSiege,
d.villeSiege,
/* HISTO */
'' AS ANBASE,
'' AS NOBOD,
'' AS CODTRI,
'' AS JAL,
'' AS DATE,
'' AS CODEVE,
'' AS SSCODE,
'' AS DEPT,
'' AS NOANN,
'' AS ROLE,
'' AS SIREN,
'' AS E1GSIR,
'' AS E1GNIC,
'' AS annonceNum,
'' AS annonceTxt,
/* ANNONCE */
'' AS strEven,
'' AS dateCessationPaiement,
'' AS dateEffetFinP,
'' AS numero,
'' AS inter1type,
'' AS inter1id,
'' AS inter1nom,
'' AS inter2type,
'' AS inter2id,
'' AS inter2nom,
'' AS inter3type,
'' AS inter3id,
'' AS inter3nom,
'' AS inter4type,
'' AS inter4id,
'' AS inter4nom,
'' AS tribunal,
'' AS montant,
'' AS actionsNb,
'' AS nouvActivite,
'' AS nouvDir,
'' AS nouvAdr,
'' AS nouvFJ,
'' AS source,
'' AS parutionIdJal,
'' AS parutionNum,
'' AS dateSource,
/* UNION NEEDED */
t.triCode,
t.triNom,
t.triSiret,
t.triCP,
IF(d.dateSuppr=0,'',d.dateSuppr) AS deleted,
b.Bodacc_Date_Parution AS unionDate,
'bodacc' AS SourceTable
FROM jo.bodacc_detail d, jo.bodacc b, jo.tribunaux t";
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
return $sql;
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
protected function getAnnoncesLegalesHisto($count = false)
{
if ($count === true) {
$sql = "SELECT e.ANBASE AS id, DATE_FORMAT(e.DATE, '%Y-%m-%d') AS unionDate, 'histo' AS SourceTable";
} else {
$sql = "SELECT
e.ANBASE AS id,
/* BODACC */
'' AS Bodacc_Code,
'' AS Bodacc_Annee_Parution,
'' AS Bodacc_Num,
'' AS Num_Annonce,
'' AS Bodacc_Date_Parution,
'' AS Tribunal_Dept,
'' AS Tribunal_Code,
'' AS Rubrique,
'' AS typeAnnonce,
'' AS corrNum_Annonce,
'' AS corrBodacc_Date_Parution,
'' AS corrPage,
'' AS corrNumParution,
'' AS corrTexteRectificatif,
'' AS annonce,
'' AS dateInsert,
'' AS typeEven,
'' AS dateEffet,
'' AS dateDebutActivite,
'' AS dateCessationActivite,
'' AS dateJugement,
'' AS dateFinObservation,
'' AS VenteMt,
'' AS VenteDev,
'' AS FJ,
'' AS Capital,
'' AS CapitalDev,
'' AS complement,
'' AS raisonSociale,
'' AS nomCommercial,
'' AS enseigne,
'' AS sigle,
'' AS adresse,
'' AS codePostal,
'' AS ville,
'' AS adresseSiege,
'' AS codePostalSiege,
'' AS villeSiege,
/* HISTO */
e.ANBASE,
e.NOBOD,
e.CODTRI,
e.JAL,
e.DATE,
e.CODEVE,
e.SSCODE,
e.DEPT,
e.NOANN,
e.ROLE,
e.SIREN AS siren,
e.E1GSIR,
e.E1GNIC,
x.annonceNum,
x.annonceTxt,
/* ANNONCE */
'' AS strEven,
'' AS dateCessationPaiement,
'' AS dateEffetFinP,
'' AS numero,
'' AS inter1type,
'' AS inter1id,
'' AS inter1nom,
'' AS inter2type,
'' AS inter2id,
'' AS inter2nom,
'' AS inter3type,
'' AS inter3id,
'' AS inter3nom,
'' AS inter4type,
'' AS inter4id,
'' AS inter4nom,
'' AS tribunal,
'' AS montant,
'' AS actionsNb,
'' AS nouvActivite,
'' AS nouvDir,
'' AS nouvAdr,
'' AS nouvFJ,
'' AS source,
'' AS parutionIdJal,
'' AS parutionNum,
'' AS dateSource,
/* UNION NEEDED */
'' AS triCode,
'' AS triNom,
'' AS triSiret,
'' AS triCP,
'' AS deleted,
DATE_FORMAT(e.DATE, '%Y-%m-%d') AS unionDate,
'histo' AS SourceTable
FROM historiques.texte x, historiques.entrep e";
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
return $sql;
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
protected function getAnnoncesLegalesAnnonce($count = false)
{
if ($count == true) {
$sql = "SELECT a.id AS id, a.dateJugement AS unionDate, 'annonce' AS SourceTable";
} else {
$sql = "SELECT
a.id AS id,
/* BODACC */
'' AS Bodacc_Code,
'' AS Bodacc_Annee_Parution,
'' AS Bodacc_Num,
'' AS Num_Annonce,
'' AS Bodacc_Date_Parution,
'' AS Tribunal_Dept,
'' AS Tribunal_Code,
'' AS Rubrique,
'' AS typeAnnonce,
'' AS corrNum_Annonce,
'' AS corrBodacc_Date_Parution,
'' AS corrPage,
'' AS corrNumParution,
'' AS corrTexteRectificatif,
a.annonce,
a.dateInsert,
a.typeEven,
'' AS dateEffet,
'' AS dateDebutActivite,
'' AS dateCessationActivite,
a.dateJugement,
'' AS dateFinObservation,
'' AS VenteMt,
'' AS VenteDev,
'' AS FJ,
'' AS Capital,
'' AS CapitalDev,
a.complement,
a.raisonSociale,
'' AS nomCommercial,
'' AS enseigne,
'' AS sigle,
a.adresse,
a.codePostal,
a.ville,
'' AS adresseSiege,
'' AS codePostalSiege,
'' AS villeSiege,
/* HISTO */
'' AS ANBASE,
'' AS NOBOD,
'' AS CODTRI,
'' AS JAL,
'' AS DATE,
'' AS CODEVE,
'' AS SSCODE,
'' AS DEPT,
'' AS NOANN,
'' AS ROLE,
a.siren,
'' AS E1GSIR,
'' AS E1GNIC,
'' AS annonceNum,
'' AS annonceTxt,
/* ANNONCE */
a.strEven,
a.dateCessationPaiement,
a.dateEffetFinP,
a.numero,
a.inter1type,
a.inter1id,
a.inter1nom,
a.inter2type,
a.inter2id,
a.inter2nom,
a.inter3type,
a.inter3id,
a.inter3nom,
a.inter4type,
a.inter4id,
a.inter4nom,
a.tribunal,
a.montant,
a.actionsNb,
a.nouvActivite,
a.nouvDir,
a.nouvAdr,
a.nouvFJ,
a.source,
a.parutionIdJal,
a.parutionNum,
DATE_FORMAT(a.dateSource, '%Y-%m-%d') AS dateSource,
/* UNION NEEDED */
t.triCode,
t.triNom,
t.triSiret,
t.triCP,
'' AS deleted,
a.dateJugement AS unionDate,
'annonce' AS SourceTable
FROM jo.annonces a, jo.tribunaux t";
}
2015-07-03 13:28:52 +00:00
return $sql;
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
/**
* Liste des annonces légales pour un siren donnée
* @param integer $siren
* @param integer $idAnnonce
* @param mixed $rubrique Filter par rubrique
* (P)rocol, (D)issolution, (R)adiation, (A)bsorption, (L)ocataire, (G)érance:propriétaire,
* (V)endeur, bodacc (C), (BODA) (BODB) (BODC) ou tableau des codeEven
* @param bool $forceVerif
* @return array
*/
public function getAnnoncesLegales($siren, $idAnnonce=0, $rubrique='', $forceVerif=false, $allTextes=false, $deleted=false)
{
$siren = intval($siren);
$tabRet = array();
$procol = false; // Par défaut, on ne trouve pas de procédure collective !
$this->dureePlan = 0; // Par défaut, on ne trouve aucune durée de plan
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// @todo : Gerer la pagination LIMIT 0,20 - LIMIT 19,20
// @todo : Ajout marqueur visu pour ne pas faire les calcul de duree plan, etc
$visualisation = $this->AnnoncesLegalesVisu;
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$classWDate = new WDate();
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
if ( !is_array($rubrique) && !in_array($rubrique, array('','P','PH','D','A','C','R','L','G','V','BODA','BODB','BODC')) ) {
return false;
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
if ($idAnnonce != 0) {
// --- Annonce
if (substr($idAnnonce,0,2) == '0.') {
2015-07-06 14:03:16 +00:00
$idAnnonce = substr($idAnnonce,2);
2015-07-03 13:28:52 +00:00
$sqlAnnonceWhere = "a.id=$idAnnonce";
$sqlAnnonceWhere.= " AND a.tribunal=t.triCode AND a.dateSuppr=0";
$sqlAnnonceWhere.= " GROUP BY a.siren, a.dateJugement, a.typeEven ORDER BY a.dateJugement DESC";
$sql = $this->getAnnoncesLegalesAnnonce()." WHERE ".$sqlAnnonceWhere;
}
// --- Histo
elseif ($idAnnonce < 0) {
$idAnnonce = abs($idAnnonce);
$sqlHistoWhere = "e.ANBASE=$idAnnonce ";
$sqlHistoWhere.= " AND e.ANBASE=x.annonceNum AND e.DATE BETWEEN 19890101 AND 20041231";
/*$sqlHistoWhere.= " AND e.E1GSIR=e.SIREN";*/
$sqlHistoWhere.= " GROUP BY e.ANBASE ORDER BY e.DATE DESC";
$sql = $this->getAnnoncesLegalesHisto()." WHERE ".$sqlHistoWhere;
}
// --- Bodacc
elseif ($idAnnonce > 0) {
$sqlBodaccWhere ="d.id=$idAnnonce ";
$sqlBodaccWhere.= " AND d.id=b.id AND b.Tribunal_Code=t.triCode";
$sql = $this->getAnnoncesLegalesBodacc()." WHERE ".$sqlBodaccWhere;
}
} else {
// --- Where Bodacc
$sqlBodaccWhere = "d.siren=$siren";
$sqlBodaccWhere.= $this->getAnnoncesLegalesRubrique('bodacc', $rubrique);
$sqlBodaccWhere.= " AND d.id=b.id AND b.Tribunal_Code=t.triCode";
// --- Annonces supprimées ou rectifiées
if ( $deleted === true ) {
$sqlBodaccWhere.= " AND (d.dateSuppr=0 OR d.dateSuppr!='0000-00-00 00:00:00' AND d.idSuppr=0) ";
} else {
$sqlBodaccWhere.= " AND d.dateSuppr=0 ";
}
$sqlBodacc = $this->getAnnoncesLegalesBodacc()." WHERE ".$sqlBodaccWhere;
// --- Where Histo
$sqlHistoRubrique = $this->getAnnoncesLegalesRubrique('histo', $rubrique);
if ($sqlHistoRubrique !== false) {
$sqlHistoWhere = "e.E1GSIR=$siren";
$sqlHistoWhere.= $sqlHistoRubrique;
$sqlHistoWhere.= " AND e.ANBASE=x.annonceNum AND e.DATE BETWEEN 19890101 AND 20041231";
/*$sqlHistoWhere.= " AND e.E1GSIR=e.SIREN";*/
$sqlHistoWhere.= " GROUP BY e.ANBASE ORDER BY e.DATE DESC";
$sqlHisto = $this->getAnnoncesLegalesHisto()." WHERE ".$sqlHistoWhere;
}
2015-07-03 13:28:52 +00:00
// --- Where Annonce
$sqlAnnonceRubrique = $this->getAnnoncesLegalesRubrique('annonce', $rubrique);
if ($sqlAnnonceRubrique !== false) {
$sqlAnnonceWhere = "a.siren=$siren";
$sqlAnnonceWhere.= $sqlAnnonceRubrique;
$sqlAnnonceWhere.= " AND a.tribunal=t.triCode AND a.dateSuppr=0";
if ($visualisation === true) {
// --- Ne pas afficher les annonces si la procédure à plus de 4 mois
$sqlAnnonceWhere.= " AND a.dateJugement > DATE_SUB(NOW(), INTERVAL 24 MONTH)";
}
$sqlAnnonceWhere.= " GROUP BY a.siren, a.dateJugement, a.typeEven ORDER BY a.dateJugement DESC";
$sqlAnnonce = $this->getAnnoncesLegalesAnnonce()." WHERE ".$sqlAnnonceWhere;
2015-07-03 13:28:52 +00:00
}
// --- SQL Union
$sql = "SELECT * FROM ( (".$sqlBodacc.") ";
if (!empty($sqlHisto)) {
$sql.= "UNION ALL (".$sqlHisto.") ";
}
if (!empty($sqlAnnonce)) {
$sql.= "UNION ALL (".$sqlAnnonce.") ";
}
$sql.= ") results ORDER BY unionDate DESC";
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
$annonceResult = $this->iDb->query($sql);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Traitement des resultats
if (count($annonceResult)>0) {
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Identite Light de l'entité
$tabId = $this->getIdentiteLight($siren);
$fj = $tabId['FJ'];
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
foreach ($annonceResult as $ann) {
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Formatage bodacc
if ($ann['SourceTable'] == 'bodacc') {
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$tabEven = explode(';', $ann['typeEven']);
$tabRetEven = array();
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Annonce rubrique insertion
if ($ann['typeAnnonce']<>'Insertion') {
// --- Sélection des événements
foreach ($tabEven as $even) {
if (intval($even)!=0) {
$tabRetEven[] = array(
'CodeEven' => $even,
'LibEven' => $this->iBodacc->getEvenement($even)
);
}
}
//Libellé générique
$tabRetEven[] = array(
'CodeEven' => '0000',
'LibEven' => $ann['typeAnnonce']." de l'annonce du ".$classWDate->dateT('Y-m-d','d/m/Y',$ann['corrBodacc_Date_Parution'])
);
}
// --- Annonce autre rubrique
else {
if (trim($ann['typeEven'])<>'') {
foreach ($tabEven as $even) {
if ( intval($even)!=0 ) {
$tabRetEven[] = array(
'CodeEven' => $even,
'LibEven' => $this->iBodacc->getEvenement($even)
);
}
}
// --- Detection procédure collective
if ($visualisation === false) {
$this->getAnnoncesLegalesPlan('bodacc', $fj, $ann);
}
} else {
switch ($ann['Rubrique']) {
case 'mmd': $codeEven='2313'; $libEven='Modification(s) diverse(s)'; break;
case 'comptes': $codeEven='3999'; $libEven='Dépôt des comptes'; break;
case 'creations': $codeEven='4999'; $libEven='Création d\'entreprise'; break;
case 'procol': $codeEven='1999'; $libEven='Procédure collective'; break;
case 'radiations': $codeEven='6700'; $libEven='Radiation'; break;
case 'ventes': $codeEven='5999'; $libEven='Vente/Cession'; break;
default: $codeEven='0000'; $libEven=$ann['Rubrique']; break;
}
$tabRetEven[]=array('CodeEven'=>$codeEven,'LibEven'=>$libEven);
}
}
2015-06-05 15:29:18 +00:00
if ($ann['Rubrique']=='procol') $procol = true;
2015-07-03 13:28:52 +00:00
$dateCes=str_replace('-','', $ann['dateCessationActivite'])*1;
$dateDeb=str_replace('-','', $ann['dateDebutActivite'])*1;
$dateEff=str_replace('-','', $ann['dateEffet'])*1;
if ($dateCes>0) {
$dateEffet=$ann['dateCessationActivite'];
} elseif ($dateDeb>0) {
$dateEffet=$ann['dateDebutActivite'];
} else {
$dateEffet=$ann['dateEffet'];
}
$adresseAnn=trim(preg_replace('/ +/',' ', $ann['adresseSiege'].' '.$ann['codePostalSiege'].' '.$ann['villeSiege']));
2015-07-03 13:28:52 +00:00
if (strlen($adresse)<8) {
$adresseAnn=trim(preg_replace('/ +/',' ', $ann['adresse'].' '.$ann['codePostal'].' '.$ann['ville']));
}
// --- Retour bodacc
$retFormat = array(
'id' => $ann['id'],
'BodaccCode' => 'BOD'.$ann['Bodacc_Code'],
'BodaccNum' => $ann['Bodacc_Num'],
'NumAnnonce' => $ann['Num_Annonce'],
'DateParution' => $ann['Bodacc_Date_Parution'],
'Departement' => $ann['Tribunal_Dept'],
'Tribunal' => $ann['triNom'],
'TribunalCode' => $ann['triCode'],
'TribunalSiret' => $ann['triSiret'],
'Rubrique' => $ann['Rubrique'],
'typeAnnonce' => $ann['typeAnnonce'],
'texteRectificatif' => $ann['corrTexteRectificatif'],
'dateEffet' => $dateEffet,
'dateJugement' => $ann['dateJugement'],
'dateFin' => $ann['dateFinObservation'],
'montantVente' => trim($ann['VenteMt'].' '.$ann['VenteDev']),
'libFJ' => $ann['FJ'],
'codFJ' => $this->iBodacc->getCodeFormeJur($ann['FJ']),
'capital' => $ann['Capital'],
'capitalDev' => $ann['CapitalDev'],
'raisonSociale' => $ann['raisonSociale'],
'nomCommercial' => $ann['nomCommercial'],
'sigle' => $ann['sigle'],
'adresse' => $adresseAnn,
'dateInsertionSD' => $ann['dateInsert'],
'evenements' => $tabRetEven,
'complement' => $ann['complement'],
'deleted' => $ann['deleted'],
'texteAnnonce' => $ann['annonce'],
);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$tabRet[] = $retFormat;
2015-07-03 13:28:52 +00:00
}
2015-07-03 13:28:52 +00:00
// --- Formattage Histo
elseif ($ann['SourceTable'] == 'histo') {
if ($ann['JAL']==1) $Bodacc_Code='BODA';
elseif ($ann['JAL']==200) $Bodacc_Code='BODB';
if ($ann['CODEVE']>49 && $ann['CODEVE']<80) $procol=true;
if ($ann['CODEVE']<20) $rub='creations'; // 4xxx
elseif ($ann['CODEVE']<=25) $rub='ventes'; // 5xxx
elseif ($ann['CODEVE']<40) $rub='mmd'; // 2xxx
elseif ($ann['CODEVE']<42) $rub='radiations'; // 6xxx
elseif ($ann['CODEVE']<50) $rub='mmd'; // 2xxx
elseif ($ann['CODEVE']<80) $rub='procol'; // 1xxx
$tabEvens = array();
$newCodeEven = $this->HistoEvenConvert[$ann['CODEVE']];
if ($newCodeEven*1==2318) {
$tabNewEven = explode(';', $this->HistoRoleConvert[$ann['ROLE']]);
if (count($tabNewEven)>0) {
foreach ($tabNewEven as $newCodeEven) {
$tabEvens[] = array(
'CodeEven' => $newCodeEven,
'LibEven' => $this->iBodacc->getEvenement($newCodeEven));
}
} else {
$tabEvens[] = array(
'CodeEven' => $newCodeEven,
'LibEven' => $this->iBodacc->getEvenement($newCodeEven)
);
2015-07-03 13:28:52 +00:00
}
} else {
$tabEvens[] = array(
'CodeEven' => $newCodeEven,
'LibEven' => $this->iBodacc->getEvenement($newCodeEven)
);
// --- Detection procédure collective
if ($visualisation === false) {
$this->getAnnoncesLegalesPlan('histo', $fj, $ann);
}
}
// Recherche du capital et de la FJ dans le texte histo
if ( ($ann['CODEVE']>=10 && $ann['CODEVE']<20)
|| ($ann['CODEVE']>=30 && $ann['CODEVE']<42)
|| ($ann['CODEVE']>=51 && $ann['CODEVE']<80) ) {
// Recherche du capital
if (preg_match('/Capital(?:.|)\:(.*)(eur.|f|livre)/Uis', $ann['annonceTxt'], $matches)) {
$capital=trim(strtr($matches[1],array(' '=>'', ',00 '=>'', '.00 '=>'')))*1;
if (substr(strtoupper($matches[2]),0,3)=='EUR')
$capitalDev='EUR';
elseif (substr(strtoupper($matches[2]),0,3)=='LIV')
$capitalDev='GBP';
2015-07-03 13:28:52 +00:00
else
$capitalDev='FRF';
} else
$capital=$capitalDev='';
// Recherche de la forme juridique
if (preg_match('/Forme(?:.|)\:(.*)(Capital|Adresse|Activit.|Administration|Commentaire)(?:.|)\:/Uisu', $ann['annonceTxt'], $matches)) {
$libFJ = trim($matches[1]);
}
}
2015-07-03 13:28:52 +00:00
// --- Retour histo
$retFormat = array(
'id' => -$ann['ANBASE'],
'BodaccCode' => $Bodacc_Code,
'BodaccNum' => $ann['NOBOD'],
'NumAnnonce' => $ann['NOANN'],
'DateParution' => substr($ann['DATE'],0,4).'-'.substr($ann['DATE'],4,2).'-'.substr($ann['DATE'],6,2),
'Departement' => $ann['DEPT'],
'Tribunal' => $this->iBodacc->getTribunalNom($ann['CODTRI']), //$ann['triNom'],
'TribunalSiret' => $this->iBodacc->getTribunalSiret($ann['CODTRI']),//$ann['triSiret'],
'Rubrique' => $rub,
'typeAnnonce' => 'Insertion',
'dateEffet' => substr($ann['DATE'],0,4).'-'.substr($ann['DATE'],4,2).'-'.substr($ann['DATE'],6,2),
'dateJugement' => substr($ann['DATE'],0,4).'-'.substr($ann['DATE'],4,2).'-'.substr($ann['DATE'],6,2),
'dateFin' => '',
'montantVente' => '',
'libFJ' => $libFJ,
'codFJ' => $this->iBodacc->getCodeFormeJur($libFJ),
'capital' => $capital,
'capitalDev' => $capitalDev,
'raisonSociale' => '',//$ann['raisonSociale'],
'nomCommercial' => '',//$ann['nomCommercial'],
'sigle' => '',//$ann['sigle'],
'adresse' => '',//$adresseAnn,
'dateInsertionSD' => '',
'evenements' => $tabEvens,
'texteAnnonce' => $ann['NOANN'].' - '.$ann['annonceTxt'],
);
$tabRet[] = $retFormat;
}
// --- Formattage Annonce
elseif ($ann['SourceTable'] == 'annonce') {
$rubriqueRet = '';
$tabInter = array(
'A' => 'Administrateur judiciaire',
'M' => 'Mandataire judiciaire',
'H' => 'Huissier',
'L' => 'Liquidateur',
'R' => 'Représentant des Créanciers',
'O' => 'Opposition',
'U' => 'Curateur',
'C' => 'Commissaire au plan',
'S' => 'Syndic',
'D' => 'Commissaire au concordat',
'T' => 'Conciliateur',
'V' => 'Avocat',
'N' => 'Notaire',
'J' => 'Juge Commissaire',
'K' => 'Juge Commissaire Suppléant',
);
$dept = substr($ann['triCP'],0,2)*1;
$depotComptes = false;
if ($dept==97) $dept = substr($ann['triCP'],0,3)*1;
$adresse='';
/** Ajout des informations identitaires pour les annonces collecte avant Décembre 2008 **/
if ( trim($ann['raisonSociale'])=='' || trim($ann['adresse'])==''
|| trim($ann['codePostal'])=='' || trim($ann['ville'])=='') {
$ann['raisonSociale'] = $tabId['Nom'];
$ann['adresse'] = $tabId['Adresse'];
$ann['codePostal'] = $tabId['CP'];
$ann['ville'] = $tabId['Ville'];
}
$adresse.=ucfirst(strtolower($ann['adresse'])).', ';
$adresse=trim(preg_replace('/^0+/','', preg_replace('/ +/',' ', $adresse)));
if (preg_match('/(3100|3200|3300|3999)/', $ann['typeEven'].';'.$ann['strEven'])) {
$depotComptes = true;
$strRCS = 'Siren : '. $ann['siren'] . '. ';
} else
$strRCS = $ann['siren'] . ' RCS '. ucfirst(strtolower(strtr($ann['triNom'], array('TGIcc '=>'','TGI '=>'','TC '=>'','TI '=>'',)))).'. ';
$texteAnnonce = 'Date : '.strtolower($classWDate->dateT('Y-m-d','d M Y',$ann['dateJugement'])) .'. '. $this->iBodacc->getEvenement($ann['typeEven']).'. '.
$strRCS . trim($ann['raisonSociale']). '. Adresse : '. $adresse.' '.$ann['codePostal'].' '.$ann['ville'].'. ';
if (trim($ann['numero'])<>'') $texteAnnonce.='Jugement Numéro : '.trim($ann['numero']).'. ';
if ($ann['dateCessationPaiement']*1<>0) $texteAnnonce.='Cessation des paiements le '.strtolower($classWDate->dateT('Y-m-d','d M Y',$ann['dateCessationPaiement'])).'. ';
if (trim($ann['inter1type'])<>'' && ($ann['inter1id']>0 || trim($ann['inter1nom'])<>'') ) {
$texteAnnonce.=$tabInter[$ann['inter1type']].' : '.$ann['inter1nom'];
if ($ann['inter1id']<>0) {
$tabTmp=$this->iDb->select( 'jo.tabMandataires', 'sirenGrp, sirenMand, tel, fax, email', 'id='.$ann['inter1id'], false, MYSQL_ASSOC);
$mand=$tabTmp[0];
if ($mand['sirenGrp']<>0) $texteAnnonce.=', Siren SCP '.$mand['sirenGrp'];
if ($mand['sirenMand']<>0) $texteAnnonce.=', Siren '.$mand['sirenMand'];
if ($mand['tel']<>'') $texteAnnonce.=', Telephone '.$mand['tel'];
if ($mand['fax']<>'') $texteAnnonce.=', Telecopie '.$mand['fax'];
if ($mand['email']<>'') $texteAnnonce.=', E-mail : '.$mand['email'];
}
$texteAnnonce.='. ';
}
if (trim($ann['inter2type'])<>'' && ($ann['inter2id']>0 || trim($ann['inter2nom'])<>'') ) {
$texteAnnonce.=$tabInter[$ann['inter2type']].' : '.$ann['inter2nom'];
if ($ann['inter2id']<>0) {
$tabTmp=$this->iDb->select( 'jo.tabMandataires', 'sirenGrp, sirenMand, tel, fax, email', 'id='.$ann['inter2id'], false, MYSQL_ASSOC);
$mand=$tabTmp[0];
if ($mand['sirenGrp']<>0) $texteAnnonce.=', Siren SCP '.$mand['sirenGrp'];
if ($mand['sirenMand']<>0) $texteAnnonce.=', Siren '.$mand['sirenMand'];
if ($mand['tel']<>'') $texteAnnonce.=', Telephone '.$mand['tel'];
if ($mand['fax']<>'') $texteAnnonce.=', Telecopie '.$mand['fax'];
if ($mand['email']<>'') $texteAnnonce.=', E-mail : '.$mand['email'];
}
$texteAnnonce.='. ';
}
if (trim($ann['inter3type'])<>'' && ($ann['inter3id']>0 || trim($ann['inter3nom'])<>'') ) {
$texteAnnonce.=$tabInter[$ann['inter3type']].' : '.$ann['inter3nom'];
if ($ann['inter3id']<>0) {
$tabTmp=$this->iDb->select( 'jo.tabMandataires', 'sirenGrp, sirenMand, tel, fax, email', 'id='.$ann['inter3id'], false, MYSQL_ASSOC);
$mand=$tabTmp[0];
if ($mand['sirenGrp']<>0) $texteAnnonce.=', Siren SCP '.$mand['sirenGrp'];
if ($mand['sirenMand']<>0) $texteAnnonce.=', Siren '.$mand['sirenMand'];
if ($mand['tel']<>'') $texteAnnonce.=', Telephone '.$mand['tel'];
if ($mand['fax']<>'') $texteAnnonce.=', Telecopie '.$mand['fax'];
if ($mand['email']<>'') $texteAnnonce.=', E-mail : '.$mand['email'];
}
$texteAnnonce.='. ';
}
if (trim($ann['inter4type'])<>'' && ($ann['inter4id']>0 || trim($ann['inter4nom'])<>'') ) {
$texteAnnonce.=$tabInter[$ann['inter4type']].' : '.$ann['inter4nom'];
if ($ann['inter4id']<>0) {
$tabTmp=$this->iDb->select( 'jo.tabMandataires', 'sirenGrp, sirenMand, tel, fax, email', 'id='.$ann['inter4id'], false, MYSQL_ASSOC);
$mand=$tabTmp[0];
if ($mand['sirenGrp']<>0) $texteAnnonce.=', Siren SCP '.$mand['sirenGrp'];
if ($mand['sirenMand']<>0) $texteAnnonce.=', Siren '.$mand['sirenMand'];
if ($mand['tel']<>'') $texteAnnonce.=', Telephone '.$mand['tel'];
if ($mand['fax']<>'') $texteAnnonce.=', Telecopie '.$mand['fax'];
if ($mand['email']<>'') $texteAnnonce.=', E-mail : '.$mand['email'];
}
$texteAnnonce.='. ';
}
2015-07-03 13:28:52 +00:00
if (trim($ann['nouvActivite'])<>'') $texteAnnonce.=' Activité : '.trim($ann['nouvActivite']).'. ';
if (trim($ann['nouvDir'])<>'') $texteAnnonce.=' Administration : '.trim($ann['nouvDir']).'. ';
if (trim($ann['nouvAdr'])<>'') $texteAnnonce.=' Nouvelle adresse : '.trim($ann['nouvAdr']).'. ';
if ($ann['nouvFJ']*1>0) $texteAnnonce.=' Transformation de la société en '.$this->getLibelleFJ($ann['nouvFJ']).'. ';
if ($ann['dateEffetFinP']*1<>'') {
if ($depotComptes)
$texteAnnonce.=' Comptes annuels et rapports de l\'exercice clos le : '.strtolower($classWDate->dateT('Y-m-d','d M Y',$ann['dateEffetFinP'])).'. ';
else
$texteAnnonce.=' Date d\'effet : '.strtolower($classWDate->dateT('Y-m-d','d M Y',$ann['dateEffetFinP'])).'. ';
}
if (trim($ann['complement'])<>'') $texteAnnonce.=' Observations : '.trim($ann['complement']).'.';
$tabRetEven = array();
$tabRetEven[] = array(
'CodeEven' => $ann['typeEven'],
'LibEven' => $this->iBodacc->getEvenement($ann['typeEven'])
);
if ($ann['typeEven']==2102 || $ann['typeEven']==2100) $capital=true;
else $capital=false;
if (trim($ann['strEven']) != '') {
$tabEven = explode(';', $ann['strEven']);
foreach ($tabEven as $even) {
$tabRetEven[] = array(
'CodeEven' => $even,
'LibEven' => $this->iBodacc->getEvenement($even)
);
if ($even>=1000 && $even<2000) $rubriqueRet='procol';
elseif ($even>=2000 && $even<3000) $rubriqueRet='mmd';
elseif ($even>=3000 && $even<4000) $rubriqueRet='comptes';
elseif ($even>=4000 && $even<5000) $rubriqueRet='creations';
elseif ($even>=5000 && $even<6000) $rubriqueRet='ventes';
elseif ($even>=6000 && $even<7000) $rubriqueRet='radiations';
if ($even==2102 || $even==2100) $capital=true;
}
}
// --- Detection procédure collective
if ($visualisation === false) {
$this->getAnnoncesLegalesPlan('annonce', $fj, $ann);
}
$strVente='';
$nouvCapital='';
if ($ann['montant']>0) {
if ($capital) {
$nouvCapital=$ann['montant'];
$texteAnnonce.=' Nouveau capital : '.trim($ann['montant']). ' euros';
if ($ann['actionsNb']>0)
$texteAnnonce.=' divisé en '.$ann['actionsNb'].' actions de '. round($ann['montant']/$ann['actionsNb']). ' euros';
} elseif (!preg_match('/ pour un montant de /Uis', $ann['complement'])) {
$texteAnnonce.=' Montant : '.trim($ann['montant']). ' euros';
$strVente=trim($ann['montant']). ' EUR';
}
$texteAnnonce.='. ';
}
// On ne prend l'annonce saisie directement que si elle est plus volumineuse
if (trim($ann['annonce'])<>'' && strlen(trim($ann['annonce']))>strlen($texteAnnonce))
$texteAnnonce=trim($ann['annonce']);
$texteAnnonce = preg_replace('/ +/', ' ', strtr($texteAnnonce, array('*'=>' ', '/'=>' ', '..'=>'.')));
if (str_replace('-', '', $ann['dateSource'])*1 != 0) {
$dateParution = $ann['dateSource'];
} else {
$dateParution = $ann['dateInsert'];
}
$retFormat = array(
'id' => '0.'.$ann['id'],
'BodaccCode' => $ann['source'].'-'.$ann['parutionIdJal'],
'BodaccNum' => $ann['parutionNum'],
'NumAnnonce' => 0,
'DateParution' => $dateParution,
'Departement' => $dept,
'Tribunal' => $ann['triNom'],
'TribunalSiret' => $ann['triSiret'],
'Rubrique' => $rubriqueRet,
'typeAnnonce' => 'insertion',
'dateEffet' => $ann['dateCessationPaiement'],
'dateJugement' => $ann['dateJugement'],
'dateFin' => $ann['dateEffetFinP'],
'montantVente' => $strVente,
'libFJ' => $ann['nouvFJ'],
'codFJ' => $this->iBodacc->getCodeFormeJur($ann['nouvFJ']),
'capital' => $nouvCapital,
'capitalDev' => 'EUR',
'raisonSociale' => $ann['raisonSociale'],
'nomCommercial' => '',
'sigle' => '',
'adresse' => $ann['nouvAdr'],
'dateInsertionSD' => $ann['dateInsert'],
'evenements' => $tabRetEven,
'texteAnnonce' => $texteAnnonce,
'complement' => $ann['complement'],
);
if ($depotComptes) {
$retFormat['dateEffet'] = $ann['dateEffetFinP'];
}
$tabRet[] = $retFormat;
}
} // --- Fin du parcours des annonces
// --- Vérification
if ($visualisation === false) {
// --- Si il y a des annonces
if (count($tabRet) > 0) {
$tabJugements = array();
// --- Liste des jugements principaux - élimination des secondaires
foreach ($tabRet as $i => $ann) {
$tabJugements[$ann['dateJugement']] = $ann['evenements'][0]['CodeEven'];
2015-07-03 13:28:52 +00:00
}
// --- Gestions des conditions pour l'affichage de l'indicateur procédure collectives
if ($rubrique=='P') {
// Si plan recherche des annonces suivantes
if ($this->dureePlan > 0) {
ksort($tabJugements);
// Tableau chronologique des dates de jugement => code jugement
foreach ($tabJugements as $dateJuge => $codeJuge) {
2015-07-03 13:28:52 +00:00
// Si plan suivi de SV, RJ, LJ ou clôture alors pas de plan
if ($dateJuge>$this->debutPlan & (
($codeJuge>=1100 && $codeJuge<=1101)|| // Sauvegarde
($codeJuge>=1200 && $codeJuge<=1202)|| $codeJuge==1211|| // RJ
($codeJuge>=1300 && $codeJuge<=1313)|| // LJ
($codeJuge>=1500 && $codeJuge<=1504) ) ) { // Cloture
$this->dureePlan = 0;
}
}
2015-07-03 13:28:52 +00:00
}
// Tableau ante-chronologique des dates de jugement ==> code jugement
krsort($tabJugements);
$evenFirst = current($tabJugements);
$derProcol = str_replace('-','', key($tabJugements))*1;
//@todo : Mettre en cache
$tabNoProcol = array();
$tmp = $this->iDb->select('jo.tabEvenements', 'codEven, affProcol', 'affProcol>0', false, MYSQL_ASSOC);
foreach ($tmp as $tmp2) {
$tabNoProcol[$tmp2['codEven']] = $tmp2['affProcol'];
2015-07-03 13:28:52 +00:00
}
// --- Evenements effaçant l'indicateur P dans Situation Juridique
if (array_key_exists($evenFirst, $tabNoProcol)) {
switch ($tabNoProcol[$evenFirst]) {
// PAS DE MENTION DE LA PROCOL
case 1:
$tabRet = array();
break;
// Ne pas mentionner la procol si CJ=1xxx
case 2:
if (substr($tabId['FJ'],0,1)*1==1) {
$tabRet = array();
} elseif ($tabId['Actif']*1 > 0 && substr($tabId['FJ'],0,1)*1 != 9) {
$maxLatence = date('Ymd',mktime(0,0,0,(substr($derProcol,4,2)*1)+1,substr($derProcol,6,2),substr($derProcol,0,4)));
if (date('Ymd') > $maxLatence) {
$tabRet = array();
}
}
break;
// Pas Procol si actif RCS
case 3:
if ($tabId['Actif']*1>0) {
$tabRet = array();
}
break;
// Le dernier jugement est un appel => Procol Suspendu
case 4:
$this->appelJugement = true;
break;
2015-07-03 13:28:52 +00:00
}
}
2015-07-03 13:28:52 +00:00
// --- Procédure trop ancienne plus de 12 ans et actif
$dateTropAncienne = (date('Ymd')*1)-120000;
if ($derProcol < $dateTropAncienne && $tabId['Actif']*1 > 0) {
$derPr = $classWDate->dateT('Ymd','d/m/Y', $derProcol);
$tabRet = array();
}
// --- En Procol mais présence d'une annonce de cloture ou LJ avec Bilan publié ultérieurement
elseif ( ($evenFirst>=1300 && $evenFirst<=1313 && $evenFirst!=1310) || ($evenFirst>=1500 && $evenFirst<=1504)) {
$mBil = new MBilans($siren, $this->iDb);
$tabBilans = $mBil->listeBilans($accesDist);
$derExercice = 0;
foreach ($tabBilans as $idx => $bilan) {
if ($bilan['dateExercice'] > $derExercice) {
$derExercice = $bilan['dateExercice'];
}
}
2015-07-03 13:28:52 +00:00
if ($derExercice>$derProcol) {
$derEx = $classWDate->dateT('Ymd', 'd/m/Y', $derExercice);
$derPr = $classWDate->dateT('Ymd', 'd/m/Y', $derProcol);
$tabRet = array();
2015-07-03 13:28:52 +00:00
}
}
}
// --- Dissolution mais bilan après événements
elseif ($rubrique == 'D') {
// Tableau ante-chronologique des dates de jugement ==> code jugement
krsort($tabJugements);
$mBil = new MBilans($siren, $this->iDb);
$tabBilans = $mBil->listeBilans(false, 3);
$derExercice = 0;
$derProcol = str_replace('-','',key($tabJugements))*1;
foreach ($tabBilans as $idx => $bilan){
if ($bilan['dateExercice'] > $derExercice) {
$derExercice = $bilan['dateExercice'];
}
}
if ($derExercice > $derProcol) {
$derEx = $classWDate->dateT('Ymd','d/m/Y',$derExercice);
$derPr = $classWDate->dateT('Ymd','d/m/Y',$derProcol);
$tabRet = array();
2015-07-03 13:28:52 +00:00
}
}
}
}
}
return $tabRet;
}
2013-11-05 11:18:30 +00:00
/**
* Retourne les annonces du bulletin des annonces légales officielles
* @param string $siren
* @param int $idAnnonce
* @param int $offset
* @param int $lignes
* @return array
*/
public function getAnnoncesBalo($siren, $idAnnonce=0, $offset=0, $lignes=100)
2013-11-05 11:18:30 +00:00
{
$siren = str_pad($siren, 9, '0', STR_PAD_LEFT);
2013-11-05 11:18:30 +00:00
$strIdAnn='';
$tabRet=array();
if ($idAnnonce>0) {
$tmp=explode('.', $idAnnonce);
if (is_numeric($tmp[0])) $num=$tmp[0];
if (is_numeric($tmp[1])) $par=$tmp[1];
2013-11-05 11:18:30 +00:00
$strIdAnn=" AND Num_Affaire='$num' AND Num_Parution='$par' ";
}
2015-07-03 13:28:52 +00:00
$mBalo = new MBalo();
$bodacc = $this->iDb->select('jo.balo', "Societe_Rcs, Categorie, Num_Affaire, Date_Parution, Num_Parution,
Url_Annonce_Html, Url_Annonce_Pdf, Annonce_Html, dateInsert",
"Societe_Rcs='$siren' $strIdAnn ORDER BY Date_Parution DESC, Num_Affaire LIMIT $offset, $lignes",
2015-07-03 13:28:52 +00:00
false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$k=0;
2015-07-03 13:28:52 +00:00
if (count($bodacc) > 0) {
foreach ($bodacc as $k => $ann) {
$tabRetEven = array();
$tabRetEven[] = array(
'CodeEven' => $mBalo->getLibEven($ann['Categorie']),
'LibEven' => $ann['Categorie']
);
$tabRet[$k]=array(
'id' => $ann['Num_Affaire'].'.'.$ann['Num_Parution'],
'BodaccCode' => 'BALO',
'BodaccNum' => $ann['Num_Parution'],
'NumAnnonce' => $ann['Num_Affaire'],
'DateParution' => $ann['Date_Parution'],
'typeAnnonce' => 'Insertion',
'dateInsertionSD' => $ann['dateInsert'],
'evenements' => $tabRetEven,
'Lien_Annonce_Pdf' => basename($ann['Url_Annonce_Pdf']),
2015-07-03 13:28:52 +00:00
);
if ($idAnnonce<>0) {
$tabRet[$k]['texteAnnonce'] = strtr(
preg_replace('/<html.*<body.*>/Uis', '',
preg_replace('/( class=".*")/ie', ' ', $ann['Annonce_Html'])),
array('&nbsp;'=>' ', '</html>'=>'', '</body>'=>'')
);
}
2013-11-05 11:18:30 +00:00
}
}
2013-11-05 11:18:30 +00:00
return $tabRet;
}
/**
* Retourne le nombre d'annonce Balo pour un siren
* @param string $siren
* @return int
*/
2015-07-03 13:28:52 +00:00
public function getAnnoncesBaloCount($siren)
2013-11-05 11:18:30 +00:00
{
2015-07-03 13:28:52 +00:00
$bodacc = $this->iDb->select('jo.balo', "count(*) AS nb",
"Societe_Rcs='$siren' ORDER BY Date_Parution DESC, Num_Affaire", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$nb = 0;
if (count($bodacc)>0) {
$nb = $bodacc[0]['nb'];
}
return $nb;
}
/**
* Retourne les annonces du bulletin officiel des annonces de marché publique
* @param string $siren
* @param string $idAnnonce
* @param string|array $type A:Avis d'attribution, M:Avis de marché
* @param int $offset
* @param int $lignes
* @return Ambigous <string, multitype:multitype:string unknown multitype:multitype:string multitype:string NULL multitype:string unknown Ambigous <string, unknown> multitype:multitype:string Ambigous <number, unknown> , unknown>
*/
2015-07-03 13:28:52 +00:00
public function getAnnoncesBoamp($siren, $idAnnonce='', $type=array('A', 'M'), $offset=0, $lignes=100)
2013-11-05 11:18:30 +00:00
{
2015-07-03 13:28:52 +00:00
$siren = intval($siren);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$strIdAnn = '';
$idA = 0;
$tabRet = array();
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$mBoamp = new MBoamp();
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Recherche dans les avis d'attribution
2013-11-05 11:18:30 +00:00
if ( is_string($type) && $type=='A' || is_array($type) && in_array('A',$type) ) {
2015-07-03 13:28:52 +00:00
if ($idAnnonce != '') {
$tmp = explode('.', $idAnnonce);
$idA = $tmp[1];
if ($tmp[0]=='A') $strIdAnn=" AND l.id='$idA' ";
elseif ($tmp[0]=='O') $strIdAnn="";
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$bodacc = $this->iDb->select('jo.boamp_lots l, jo.boamp b, jo.boamp_detail d',
"l.id, l.idAnn, l.Boamp_Code, l.Boamp_Rubrique, b.Boamp_Rubrique_Lib, b.typeAnnonce, l.Boamp_Date_Parution, b.Boamp_Num, b.Boamp_Annee_Parution, b.Num_AnnoncePre, b.Num_Annonce, b.Boamp_Dept, b.annonce, l.num, l.`desc` AS description, l.nom, d.raisonSociale, l.montantTxt, sum(l.montant) AS montant, l.montantAnMin, l.montantAnMax, l.trancheCond, l.trancheFerme, l.dateAttrib, l.intitule, l.nomenclature, l.objets, l.cpv, l.cpvComp, l.volume, l.execution, l.livraison, l.dureeJours, l.dureeMois, l.dateDeb, l.dateFin, l.dateInsert, d.titre, d.objet, d.titreMarche, d.typeObjetMarche, d.objetAutre, d.autres",
"l.siren=$siren AND l.idAnn=b.id AND l.idAnn=d.id $strIdAnn GROUP BY b.id ORDER BY l.Boamp_Date_Parution DESC LIMIT $offset,$lignes", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$k = 0;
if (count($bodacc)>0) {
foreach ($bodacc as $k => $ann) {
$tabRetEven=array();
if ($ann['nom']<>'') $strMontant=' "'.strtoupper($ann['raisonSociale']).'"';
if ($ann['montant']*1>0) $strMontant.=' ('.number_format($ann['montant'], 2, ',', ' ').' EUR)';
elseif ($ann['montantTxt']<>'') $strMontant.=' ('.$ann['montantTxt'].')';
elseif ($ann['montantAnMin']<>'' && $ann['montantAnMax'])
$strMontant.=' ('.$ann['montantAnMin'].' à '.$ann['montantAnMax'].')';
elseif ($ann['trancheCond']<>'' && $ann['trancheFerme'])
$strMontant.=' ('.$ann['trancheCond'].' / '.$ann['trancheFerme'].')';
else $strMontant.='';
$tabRetEven[] = array(
'CodeEven' => $mBoamp->getCodEvenSd($ann['Boamp_Rubrique']),
'LibEven' => $mBoamp->getLibEvenBoamp($ann['Boamp_Rubrique'],$ann['Boamp_Rubrique_Lib']).$strMontant
);
// Axxx pour lot attribué ou Oxxx pour Organisation
if ($ann['Num_AnnoncePre']<>0) $numAnn=$ann['Num_AnnoncePre'].'-'.$ann['Num_Annonce'];
else $numAnn=$ann['Num_Annonce'];
if ($ann['Boamp_Code']=='MAPA') {
$lienMapa = 'http://www.boamp.fr/index.php?action=avis&num_parution=MAPA&num_annonce='.
$ann['Num_AnnoncePre'].'-'.$ann['Num_Annonce'].'&total=500&_s=0&indice=0';
} else {
$lettre = substr($ann['Boamp_Code'],-1);
$annee = $ann['Boamp_Annee_Parution'];
$num = sprintf("%04d",$ann['Boamp_Num']);
$numPar = $lettre.$annee.$num;
$lienMapa = 'http://www.boamp.fr/index.php?action=avis&num_parution='.
$numPar.'&num_annonce='.$ann['Num_Annonce'].'&total=500&_s=0&indice=0';
}
$infosComp='';
$objetMarche=trim($ann['objet'].' '.$ann['objetAutre'].' '.$ann['autres']);
//titre, titreMarche, typeObjetMarche
$tabRet[$k] = array(
'id'=>'A.'.$ann['id'],
'BodaccCode'=>$ann['Boamp_Code'],
'BodaccNum'=>$ann['Boamp_Num'],
'NumAnnonce'=>$numAnn,
'DateParution'=>$ann['Boamp_Date_Parution'],
'Departement'=>$ann['Boamp_Dept'],
//'Tribunal'=>$ann['triNom'],
//'TribunalSiret'=>$ann['triSiret'],
//'Rubrique'=>$ann['Boamp_Rubrique_Lib'],
'typeAnnonce'=>$ann['typeAnnonce'],
'dateInsertionSD'=>$ann['dateInsert'],
'Montant'=>$ann['montant'],
'Organisme'=>strtoupper($ann['raisonSociale']),
'Objet'=>$objetMarche,
'evenements'=>$tabRetEven,
'infosComp'=>$infosComp, // Non géré
'Lien_Annonce_Html'=>$lienMapa, // Non géré
);
if ($idA<>0) {
if ($ann['Boamp_Code']=='MAPA') {
$tabRet[$k]['texteAnnonce'] = $ann['annonce'];
} else {
$tabRet[$k]['texteAnnonce'] = strtr(
preg_replace('/<html.*<body.*>/Uis', '',
2013-11-05 11:18:30 +00:00
preg_replace('/<p\s+.*>/Uis', '',
preg_replace('/( class=".*")/ie', ' ', $ann['annonce']))),
array('&nbsp;'=>' ', '</html>'=>'', '</body>'=>'', '</p>'=>'<br/>')
2015-07-03 13:28:52 +00:00
);
}
}
}
}
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
// --- Recherche dans les avis de marchés
2013-11-05 11:18:30 +00:00
if ( is_string($type) && $type=='M' || is_array($type) && in_array('M',$type) ) {
2015-07-03 13:28:52 +00:00
2013-11-05 11:18:30 +00:00
if ($idAnnonce<>'') {
2015-07-03 13:28:52 +00:00
$tmp = explode('.', $idAnnonce);
$idA = $tmp[1];
if ($tmp[0]=='A') $strIdAnn=" AND d.id='$idA' ";
elseif ($tmp[0]=='O') $strIdAnn="";
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
$bodacc = $this->iDb->select('jo.boamp b, jo.boamp_detail d',
2013-11-05 11:18:30 +00:00
"d.id, d.Boamp_Code, d.Boamp_Rubrique, b.Boamp_Rubrique_Lib, b.typeAnnonce, d.Boamp_Date_Parution, b.Boamp_Num, b.Boamp_Annee_Parution, b.Num_AnnoncePre, b.Num_Annonce, b.Boamp_Dept, b.annonce, titre AS description, d.raisonSociale, d.estimValeur AS montantTxt, d.estimValeurMin AS montantAnMin, d.estimValeurMax AS montantAnMax, objet, cpv_obj, cpv_comp, d.dateInsert",
2015-07-03 13:28:52 +00:00
"d.siren=$siren AND d.id=b.id $strIdAnn GROUP BY b.id ORDER BY d.Boamp_Date_Parution DESC", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
if (count($bodacc)>0) {
foreach ($bodacc as $k => $ann) {
$id = $ann['id'];
$rub = $ann['Boamp_Rubrique'];
$tabRetEven = array();
$strMontant = '';
if ($ann['objet']<>'') $strMontant.=' "'.$ann['objet'].'"';
if ($rub=='6' || // Avis d'attribution
$rub=='7' || // Avis en cas de transparence ex ante volontaire
$rub=='77' || // Avis d'attribution
$rub=='8' || // Avis d'attribution
$rub=='82' || // Rectificatif
$rub=='83' || // Rectificatif
$rub=='84' || // Avis d'attribution comportant des lots infructueux
$rub=='9' || // Résultat de marché
$rub=='92' || // Rectificatif
$rub=='93' || // Résultat de marché / Infructueux - Sans suite
$rub=='94' || // Résultat de marché / Résultat de marché comportant des lots infructueux
$rub=='96' || // Annulation - Rectificatif - Sans suite - Infructueux
$rub=='977' // Annulation - Rectificatif / Avis en cas de transparence ex ante volontaire
) {
$tabTmp = $this->iDb->select('jo.boamp_lots l',
"l.id, l.idAnn, l.Boamp_Code, l.Boamp_Rubrique, l.Boamp_Date_Parution, l.num, l.desc AS description, l.nom, l.montantTxt, l.montant, l.montantAnMin, l.montantAnMax, l.trancheCond, l.trancheFerme, l.dateAttrib, l.intitule, l.nomenclature, l.objets, l.cpv, l.cpvComp, l.volume, l.execution, l.livraison, l.dureeJours, l.dureeMois, l.dateDeb, l.dateFin",
"l.idAnn=$id", false, MYSQL_ASSOC);
foreach ($tabTmp as $k2=>$ann2) {
if ($ann2['nom']<>'') $strMontant.=' "'.strtoupper($ann2['nom']).'"';
if ($ann2['montant']*1>0) $strMontant.=' ('.number_format($ann2['montant'], 2, ',', ' ').' EUR)';
elseif ($ann2['montantTxt']<>'') $strMontant.=' ('.$ann2['montantTxt'].')';
elseif ($ann2['montantAnMin']<>'' && $ann2['montantAnMax'])
$strMontant.=' ('.$ann2['montantAnMin'].' à '.$ann2['montantAnMax'].')';
elseif ($ann2['trancheCond']<>'' && $ann2['trancheFerme'])
$strMontant.=' ('.$ann['trancheCond'].' / '.$ann['trancheFerme'].')';
else $strMontant.='';
}
}
$tabRetEven[] = array(
'CodeEven' => $mBoamp->getCodEvenSd($ann['Boamp_Rubrique']),
'LibEven' => $mBoamp->getLibEvenBoamp($ann['Boamp_Rubrique'], $ann['Boamp_Rubrique_Lib']).$strMontant
);
// Axxx pour lot attribué ou Oxxx pour Organisation
if ($ann['Num_AnnoncePre']<>0) $numAnn=$ann['Num_AnnoncePre'].'-'.$ann['Num_Annonce'];
else $numAnn=$ann['Num_Annonce'];
if ($ann['Boamp_Code']=='MAPA')
$lienMapa='http://www.boamp.fr/index.php?action=avis&num_parution=MAPA&num_annonce='.$ann['Num_AnnoncePre'].'-'.$ann['Num_Annonce'].'&total=500&_s=0&indice=0';//&affichage_avis=officiel';
else {
$lettre = substr($ann['Boamp_Code'],-1);
$annee = $ann['Boamp_Annee_Parution'];
$num = sprintf("%04d",$ann['Boamp_Num']);
$numPar=$lettre.$annee.$num;
$lienMapa='http://www.boamp.fr/index.php?action=avis&num_parution='.$numPar.'&num_annonce='.$ann['Num_Annonce'].'&total=500&_s=0&indice=0';
}
$infosComp='';
$tabRet[$k] = array(
'id'=>'O.'.$id,
'BodaccCode'=>$ann['Boamp_Code'],
'BodaccNum'=>$ann['Boamp_Num'],
'NumAnnonce'=>$numAnn,
'DateParution'=>$ann['Boamp_Date_Parution'],
'Departement'=>$ann['Boamp_Dept'],
//'Tribunal'=>$ann['triNom'],
//'TribunalSiret'=>$ann['triSiret'],
//'Rubrique'=>$ann['Boamp_Rubrique_Lib'],
'typeAnnonce'=>$ann['typeAnnonce'],
'dateInsertionSD'=>$ann['dateInsert'],
'evenements'=>$tabRetEven,
'infosComp'=>$infosComp, // Non géré
'Lien_Annonce_Html'=>$lienMapa, // Non géré
);
if ($idA<>0) {
if ($ann['Boamp_Code']=='MAPA') {
$tabRet[$k]['texteAnnonce'] = $ann['annonce'];
} else {
$tabRet[$k]['texteAnnonce'] = strtr(
preg_replace('/<html.*<body.*>/Uis', '',
preg_replace('/<p\s+.*>/Uis', '',
preg_replace('/( class=".*")/ie', ' ', $ann['annonce']))),
array('&nbsp;'=>' ', '</html>'=>'', '</body>'=>'', '</p>'=>'<br/>')
);
}
}
}
}
2013-11-05 11:18:30 +00:00
}
debugLog('I', "getAnnoncesBoamp(siren=$siren, idAnnonce=$idAnnonce, $idA)", __LINE__, __FILE__, __FUNCTION__, __CLASS__);
return $tabRet;
}
/**
* Nombre total d'annonces BOAMP
* @param string $siren
* @param string $type A:avis d'attribution, M:Avis de marché
*/
public function getAnnoncesBoampCount($siren, $type='')
{
$bodaccA = array();
$bodaccM = array();
2015-07-03 13:28:52 +00:00
// --- Recherche dans les avis d'attribution
2013-11-05 11:18:30 +00:00
if ( $type=='' || $type=='A' ) {
2015-07-03 13:28:52 +00:00
$bodaccA = $this->iDb->select('jo.boamp_lots l, jo.boamp b, jo.boamp_detail d', "l.id",
"l.siren=$siren AND l.idAnn=b.id AND l.idAnn=d.id GROUP BY b.id ORDER BY l.Boamp_Date_Parution",
false, MYSQL_ASSOC);
}
2013-11-05 11:18:30 +00:00
2015-07-03 13:28:52 +00:00
// --- Recherche dans les avis de marchés
2013-11-05 11:18:30 +00:00
if ( $type=='' || $type=='M') {
2015-07-03 13:28:52 +00:00
$bodaccM = $this->iDb->select('jo.boamp b, jo.boamp_detail d', "d.id",
"d.siren=$siren AND d.id=b.id GROUP BY b.id ORDER BY d.Boamp_Date_Parution DESC",
false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
}
2015-07-03 13:28:52 +00:00
2013-11-05 11:18:30 +00:00
$nb = count($bodaccA) + count($bodaccM);
2015-07-03 13:28:52 +00:00
2013-11-05 11:18:30 +00:00
return $nb;
}
2015-07-03 13:28:52 +00:00
/**
*
* @param unknown $siren
* @param number $idAnnonce
* @param number $offset
* @param number $lignes
*/
public function getAnnoncesAsso($siren, $idAnnonce=0, $offset=0, $lignes=100)
2013-11-05 11:18:30 +00:00
{
debugLog('I', "Début getAnnoncesAsso(siren=$siren, idAnnonce=$idAnnonce)", __LINE__, __FILE__, __FUNCTION__, __CLASS__);
$siretMin=$siren.'00000';
$siretMax=$siren.'99999';
$strIdAnn='';
$tabRet=array();
if ($idAnnonce>0){
$strIdAnn="id=$idAnnonce";
} elseif (substr($siren,0,1)=='W' && $idAnnonce == 0) {
$strIdAnn = "Waldec='$siren'";
} else {
$strIdAnn = "siren=$siren";
}
$classWDate = new WDate();
2015-04-27 15:05:08 +00:00
$bodacc=$this->iDb->select('jo.asso', "id, Assoc_Nom, siren, nic, Waldec, Activite, Num_Annonce, Date_Parution, Num_Parution, Departement, Sous_Prefecture, Type_Annonce, Annonce_Html, Assoc_Objet, Assoc_Adresse, Assoc_NObjet, Assoc_AObjet, Assoc_NAdresse, Assoc_Fusion, Assoc_Annulation, Assoc_ANom, Assoc_NNom, Assoc_Date_Declaration, Assoc_Date_Declaration2, typeAnnonce, codEven, dateInsert", "$strIdAnn AND dateSuppr=0 ORDER BY Date_Parution DESC LIMIT $offset,$lignes", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$k=0;
if (count($bodacc)>0) {
foreach ($bodacc as $k=>$ann) {
$tabEven=explode(';', $ann['codEven']);
$tabRetEven=array();
if ($ann['typeAnnonce']<>'Insertion')//BODACC n°002 A du 04/01/2006.
$tabRetEven[]=array('CodeEven'=>'0000',
'LibEven'=> $ann['typeAnnonce'].' de l\'annonce './*'.
$ann['corrNum_Annonce'].' BODACC n°'.
$ann['corrNumParution'].*/' du '.
$classWDate->dateT('Y-m-d','d/m/Y',$ann['corrDate_Parution'])/*.' (page '.
$ann['corrPage'].')'*/);
else {
if (trim($ann['codEven'])<>'') {
foreach ($tabEven as $even)
$tabRetEven[]=array('CodeEven'=>$even,'LibEven'=>$this->iBodacc->getEvenement($even));
}
else {
$tabRetEven[]=array('CodeEven'=>0000,//$mAsso->getLibEven($ann['Categorie']),
'LibEven'=> $ann['Type_Annonce']);
}
}
// Rubrique
if (preg_match('/cr(é|e)ation/iu', $ann['Type_Annonce']))
2013-11-05 11:18:30 +00:00
$rub='creations';
elseif (preg_match('/Dissolution/i', $ann['Type_Annonce']))
$rub='radiations';
else
$rub='mmd';
// typeAnnonce
if (preg_match('/Annulation/i', $ann['Type_Annonce']))
$type='Suppression';
elseif (preg_match('/Rectif/i', $ann['Type_Annonce']))
$type='Rectificatif';
else
$type='Insertion';
if (str_replace('-','',$ann['Date_Parution'])*1>=20070401) $dateInsert=$ann['Date_Parution'];
else $dateInsert='';
$tabRet[$k]=array(
'id'=>$ann['id'],
'BodaccCode'=>'ASSO',
'BodaccNum'=>$ann['Num_Parution'],
'NumAnnonce'=>$ann['Num_Annonce'],
'DateParution'=>$ann['Date_Parution'],
'Departement'=>$ann['Departement'],
'Tribunal'=>$ann['Sous_Prefecture'],
//'TribunalSiret'=>$ann['triSiret'],
'Rubrique'=>$rub,
'typeAnnonce'=>$type,
'dateInsertionSD'=>$dateInsert,
'evenements'=>$tabRetEven,
//'Lien_Annonce_Pdf'=>basename($ann['Url_Annonce_Pdf']),
);
2013-11-05 11:18:30 +00:00
if ($idAnnonce<>0){
/*if ( preg_match( "~(\x00[\x80-\xff]|[\x00-\x07][\x00-\xff]~", $ann['Annonce_Html'] ) )
$tabRet[$k]['texteAnnonce']='utf8 : '.$ann['Annonce_Html'];
else */
//$tabRet[$k]['texteAnnonce']=strip_tags(strtr(htmlentities($ann['Annonce_Html']),array('&gt;'=>'>','&amp;'=>'&','&lt;'=>'<')));
if (mb_detect_encoding($ann['Annonce_Html']) == 'UTF-8'){
$tmp = utf8_decode($ann['Annonce_Html']);
} else {
$tmp = $ann['Annonce_Html'];
}
$tabRet[$k]['texteAnnonce'] = $tmp;
}
}
}
debugLog('I', "Fin getAnnoncesAsso(siren=$siren, idAnnonce=$idAnnonce) : ".count($tabRet).' annonce(s)', __LINE__, __FILE__, __FUNCTION__, __CLASS__);
return $tabRet;
}
/**
* Nombre d'annonces association
* @param int $idAnnonce
* @param string $siren
*/
public function getAnnoncesAssoCount($siren, $idAnnonce = 0)
{
$strIdAnn = '';
if ($idAnnonce>0) {
$strIdAnn="id=$idAnnonce";
} elseif (substr($siren,0,1)=='W' && $idAnnonce == 0) {
$strIdAnn = "Waldec='$siren'";
} else {
$strIdAnn = "siren=$siren";
}
2015-04-27 15:05:08 +00:00
$bodacc=$this->iDb->select('jo.asso', "COUNT(*) AS nb", "$strIdAnn AND dateSuppr=0", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$nb = 0;
if (count($bodacc)>0) {
$nb = $bodacc[0]['nb'];
}
return $nb;
}
/** @todo $nic inutilisé pour l'instant **/
public function getIdentitePart($siren, $rs, $enseigne, $sigle, $nic=0, $refresh=false)
{
2013-11-05 11:18:30 +00:00
$dateUpdate=0;
$lastYear=date('Ymd',mktime(0,0,0,date('m'),date('d'),date('Y')-1))*1;
$tabRet=array();
/** Chargement initial au cas ou la requête Coface plante **/
2015-04-27 15:05:08 +00:00
$tabTmp=$this->iDb->select('jo.infos_entrep', 'raisonSociale, isin, nscrl, tel, fax, web, mail, DATE(dateUpdate)*1 as dateUpdate', "siren=$siren", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$idComp=@$tabTmp[0];
if (isset($idComp['raisonSociale'])) {
// L'entrep est en base infos_entrep
if ($idComp['web']<>'http://') $web=$idComp['web'];
else $web='';
$tabRet=array( 'raisonSociale'=>$idComp['raisonSociale'],
'isin'=>$idComp['isin'],
'nscrl'=>$idComp['nscrl'],
'tel'=>$idComp['tel'],
'fax'=>$idComp['fax'],
'web'=>$web,
'mail'=>$idComp['mail'],
'enCache'=>true,
);
$dateUpdate=$idComp['dateUpdate'];
}
// On ne rafraichie que si demandé et
// que la requête en base est trop ancienne et nscrl est vide ou tel ou web
2014-12-08 13:42:09 +00:00
$refresh=false;
if ($refresh && $refresh && $dateUpdate<$lastYear && ($idComp['nscrl']==0 || $idComp['tel']=='') ) {
2013-11-05 11:18:30 +00:00
$timeout=20;
// La mise à jour ne se fera pas si lastMAJ<365
/*$strUpdate='AND (DATEDIFF(NOW(),dateUpdate)<365 OR (nscrl<>0 AND DATEDIFF(NOW(),dateUpdate)>0))';
$timeout=10;
$strUpdate='AND nscrl<>0 AND DATEDIFF(NOW(),dateUpdate)>0';*/
$referer='';
2014-03-28 08:24:11 +00:00
$url='http://www.elliscore.fr/portail/entreprise_identite/identite.asp?ip=pagespro&lg=fr&nsiren='.$siren;
2013-11-05 11:18:30 +00:00
$tdeb=microtime(1);
2014-03-28 08:24:11 +00:00
$page=getUrl($url, '', '', $referer, false, 'www.elliscore.fr', '', $timeout);
2013-11-05 11:18:30 +00:00
$duree=round(microtime(1)-$tdeb,3);
$this->body=$page['body'];
$this->codeRetour=$page['code'];
$this->header=$page['header'];
if ($this->codeRetour==408)
// Si timeout, on sort afin de ne pas écraser les données en base
return $tabRet;
$tabRet['nscrl']=@getTextInHtml($this->body, '&nscrl=', '=','&');
$strTmp=trim(str_replace(chr(160), ' ', html_entity_decode(utf8_encode(@getTextInHtml($this->body, '<td WIDTH="40%" bgcolor="#F3E5CC" class="tabligne"> <b> Raison sociale<br>', '<td WIDTH="60%" bgcolor="#FFF3DE" class="tabval"><b>','</tr>')))));
$tmp=explode('<br>', $strTmp);
$tabRet['raisonSociale']=trim($tmp[0]);
unset($tmp[0]);
$tabRet['adresse']=trim(strip_tags(implode(',', $tmp)));
$tel=trim(@getTextInHtml($this->body, '<td bgcolor="#F3E5CC" class="tabligne"><b>Téléphone<br>', '<td bgcolor="#FFF3DE" class="tabval" valign="top">', '<br>'));
$fax=trim(@getTextInHtml($this->body, 'Télécopie</b></td>', '<br>', '</td>'));
$web=trim(@getTextInHtml($this->body, '><b>Adresse internet <br>', '<a class="tabval" HREF="', '" target="_new">'));
$mail=trim(@getTextInHtml($this->body, '<a class="tabval" href="mailto:', ':', '">'));
$bourse=trim(@getTextInHtml($this->body, 'Ville Bourse</b></td>', 'class="tabval">', '</td>'));
$tmp=explode('<br>', $bourse);
$isin=trim($tmp[0]);
$tabRet['bourseMarche']=trim($tmp[1]);
$tabRet['bourseVille']=trim($tmp[2]);
/** On ne charge les valeurs tel, fax, web et mail que si non vides
**/
if ($tel<>'') $tabRet['tel']=$tel;
if ($fax<>'') $tabRet['fax']=$fax;
if ($web<>'') $tabRet['web']=$web;
if ($mail<>'') $tabRet['mail']=$mail;
if (($tabRet['isin']<>'' || trim($tmp[0])<>'') && trim($tmp[0])<>$tabRet['isin']) {
if (trim($tmp[0])<>'' && $tabRet['isin']=='')
$tabRet['isin']=$isin;
// else
// @sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "MInsee::getIdentitePart sur $siren ISIN différents", "Les codes ISIN du siren $siren sont différents en base et chez notre partenaire : ".$tabRet['isin'].' différent de '.trim($tmp[0]).EOL.print_r($tabRet, true));
} elseif ($isin<>'') $tabRet['isin']=$isin;
$tabRet['bourseIsin']=$tabRet['isin'];
/*
$infosDispo=trim(@getTextInHtml($this->body, '<b>Liste Produits</b><br></td>', '<br></td><td class="menu3"><img src="../images/vide.gif" border="0"><br></td><td colspan="2" class="menu3">', 'Un secteur ou une région en France</a><br></td>'));
$tabTmp=explode('<a href="', $infosDispo);
foreach ($tabTmp as $k=>$lien) {
preg_match('/^(.*)">(.*)<\/a>/i', $lien, $matches);
if ($matches[2]<>'') $this->tabInfos[$matches[2]]=$matches[1];
if (substr($matches[2], 0, 12)=='rapport éco.') $this->infoEco='http://www.cofacerating.fr/portail/entreprise_identite/'.$matches[1];
elseif (substr($matches[2], 0, 6)=='bilan ') $this->tabBilans[]=substr($matches[2], 6,strlen($matches[2])-6);
}*
$tabRet['activite']=trim(str_replace(chr(160), ' ', html_entity_decode(utf8_encode(@getTextInHtml($this->body, '<td WIDTH="40%" bgcolor="#F3E5CC" class="tabligne" valign="top"><b>Libellé code activité </b></td>', '<td WIDTH="60%" bgcolor="#FFF3DE" class="tabval">', '</td>')))));
$tabRet['naf']=trim(@getTextInHtml($this->body, '<a href="../chaineeco_dynaeco/DynaEco.asp?cnaf=', 'cnaf=', '&'));
//$tabRet=array();
*/
if ($tabRet['web']=='' || $tabRet['web']=='http://') {
$tabRet['web']=trim($this->findSiteWeb($rs));
}
if ($tabRet['web']=='' && $enseigne<>'') {
$tabRet['web']=trim($this->findSiteWeb($enseigne));
}
if ($tabRet['web']=='' && $sigle<>'') {
$tabRet['web']=trim($this->findSiteWeb($sigle));
}
if ($tabRet['web']<>'http://') $web=$tabRet['web'];
else $web='';
$tabRet['enCache']=false;
$tabRet['duree']=$duree;
$tabUpdate=array( 'raisonSociale'=>$tabRet['raisonSociale'],
'isin'=>$tabRet['bourseIsin'],
'nscrl'=>$tabRet['nscrl'],
'tel'=>$tabRet['tel'],
'fax'=>$tabRet['fax'],
'web'=>$web,
'mail'=>$tabRet['mail'],
// 'dateCreation'=>$idComp['dateCreation'],
// 'dateFermeture'=>$idComp['dateFermeture'],
// 'naf'=>$idComp['naf'],
// 'naf_lib'=>$this->getLibelleNaf($idComp['naf']),
// 'ca'=>str_replace('&#8364;','?', $idComp['ca']),
// 'nbEtab'=>$idComp['nbEtab'],
// 'effectif'=>$idComp['effectif'],
);
$tabInsert=array_merge($tabUpdate,array('siren'=>$siren));
2015-04-27 14:25:04 +00:00
if (!$this->iDb->insert('jo.infos_entrep', $tabInsert))
$this->iDb->update('jo.infos_entrep', $tabUpdate, "siren=$siren");
2013-11-05 11:18:30 +00:00
//@sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "MInsee::getIdentitePart sur $siren après accès Distant", print_r($tabRet, true));
}
return $tabRet;
}
public function listeConventions($naf4, $dep=0)
{
2013-11-05 11:18:30 +00:00
$dep=$dep*1;
if ($dep>0) {
if ($dep<10) $dep='Dep0'.$dep;
else $dep='Dep'.$dep;
$strDep="AND (n.territoire='' OR n.territoire LIKE '%$dep%')";
}
2015-04-27 15:05:08 +00:00
$listeCC=$this->iDb->select('jo.conv_naf n, jo.conventions c',
'n.`id CC`, n.`nom CC`, n.`editeur CC`, n.`nb page CC`, n.`isbn CC`, n.`date edition CC`, c.infoCC, joCCmaj',
"n.naf='$naf4' AND substring(n.`id CC`,1,4)=c.numBrochure $strDep GROUP BY n.`id CC`", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
return $listeCC;
}
private function findSiteWeb($rs)
{
/** @TODO Provisoirement tant qu'on ne vérifie pas le .fr ou .com auprès d'un registrar **/
return false;
$referer='http://www.google.fr/';
$url='http://www.google.fr/search?hl=fr&q='.urlencode($rs).'&btnG=Rechercher&meta=cr%3DcountryFR';
$page=getUrl($url, '', '', $referer, false, 'www.google.fr','', 5);
$fp=fopen('./findSiteWeb.log', 'a+');
if ($page['code']==200) {
$levMin=100;
$pctMin=0;
$urlLev=$urlPct='';
$body=$page['body'];
preg_match_all('/<a href="(.*)"/iU', $body, $matches);
$urlapprox="http://$rs.";
foreach ($matches[1] as $i=>$url)
{
$lev=@levenshtein ($urlapprox,$url);
if ($lev>0 && $lev<$levMin) {
$levMin=$lev;
$urlLev=$url;
}
$sim=similar_text($urlapprox,$url,$pct);
if ($pct>$pctMin && strpos($url, 'zonebourse')===false) {
$pctMin=$pct;
$urlPct=$url;
}
fwrite($fp, date('Y-m-d H:i:s') .' - '. $page['code'] . " - $rs - $i - $lev (Min=$levMin) - $pct (Min=$pctMin) - $urlLev - $urlPct - $url\n");
//2008-05-20 20:01:08 - 200- ARKEMA FRANCE - 53 - 20 - 10 - http://www.arkema.fr/ - http://www.zonebourse.com/ARKEMA-17031/ - /intl/fr/about.html
}
fclose($fp);
if ($levMin<15 && $pctMin>44 && $urlLev==$urlPct) {
fwrite($fp, date('Y-m-d H:i:s') .' - '. $page['code'] . " - $rs - $i - $lev (Min=$levMin) - $pct (Min=$pctMin) - $urlLev - $urlPct - $url !!! RETURNED !!!\n");
return $urlLev;
}
return false;
}
fclose($fp);
return false;
}
function getImportExport($siren, $type='', $annee='') {
if ($type=='') $strimportExport=" AND importExport IN ('I','E') ";
elseif ($type=='I') $strimportExport=" AND importExport='I' ";
elseif ($type=='E') $strimportExport=" AND importExport='E' ";
if ($annee*1>0) $strAnnees=" AND annee=$annee ";
else {
$tabAnnees=array();
$strAnnees=' AND annee IN (';
for ($an=date('Y')-6; $an<date('Y'); $an++)
$tabAnnees[]=$an;
$strAnnees.=implode(',', $tabAnnees).')';
}
2015-04-27 15:05:08 +00:00
$tabImportExport=$this->iDb->select('jo.importExport', 'importExport, annee, rangNational, deptSiege', "1 $strImportExport $strAnnees AND siren=$siren ORDER BY annee DESC, importExport ASC",false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
return $tabImportExport;
}
function getInfosNotice($siren, $nic)
{
2013-11-05 11:18:30 +00:00
/** Elements provenant du Notice 80 hors identité **/
$tabTmp=$this->iDb->select('insee.insee_notices',
2015-08-07 13:45:36 +00:00
"LPAD(insSIREN,9,0) AS insSIREN, LPAD(insNIC,5,0) AS insNIC, insL4_VOIE, insL6_POST, LPAD(insRPET,2,0) AS insRPET, insDEPCOMEN,
LPAD(insRPEN,2,0) AS insRPEN, insARRONET, insCTONET, insTCD, LPAD(insZEMET,2,0) AS insZEMET, insDU,
2015-08-07 13:45:36 +00:00
insTU, LPAD(insUU,2,0) AS insUU, LPAD(insMMINTRET,2,0) AS insMMINTRET, LPAD(insMMINTREN,2,0) AS insMMINTREN, insVMAJ, insVMAJ1,
insVMAJ2, insVMAJ3, insRECME, insEAEANT, insEAEAPET, insEAESEC1T, insEAESEC2T, insEAEANN, insEAEAPEN, insEAESEC1N,
insEAESEC2N, insEAESEC3N, insEAESEC4N, dateNotice",
"insSIREN=$siren AND insNIC=$nic ORDER BY dateNotice DESC LIMIT 0,1", false, MYSQL_ASSOC);
2014-10-31 15:15:08 +00:00
if (count($tabTmp)==0)
$tabTmp=$this->iDb->select('insee.insee_even',
2015-08-07 13:45:36 +00:00
"LPAD(insSIREN,9,0) AS insSIREN, LPAD(insNIC,5,0) AS insNIC, insL4_VOIE, insL6_POST, LPAD(insRPET,2,0) AS insRPET, insDEPCOMEN,
LPAD(insRPEN,2,0) AS insRPEN, insARRONET, insCTONET, insTCD, LPAD(insZEMET,2,0) AS insZEMET, insDU,
insTU, LPAD(insUU,2,0) AS insUU, insAMINTRET, insAMINTREN, insVMAJ, insVMAJ1, insVMAJ2, insVMAJ3, '' AS insRECME,
'' AS insEAEANT, '' AS insEAEAPET, '' AS insEAESEC1T, '' AS insEAESEC2T, insESAANN AS insEAEANN,
insESAPEN AS insEAEAPEN, insESASEC1N AS insEAESEC1N, insESASEC2N AS insEAESEC2N,
2014-10-31 15:15:08 +00:00
insESASEC3N AS insEAESEC3N, insESASEC4N AS insEAESEC4N, dateInsert AS dateNotice",
"insSIREN=$siren AND insNIC=$nic ORDER BY dateInsert DESC LIMIT 0,1", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
return $tabTmp[0];
}
function infoAdresseDom($adresseNum, $adresseBtq, $adresseVoie, $adresseRue, $adresseComp, $cp, $ville, $active=true) {
$adresseNum=trim($adresseNum)*1;
$adresseBtq='';//trim($adresseBtq);
$adresseVoie=trim($adresseVoie);
$adresseRue=trim($adresseRue);
$cp=trim($cp);
$ville=trim($ville);
if ($adresseNum=='' && $adresseBtq=='' && $adresseVoie=='' && $adresseRue=='' && $cp=='' && $ville=='')
return false;
$tabAdr=$this->structureVoie($adresseNum.' '.$adresseBtq.' '.$adresseVoie.' '.$adresseRue);
$num=$tabAdr['num']*1;
if ($num==0) return false;
$indRep=trim($tabAdr['indRep']);
$typeVoie=trim($tabAdr['typeVoie']);
$libVoie=trim(substr($tabAdr['libVoie'],-5));
$strAdrActive='';
if ($active) {
$strAdrActive.=" AND (enActif=1 OR etActif=1) AND nbEntrep>30 AND pasEntrepDom=0 AND siren>1000 ";
}
2015-04-27 15:05:08 +00:00
$tabTmp=$this->iDb->select('jo.tabAdrDom',
2013-11-05 11:18:30 +00:00
'id, siren, nic, enActif, etActif, procol, nom, nom2, sigle, enseigne, adrNum, adrBtq, adrTypVoie, adrLibVoie, ville, cp, adrComp, adrDistSp, cj, apen, apet, nbEntrep, dateInsert, dateUpdate',
2014-10-06 18:36:51 +00:00
"adrNum=$num AND adrBtq='$indRep' AND adrTypVoie LIKE '%$typeVoie%' AND adrLibVoie LIKE '%$libVoie%' AND cp=$cp $strAdrActive GROUP BY siren ORDER BY enActif DESC, nbEntrep DESC", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if (count($tabTmp)>0) {
/* sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "Adresse de domiciliation", print_r($tabAdr,true).EOL.print_r($tabTmp, true).EOL.
"num=$num=$adresseNum".EOL.
"indRep=$indRep=$adresseBtq".EOL.
"typeVoie=$typeVoie=$adresseVoie".EOL.
"libVoie=$libVoie=$adresseRue".EOL.
"adresseComp=$adresseComp".EOL.
"cp/ville=$cp/$ville".EOL);*/
return $tabTmp;
}/* else {
sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "Adresse de domiciliation Debug", print_r($tabAdr,true).EOL.print_r($tabTmp, true).EOL.
"num=$num=$adresseNum".EOL.
"indRep=$indRep=$adresseBtq".EOL.
"typeVoie=$typeVoie=$adresseVoie".EOL.
"libVoie=$libVoie=$adresseRue".EOL.
"adresseComp=$adresseComp".EOL.
"cp/ville=$cp/$ville".EOL);
return $tabTmp;
}*/
return false;
}
/**
* Retourne l'adresse normalisé
* @param string $siren
* @param string $nic
* @param string $cedexa (1=>On, 0=>Off)
* @return array
* L1_NOM, L2_NOM2, L3_ADRCOMP, L4_VOIE, L5_DISTSP, L6_POST, L7_PAYS
*/
function getAdresse($siren, $nic, $cedexa=1)
{
// Table etablissements
$tabIdentite = $this->getIdentiteLight($siren, $nic);
$codeVoie = strtoupper($this->getCodeVoie($tabIdentite['AdresseVoie']));
if ($codeVoie=='') $codeVoie=$tabIdentite['AdresseVoie'];
$tabRet = array(
'L1_NOM' => $tabIdentite['Nom'],
'L2_NOM2' => $tabIdentite['Enseigne'],
'L3_ADRCOMP' => '',
'L4_VOIE' => trim(preg_replace('/ +/',' ',preg_replace('/^0+/','',$tabIdentite['AdresseNum'].' '.
$tabIdentite['AdresseBtq'].' '. $codeVoie.' '. $tabIdentite['AdresseRue']))),
'L5_DISTSP' => $tabIdentite['Adresse2'],
'L6_POST' => $tabIdentite['CP'].' '.$tabIdentite['Ville'],
'L7_PAYS' => '',
);
if (strlen($tabRet['L4_VOIE'])>38) {
$tabRet['L4_VOIE']=trim(preg_replace('/ +/',' ',preg_replace('/^0+/','',
$tabIdentite['AdresseNum'].' '.
$tabIdentite['AdresseBtq'].' '.
$tabIdentite['AdresseVoie'].' '.
$tabIdentite['AdresseRue'])));
}
//Notice 80 - Override $tabRet
$tabNotice = $this->getInfosNotice($siren, $nic);
if ($tabNotice['L6_POST']<>'' && $tabNotice['L6_POST']<>$tabRet['L6_POST']) {
$tabRet['L6_POST'] = $tabNotice['L6_POST'];
}
$tabTmp = $this->iDb->select('insee.identite','NOM2, ADR_COMP, ADR_DISTSP, PAYS',
2013-11-05 11:18:30 +00:00
"SIREN=$siren AND NIC=$nic", false, MYSQL_ASSOC);
$tabIdentite = $tabTmp[0];
if ($tabIdentite['NOM2']<>'' && $tabIdentite['NOM2']<>$tabRet['L2_NOM2']) {
$tabRet['L2_NOM2']=$tabIdentite['NOM2'];
}
if ($tabIdentite['ADR_COMP']<>'' && $tabIdentite['ADR_COMP']<>$tabRet['L3_ADRCOMP']) {
$tabRet['L3_ADRCOMP']=$tabIdentite['ADR_COMP'];
}
if ($tabIdentite['ADR_DISTSP']<>'' && $tabIdentite['ADR_DISTSP']<>$tabRet['L5_DISTSP']) {
$tabRet['L5_DISTSP']=$tabIdentite['ADR_DISTSP'];
}
if ($tabIdentite['PAYS']<>'' && $tabIdentite['PAYS']<>$tabRet['L7_PAYS']) {
$tabRet['L7_PAYS']=$tabIdentite['PAYS'];
}
//Cedexa
if ($cedexa = 1) {
$tabTmp = $this->iDb->select('insee.cedexa','contrat, hexavia, codePostal, l1_nom, l2_nomComp, l3_compGeo, l4_numVoie, l4_indRep, l4_libVoie, l5_distrib, l5_numMS, l5_libCom, l6_codCedex, l6_achCedex, codeInsee, actif, dateFlux, dateInsert, dateUpdate', "siren=$siren AND nic=$nic", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if ( count($tabTmp)>0 ) {
$tabCedex = $tabTmp[0];
if ($tabCedex['l2_nomComp']<>'' && $tabCedex['l2_nomComp']<>$tabRet['L2_NOM2']) {
$tabRet['L2_NOM2']=$tabCedex['l2_nomComp'];
}
if ($tabCedex['l3_compGeo']<>'' && $tabCedex['l3_compGeo']<>$tabRet['L3_ADRCOMP']) {
$tabRet['L3_ADRCOMP']=$tabCedex['l3_compGeo'];
}
$l4=trim(preg_replace('/ +/',' ',preg_replace('/^0+/','', $tabCedex['l4_numVoie'].' '.$tabCedex['l4_indRep'].' '.$tabCedex['l4_libVoie'])));
if ($l4<>'' && $l4<>$tabRet['L4_VOIE']) {
$tabRet['L4_VOIE']=$l4;
}
$l5=trim(preg_replace('/ +/',' ', $tabCedex['l5_distrib'].' '.$tabCedex['l5_numMS'].' '.$tabCedex['l5_libCom']));
if ($l5<>'' && $l5<>$tabRet['L5_DISTSP']) {
$tabRet['L5_DISTSP']=$l5;
}
$l6=trim(preg_replace('/ +/',' ', $tabCedex['l6_codCedex'].' '.$tabCedex['l6_achCedex']));
if ($l6<>'' && $l6<>$tabRet['L6_POST']) {
$tabRet['L6_POST']=$l6;
}
}
}
return $tabRet;
}
function getActivite($siren, $nic=0)
{
$tabIdentite=$this->getIdentiteLight($siren, $nic);
// F.Jur
$fj=$tabIdentite['FJ'];
// Naf 5
$naf5en=$tabIdentite['NafEnt'];
$naf5et=$tabIdentite['NafEtab'];
// Naf 4
$naf4en=$naf4et=-1;
$tabNaf4=$this->getNaf4($siren, $nic);
if (isset($tabNaf4['apen4']))
$naf4en=$tabNaf4['apen4'];
if (isset($tabNaf4['apet4']))
$naf4et=$tabNaf4['apet4'];
// Activité Pages Jaunes
$strNic='';
$an8en=$an8et=-1;
if ($nic*1>0) $strNic="AND nic=$nic";
$ret=$this->iDb->select('jo.telephonie',
'infoTel, count(*) AS nb',
"siren=$siren AND typeTel='an8' GROUP BY infoTel ORDER BY nb DESC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($ret)>0) {
$an8en=$ret[0]['infoTel'];
$ret=$this->iDb->select('jo.telephonie',
'infoTel',
"siren=$siren $strNic AND typeTel='an8' ORDER BY dateProvPartenaire DESC LIMIT 0,1", false, MYSQL_ASSOC);
if (count($ret)>0)
$an8et=$ret[0]['infoTel'];
}
// Recherche des activités réglementées possibles Naf4&5 ou An8
$ret=$this->iDb->select('jo.tabActivReg',
'id, libActivite, listeActivite, naf5, naf4, codAn8, listeCJ, nomAutorite',
"naf5='$naf5en' OR naf5='$naf5et' OR naf4='$naf4en' OR
naf4='$naf4et' OR codAn8='$an8en' OR codAn8='$an8et'", false, MYSQL_ASSOC);
/* @sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "Activités réglementées sur $siren",
"naf5='$naf5en' OR naf5='$naf5et' OR naf4='$naf4en' OR naf4='$naf4et' OR codAn8='$an8en' OR codAn8='$an8et'".EOL.
print_r($ret, true));*/
foreach ($ret as $iRet=>$tabAct) {
// Filtre 'listeActivite' : Si défini, on recherche la présence de mots dans l'activité
if (trim($tabAct['listeActivite'])<>'') {
$ok=false;
$tabTmp=explode(';',trim($tabAct['listeActivite']));
$tabIdentite=$this->getIdentiteEntreprise($siren, $nic);
foreach ($tabTmp as $strTmp)
if (preg_match("/$strTmp/i", $tabIdentite['Activite'])) $ok=true;
if (!$ok) continue;
}
// Filtre 'listeCJ' : Si défini, on limite aux CJ listées
if (trim($tabAct['listeCJ'])<>'') {
$ok=false;
$tabTmp=explode(';',trim($tabAct['listeCJ']));
foreach ($tabTmp as $strTmp)
if (preg_match("/^$strTmp/", $fj)) $ok=true;
if (!$ok) continue;
}
return array( 'idActivite'=>$tabAct['id'],
'libActivite'=>$tabAct['libActivite'],
'nomAutorite'=>$tabAct['nomAutorite'],
);
}
return false;
}
public function getCodeNace($naf5)
{
if ($naf5<>'') {
$this->setTabCodesNaf();
return $this->tabCodesNace[$naf5];
}
else
return '';
}
public function getEtabClients($refClient, $idClient, $login, $deb=0, $nbRep=20, $maxRep=200)
{
$this->setTabCodesNaf();
$deb=$deb*1;
$nbRep=$nbRep*1;
$limit="LIMIT $deb, $nbRep";
// $strLogin=" AND idClient=$idClient ";
$listeEtab=$this->iDb->select(
'jo.etablissements e, jo.surveillances_site s',
"'Etab' AS Loc, e.id, e.source, e.source_id, e.triCode, e.autre_id, e.siren, e.nic, e.siege, e.raisonSociale, e.enseigne, e.sigle, e.adr_num, e.adr_btq, e.adr_typeVoie, e.adr_libVoie, e.adr_comp, e.adr_cp, e.adr_ville, LPAD(e.tel,10,0) AS tel, LPAD(e.fax,10,0) AS fax, e.cj, e.ape_etab, e.ape_entrep, CONCAT(e.siren, e.nic) AS siret, e.actif",
"s.login='$login' AND s.siren=e.siren AND (s.nic=e.nic OR e.siege=1) AND s.ref='$refClient' ORDER BY e.siege DESC, e.actif DESC $limit", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$nbTot=count($listeEtab);
foreach ($listeEtab as $etab) {
$tel=sprintf('%010d', strtr($etab['tel'],array('-'=>'', '/'=>'','.'=>'',','=>'')));
if ($tel<>'0000000000') $tel=implode('.', str_split($tel,2));
else $tel='';
$fax=sprintf('%010d', strtr($etab['fax'],array('-'=>'', '/'=>'','.'=>'',','=>'')));
if ($fax<>'0000000000') $fax=implode('.', str_split($fax,2));
else $fax='';
$tabRet[]=array( 'Localisation'=>$etab['Loc'],
'id'=>$etab['id'],
'Pertinence'=>100,
'Siret'=>$etab['siret'],
'Siege'=>$etab['siege'],
'Nom'=>$etab['raisonSociale'],
'Sigle'=>$etab['sigle'],
'Enseigne'=>$etab['enseigne'],
'Adresse'=>trim(preg_replace('/ +/', ' ', trim( $etab['adr_num'] .' '. $etab['adr_btq'] .' '.
$etab['adr_typeVoie'] .' '. $etab['adr_libVoie']))),
'Adresse2'=>trim(preg_replace('/ +/', ' ', $etab['adr_comp'])),
'CP'=>$etab['adr_cp'],
'Ville'=>$etab['adr_ville'],
'Tel'=>$tel,
'Fax'=>$fax,
'FJ'=>$etab['cj'],
'FJLib'=>$this->getLibelleFJ($etab['cj']),
'Siren'=>$etab['siren'],
'Nic'=>$etab['nic'],
'Actif'=>$etab['actif'],
'NafEtab'=>$etab['ape_etab'], // Etablissement
'NafEnt'=>$etab['ape_entrep'], // Entreprise
'NafEtabLib'=>$this->getLibelleNaf($etab['ape_etab']),
'NafEntLib' =>$this->getLibelleNaf($etab['ape_entrep']),
);
}
if ($dep==0) $dep=''; // Evite l'affichage d'un 0 inutile sur l'Extranet
return array( 'criteres'=>array('siren'=>$siren, 'nic'=>$nic, 'dep'=>$dep),
'nbReponses'=>count($tabRet),
'nbReponsesTotal'=>$nbTot,
'reponses'=>$tabRet);
}
public function getAvisInsee($siren, $nic='')
{
$classWDate = new WDate();
if ($siren*1==0 || !$this->valideSiren($siren, $nic)) return false;
if ($nic=='' || $nic*1==0 || $nic>99999)
$strNic=" AND nic=nicSiege";
else $strNic=" AND nic=$nic";
$tabTmp=$this->iDb->select('insee.insee_avis',
'raiSoc, dateMaj, siren, nic, etatEt, dateEtatEt, typeEtab, adresseEt0, adresseEt1, adresseEt2, adresseEt3, fj, fjLib, nafEt, nafEtLib, effEtPeriode, effEtTr, erreurs, adresseEn0, adresseEn1, adresseEn2, adresseEn3, nafEn, nafEnLib, effEnPeriode, effEnTr, fjEn, fjEnLib, employes, etatEn, dateEtatEn, nicSiege, nbEtabActifs, dateInsert, dateUpdate, DATE(IF(dateUpdate>dateInsert, dateUpdate, dateInsert))*1 AS dateMajSD',
"siren=$siren $strNic", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
$tabInfos=@$tabTmp[0];
if ($tabInfos['dateMajSD']==date('Ymd')) {
$tabInfos['enCache']=true;
return $tabInfos;
}
/** Initialisation de la session sur le site de l'Insee **/
$url = 'http://avis-situation-sirene.insee.fr/avisitu/jsp/avis.jsp';
$referer = $cookie = '';
$page = getUrl($url, $cookie, '', $referer, false, 'avis-situation-sirene.insee.fr', '', 5);
//Code en 4xx ou 5xx signifie une erreur du serveur
$codeN = floor($page['code']/100);
if($codeN==4 || $codeN==5) {
2013-11-05 11:18:30 +00:00
return false;
}
else {
2013-11-05 11:18:30 +00:00
$tabInfos=array();
$referer = $url;
$body = $page['body'];
$serviceDispo = true;
if (preg_match("/<form name=\"demForm\" method=\"post\" action=\"\/avisitu\/IdentificationListeSiret.do/Uis", $body, $matches)) {
2013-11-05 11:18:30 +00:00
$cookie = $page['header']['Set-Cookie'];
usleep(round(rand(500000,2000000)));
$dep=$depActif='';
if ($nic=='') $crit='S'; // l'établissement siège
else $crit=''; // établissement particulier, saisissez le NIC
/* $crit='T'; // tous les établissements de l'entreprise
$crit='T'; // tous les établissements de l'entreprise du département $dep
$crit='A'; // tous les établissements actifs de l'entreprise
$crit='A'; // tous les établissements actifs de l'entreprise du département $depActif
*/
//Post du formulaire
$url = 'http://avis-situation-sirene.insee.fr/avisitu/IdentificationListeSiret.do';
//$url='http://avis-situation-sirene.insee.fr/avisituV2/IdentificationDetailEtab.do';
$post = array(
'siren' => $siren,
'critere' => $crit, // S pour le siège ou vide avec un NIC !!!
'nic' => $nic,
'departement' => $dep,
'departement_actif' => $depActif,
'bSubmit' => 'Valider');
$page = getUrl($url, $cookie, $post, $referer, false, 'avis-situation-sirene.insee.fr', '', 5);
$referer=$url;
$body = $page['body'];
if (preg_match("/<h3>Fiche établissement<\/h3>/Uis", $body, $matches))//<li class="ongletActif">&eacute;tablissement</li>
$tabInfos['fiche']='etab';
if (preg_match('/<div class="TitreGauche">(.*)<br\/>/Uis', $body, $matches)) {
$tabInfos['raiSoc']=str_replace('&#39;',"'",trim($matches[1]));
}
if (preg_match("/Derni&egrave;re mise &agrave; jour : (.*)<\/div>/Uis", $body, $matches))
$tabInfos['dateMaj']=$classWDate->dateT('d/m/Y','Y-m-d',trim($matches[1]));
$s1=substr($siren,0,3);
$s2=substr($siren,3,3);
$s3=substr($siren,6,3);
if (preg_match('/<div class="TitreDroite">(?:.*)('.$s1.'(?:.*)'.$s2.'(?:.*)'.$s3.')(?:.*)(\d\d\d\d\d)(?:.*)<\/div>/Uis', $body, $matches)) {
$tabInfos['siren'] = trim(str_replace(' ','',$matches[1]));
$tabInfos['nic'] = trim($matches[2]);
if ($nic=='') $nic=$tabInfos['nic'];
} else
$tabInfos['siren']=$siren;
if (preg_match('/<label id="labelFiche">Etat : <\/label>(.*)depuis le(.*)<\/p>/Uis', $body, $matches)) {
$tabInfos['etatEt'] = trim($matches[1]);
$tabInfos['dateEtatEt']=$classWDate->dateT('d/m/Y','Y-m-d',trim($matches[2]));
}
if (preg_match('/<label id="labelFiche">Cat&eacute;gorie d\'&eacute;tablissement : <\/label>(.*)<\/p>/Uis', $body, $matches)) {
$tabInfos['typeEtab']= trim($matches[1]);
}
if (preg_match('/<label id="labelFiche">Adresse d\'implantation \: <\/label>(?:.*)<ul id="adresse">(.*)<\/ul>/Uis', $body, $matches)) {
$strTmp=trim($matches[1]);
$tabTmp=explode('</li>', $strTmp);
foreach ($tabTmp as $i=>$strTmp)
$tabInfos['adresseEt'][$i]=trim(str_replace('<li>','',$strTmp));
}
if (preg_match('/gorie juridique \:(?:.*)<\/label>(.*) -(.*)<\/p>/Uis', $body, $matches)) {
$tabInfos['fj']= trim($matches[1]);
$tabInfos['fjLib']= trim($matches[2]);
}
if (preg_match('/<label id="labelFiche">Activité principale exercée \:(?:.*)<\/label>(.*) -(.*)<\/p>/Uisu', $body, $matches)) {
2013-11-05 11:18:30 +00:00
$tabInfos['nafEt']=trim($matches[1]);
$tabInfos['nafEtLib']=str_replace('&#39;',"'",trim($matches[2]));
}
if (preg_match('/<label id="labelFiche">(?:.*)Tranche d&#39;effectif(.*)<\/label>(.*)<\/p>/Uis', $body, $matches)) {
$tabInfos['effEtPeriode']=trim($matches[1]);
$tabInfos['effEtTr']=trim($matches[2]);
}
// $body contient l'avis de situation au format html
$tabErreurs=array();
if (preg_match('/name="erreurs" value="(.*)" class="erreurText" readonly/Ui', $body, $matches1) ||
preg_match('/name="erreurs_bis" value="(.*)" class="erreurTextBis" readonly/Ui', $body, $matches2)) {
$tabErreurs[]=@$matches1[1];
$tabErreurs[]=@$matches2[1];
//die('<font color="red">ERREUR '.utf8_encode(implode(' ', $tabErreurs)).'</font>'); // Gérer le retour d'une erreur
}
$tabInfos['erreurs']=implode('/',$tabErreurs);
//$tabInfos['debugEtab']=$body;
usleep(round(rand(500000,1000000)));
$url="http://avis-situation-sirene.insee.fr/avisitu/IdentificationEtabToEntr.do?nic=$nic&siren=$siren";
$page = getUrl($url, $cookie, '', $referer, false, 'avis-situation-sirene.insee.fr', '', 5);
$body = $page['body'];
//$tabInfos['debugEntrep']=$body;
if (preg_match('/<label id="labelFiche">Adresse d\'implantation \: <\/label>(?:.*)<ul id="adresse">(.*)<\/ul>/Uis', $body, $matches)) {
$strTmp=trim($matches[1]);
$tabTmp=explode('</li>', $strTmp);
foreach ($tabTmp as $i=>$strTmp)
$tabInfos['adresseEn'][$i]=trim(str_replace('<li>','',$strTmp));
}
if (preg_match('/<label id="labelFiche">Activité principale exercée \:(?:.*)<div id="adresse">(.*) -(.*)<\/div>/Uisu', $body, $matches)) {
2013-11-05 11:18:30 +00:00
$tabInfos['nafEn']=trim($matches[1]);
$tabInfos['nafEnLib']=str_replace('&#39;',"'",trim($matches[2]));
}
if (preg_match('/<label id="labelFiche">(?:.*)Tranche d&#39;effectif(.*)<\/label>(?:.*)<div id="adresse">(.*)<\/div>/Uis', $body, $matches)) {
$tabInfos['effEnPeriode']=trim($matches[1]);
$tabInfos['effEnTr']=trim($matches[2]);
}
if (preg_match('/gorie juridique \:(?:.*)<div id="adresse">(.*) -(.*)<\/div>/Uis', $body, $matches)) {
$tabInfos['fjEn']= trim($matches[1]);
$tabInfos['fjEnLib']= str_replace('&#39;',"'",trim($matches[2]));
}
if (preg_match('/<label id="labelFiche">Entreprise employeuse \:(?:.*)<div id="adresse">(.*)<\/div>/Uis', $body, $matches)) {
$tabInfos['employes']= trim($matches[1]);
}
if (preg_match('/<label id="labelFiche">Etat : <\/label>(?:.*)<div id="adresse">(.*) le (.*)<\/div>/Uis', $body, $matches)) {
$tabInfos['etatEn'] = str_replace('&#39;',"'",trim($matches[1]));
$tabInfos['dateEtatEn']=$classWDate->dateT('d/m/Y','Y-m-d',trim($matches[2]));
}
if (preg_match('/<label id="labelFiche">NIC siège \:(?:.*)<div id="adresse">(.*)<\/div>/Uisu', $body, $matches)) {
2013-11-05 11:18:30 +00:00
$tabInfos['nicSiege']= trim($matches[1]);
}
if (preg_match('/<label id="labelFiche">Nb d\'établissements actifs \:(?:.*)<div id="adresse">(.*)<\/div>/Uisu', $body, $matches)) {
2013-11-05 11:18:30 +00:00
$tabInfos['nbEtabActifs']= trim($matches[1]);
}
$tabInfos2=array();
for($i=0; $i<5; $i++) {
$tabInfos2['adresseEt'.$i]=str_replace('&#39;',"'",$tabInfos['adresseEt'][$i]);
$tabInfos2['adresseEn'.$i]=str_replace('&#39;',"'",$tabInfos['adresseEn'][$i]);
}
unset($tabInfos['fiche']);
unset($tabInfos['adresseEt']);
unset($tabInfos['adresseEn']);
$tabInsert=array_merge($tabInfos,$tabInfos2);
$tabInsert['dateInsert']=date('YmdHis');
$this->iDb->insert('insee.insee_avis', $tabInsert, true);
2013-11-05 11:18:30 +00:00
if (preg_match("/droit d'opposition/", $tabInsert['erreurs'])) {
$this->iDb->insert('insee.insee_nondiff', array('siren'=>$siren,
2013-11-05 11:18:30 +00:00
'dateInsert'=>date('YmdHis')));
}
$tabInfos['enCache']=false;
}
else {
2013-11-05 11:18:30 +00:00
return false;
}
return $tabInfos;
}
}
public function listeProduits($naf)
{
$tabRet=array();
$ret=$this->iDb->select('insee.tabCpf', 'codCpf, libCpf',
2015-02-12 11:13:30 +00:00
"codCpf IN (SELECT cpf FROM insee.tabNafCpf WHERE naf='$naf')", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
foreach ($ret as $iRet=>$tabCpf) {
$tabRet[$tabCpf['codCpf']]=$tabCpf['libCpf'];
}
//@sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "classMInsee::listeProduits sur $naf", print_r($tabRet, true));
return $tabRet;
}
2014-12-08 13:42:09 +00:00
/** Retourne l'identifiant de l'Organisme de protection sociale compétent
**
** @param string $naf5 Code Naf de l'entreprise
** @param integer $codeCommune Code commune de l'entreprise
** @param integer $fj Forme juridique de l'entreprise
** @param date $dateCreation Date de création de l'entreprise
** @param integer $activiteReelle Activité réelle de l'entreprise
** @return
*/
public function getOPS($naf5, $codeCommune, $fj, $dateCreation, $activiteReelle='') {
/*
* 1. Vérifier si le NAF est dans la table sdv1.retraiteNaf (répertoire professionnel)
* 1.1. Si présent,
*
*/
2013-11-05 11:18:30 +00:00
$tabRet=array();
$naf4=substr($naf5,0,4);
$dep=substr($codeCommune,0,2);
if ($dep=='2A' || $dep=='2B') $dep=20;
else $dep=$dep*1;
if ($dep>96) $dep=substr($codeCommune,0,3)*1;
// Recherche par NAF
$ret=$this->iDb->select('sdv1.retraiteNaf',
'codeOPS, libInstitution, codeAnnexe, Limitations',
"naf5='$naf5' or naf5='$naf4'", false, MYSQL_ASSOC);
2014-12-08 13:42:09 +00:00
//print_r($ret);
//die();
2013-11-05 11:18:30 +00:00
if (count($ret)>0) {
2014-12-08 13:42:09 +00:00
$tabRet=array('competenceType'=>'professionnel');
2013-11-05 11:18:30 +00:00
foreach ($ret as $iRet=>$tabCaisses) {
if (count($ret)==1) {
$limite=$tabCaisses['Limitations'];
if ($tabCaisses['codeOPS']<>null) {
2014-12-08 13:42:09 +00:00
//echo "Cas 1 : NAF $naf5 unique, annexe ".$tabCaisses['codeAnnexe']." - ".$tabCaisses['libInstitution']." (".$tabCaisses['Limitations'].")".EOL;
//print_r($this->getInfoOPS($tabCaisses['codeOPS']));
2013-11-05 11:18:30 +00:00
return $tabCaisses['codeOPS'];
} elseif ($tabCaisses['Annexe']<>'') {
$annexe=$tabCaisses['Annexe'];
2014-12-08 13:42:09 +00:00
//echo "Cas 2 : NAF $naf5, Annexe $annexe".EOL;
//print_r($this->getInfoOPS($idOPS));
2013-11-05 11:18:30 +00:00
break;
}
} else {
echo "Cas 3.1 : Non géré $naf5 !".EOL;
2014-12-08 13:42:09 +00:00
//print_r($this->getInfoOPS($idOPS));
2013-11-05 11:18:30 +00:00
print_r($tabCaisses);
}
}
}
// Recherche par Département
$ret=$this->iDb->select('sdv1.retraiteDep',
'codeOPS, libInstitution',
"codeDep=$dep AND codeAnnexe IN ('$annexe','A','B') GROUP BY codeAnnexe ASC", false, MYSQL_ASSOC);
if (count($ret)>0) {
2014-12-08 13:42:09 +00:00
$tabRet=array('competenceType'=>'interprofessionnel');
2013-11-05 11:18:30 +00:00
foreach ($ret as $iRet=>$tabCaisses) {
2014-12-08 13:42:09 +00:00
//if (count($ret)==1) {
2013-11-05 11:18:30 +00:00
if ($tabCaisses['codeOPS']<>'') {
2014-12-08 13:42:09 +00:00
// echo "Cas 2.1 : NAF $naf5, Annexe $annexe".EOL;
//echo "Cas 2.1 : NAF $naf5, annexe ".$tabCaisses['codeAnnexe']." - ".$tabCaisses['libInstitution']." (".$tabCaisses['Limitations'].")".EOL;
//print_r($this->getInfoOPS($tabCaisses['codeOPS']));
2013-11-05 11:18:30 +00:00
return $tabCaisses['codeOPS'];
} else {
2014-12-08 13:42:09 +00:00
//echo "Cas 2.2 : Non géré $naf5".EOL;
//print_r($tabCaisses);
2013-11-05 11:18:30 +00:00
}
2014-12-08 13:42:09 +00:00
/*} else {
echo "Cas 3.2 : Non géré $naf5".EOL;
print_r($tabCaisses);
}*/
2013-11-05 11:18:30 +00:00
}
}
//die();
//@sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "classMInsee::listeProduits sur $naf", print_r($tabRet, true));
return false;
}
public function getInfoOPS($idOPS)
{
$tabRet=array();
$ret=$this->iDb->select('sdv1.retraiteCaisses',
'siren,nic,codeOPS,nomLong,nomCourt,adresse1,adresse2,cp,ville,groupe,declaration,rattachement,codeOPSdest',
"codeOPS='$idOPS'", false, MYSQL_ASSOC);
return @$ret[0];
}
/** Retourne la date de changement de statut de siège à établissment secondaire pour un établissement donné
**
** @param integer $siren Siren de l'entreprise
** @param integer $nic Nic de l'étabissement
** @return date Date de changement d'état
*/
public function isAncienSiege($siren, $nic)
{
$tabRet=array();
$ret=$this->iDb->select('insee.insee_even',
2013-11-05 11:18:30 +00:00
'insSIREN, insNIC, insDATEVE, insEVE, insAPET700, insSIEGE, insLIBCOM, insL1_NOMEN, insL2_COMP, insL4_VOIE, insL3_CADR, insL5_DISP, insL6_POST, insCODPOS, insL7_ETRG, insDEPCOM, insCODEVOIE, insNICTRAN, insSIRETPS, insDATEMAJ, idFlux, insSIRETASS, insEVE, insDESTINAT, insTYPETAB, insORIGINE',
"insSIREN=$siren AND insNIC=$nic AND insMNICSIEGE=1 ORDER BY insDATEVE DESC LIMIT 0,1", false, MYSQL_ASSOC);
return $ret[0]['insDATEVE'];
}
/** Recherche les siret associés à un siret (successeur et/ou prédécesseur)
**
** @param integer $siren Siren de l'entreprise
** @param integer $nic Nic de l'étabissement
** @param integer $lien Type de lien (-1=prédécesseur, 0=prédécesseur et/ou successeur, 1=successeur)
**/
public function getSiretAssoc($siren, $nic, $lien=0)
{
2014-06-10 10:09:51 +00:00
$tabRet=array();
$ret=$this->iDb->select('insee.insee_even',
2015-03-25 09:20:29 +00:00
'LPAD(insSIREN,9,0) AS insSIREN, LPAD(insNIC,5,0) AS insNIC, insDATEVE, insEVE, insAPET700, insSIEGE, insLIBCOM, insL1_NOMEN, insL2_COMP, insL4_VOIE, insL3_CADR, insL5_DISP, insL6_POST, insCODPOS, insL7_ETRG, insDEPCOM, insCODEVOIE, insNICTRAN, insSIRETPS, insDATEMAJ, idFlux, insSIRETASS, insDESTINAT, insTYPETAB, insORIGINE, insTRAN, insNOMEN, insENSEIGNE, insNUMVOIE, insINDREP, insTYPVOIE, insLIBVOIE, sirVersion',
2014-10-06 18:36:51 +00:00
"insSIREN=$siren AND insNIC<>$nic AND (insEVE IN ('510','520','530','540', 'CTS','CTE','STS','STE','MTDS','MTDE','MTAS','MTAE') OR insEVE LIKE 'T%') AND insDATEMAJ IN (
SELECT insDATEMAJ FROM insee.insee_even WHERE insSIREN=$siren AND insNIC=$nic AND (insEVE IN ('510','520','530','540', 'CTS','CTE','STS','STE','MTDS','MTDE','MTAS','MTAE') OR insEVE LIKE 'T%')
2014-06-10 10:09:51 +00:00
)", false, MYSQL_ASSOC);
if ( count($ret)>0 ) {
foreach ($ret as $iRet=>$tabEve) {
2014-10-06 18:36:51 +00:00
if ($tabEve['sirVersion']==4) {
if ($tabEve['insEVE']=='CTE' || $tabEve['insEVE']=='CTS' || $tabEve['insEVE']=='MTAE' || $tabEve['insEVE']=='MTAS') $typeLien='suc';
elseif ($tabEve['insEVE']=='STE' || $tabEve['insEVE']=='STS' || $tabEve['insEVE']=='MTDE' || $tabEve['insEVE']=='MTDS') $typeLien='pre';
else $typeLien='ind';
} else {
switch($tabEve['insTYPETAB']*1) {
case 8:
case 10:
case 20:
case 30:
if ($lien==1) continue;
$typeLien='pre';
break;
case 9:
case 11:
case 21:
case 31:
if ($lien==-1) continue;
$typeLien='suc';
break;
default:
switch($tabEve['insTRAN']) {
case 'D': if ($lien==1) continue; $typeLien='pre'; break(2);
case 'A': if ($lien==-1) continue; $typeLien='suc'; break(2);
default : if ($lien<>0) continue; $typeLien='ind'; break;
}
}
}
2013-11-05 11:18:30 +00:00
2014-06-10 10:09:51 +00:00
$adr1=$tabEve['insL1_NOMEN'];
if ($adr1==NULL) $adr1=$tabEve['insNOMEN'];
$adr2=$tabEve['insL2_COMP'];
if ($adr2==NULL) $adr2=$tabEve['insENSEIGNE'];
$adr4=$tabEve['insL4_VOIE'];
if ($adr4==NULL) $adr4=preg_replace('/ +/',' ', $tabEve['insNUMVOIE'].' '.$tabEve['insINDREP'].' '.$tabEve['insTYPVOIE'].' '.$tabEve['insLIBVOIE']);
$tabRet[$typeLien]=array(
'siren' => $tabEve['insSIREN'],
'nic' => $tabEve['insNIC'],
'apeEtab' => $tabEve['insAPET700'],
'codeEve' => $tabEve['insEVE'],
'dateEve' => $tabEve['insDATEVE'],
'adrL1' => trim($adr1),
'adrL2' => trim($adr2),
'adrL3' => trim(prepareString($tabEve['insL3_CADR'])),
'adrL4' => trim($adr4),
'adrL5' => trim($tabEve['insL5_DISP']),
'adrL6' => trim($tabEve['insL6_POST']),
'adrL7' => trim($tabEve['insL7_ETRG']),
'depCom' => $tabEve['insDEPCOM'],
'rivoli' => $tabEve['insCODEVOIE'],
'siege' => $tabEve['insSIEGE'],
'destinat' => $tabEve['insDESTINAT'],
'typEtab' => $tabEve['insTYPETAB'],
'origine' => $tabEve['insORIGINE'],
// insNICTRAN, insSIRETPS, insDATEMAJ, idFlux, insSIRETASS,
);
}
}
2013-11-05 11:18:30 +00:00
return $tabRet;
}
public function getInfoSirene($dept, $siren, $apen=false)
{
$strAdr1Comp=$tel='';
if ($siren>=100000000 && $siren<300000000){
$dept=18;
$strAdr1Comp=', Pôle Secteur Public';
} else {
if (!$apen) {
$tabId=$this->getIdentiteLight($siren);
$apen=$tabId['NafEnt'];
$strAdr1Comp=', Pôle Agricole';
}
$apen2=''.substr($apen,0,2);
if ($apen2=='01' || $apen2=='02') {
$dept=59; //
$tel='03.20.62.86.45';
}
}
$ret=$this->iDb->select('insee.insee_drsiren', 'siret,nom,adr1,adr2,adr3,cp,ville,tel,fax',
2013-11-05 11:18:30 +00:00
"dept='$dept'", false, MYSQL_ASSOC);
$ret=$ret[0];
if ($tel=='') $tel=$ret['tel'];
return array('siret'=>$ret['siret'],
'nom'=>$ret['nom'],
'adr1'=>$ret['adr1'].$strAdr1Comp,
'adr2'=>$ret['adr2'],
'adr3'=>$ret['adr3'],
'cp'=>$ret['cp'],
'ville'=>$ret['ville'],
'standard'=>'09.72.72.6000',
'tel'=>$tel,
'fax'=>$ret['fax']);
}
public function getInfosIris($codeCommune, $codeRivoli, $adrNum, $adrIndRep, $adrTypVoie, $adrLibVoie)
{
$tabTypeIris=array('A'=>'IRIS d\'activité', 'H'=>'IRIS d\'habitat', 'D'=>'IRIS divers (grande zone peu habité dont parcs, ports, forêts, ...)', 'Z'=>'Commune non découpée en IRIS');
$tabRet=$ret2=array();
if (trim($codeRivoli)=='') {
$adrLibVoie2=addslashes($adrLibVoie);
$ret=$this->iDb->select('insee.iris', 'codeInsee, codeIris, rivoli, typVoie, libVoie, typeNum, numd,indd, numf, indf, codeInseeIris',
2013-11-05 11:18:30 +00:00
"codeInsee='$codeCommune' AND libVoie LIKE '$adrLibVoie2%' GROUP BY codeInsee, rivoli", false, MYSQL_ASSOC);
if (count($ret)==1)
$codeRivoli=$ret[0]['rivoli'];
elseif (count($ret)>1 && $adrLibVoie<>'') {
foreach ($ret as $retTmp) {
if ($retTmp['typVoie']==strtoupper($adrTypVoie)) {
$codeRivoli=$retTmp['rivoli'];
$trouve=true;
break;
}
}
if (!$trouve) {
/*@sendMail( 'production@scores-decisions.com', 'ylenaour@scores-decisions.com',
2013-11-05 11:18:30 +00:00
"classMInsee::getInfosIris sur $codeCommune pas de RIVOLI sur $adrNum $adrIndRep $adrTypVoie $adrLibVoie (cas 1a)",
"Plusieurs codes IRIS pour un même rivoli".EOL.print_r($ret, true));
print_r($ret);*/
2013-11-05 11:18:30 +00:00
// die("TROP DE RIVOLI POUR '$codeCommune' et '$adrLibVoie2' ($adrNum, $adrIndRep, $adrTypVoie)");
}
} else
return $tabRet;
}
$ret=$this->iDb->select('insee.iris', 'codeInsee, codeIris, rivoli, codeInseeIris',
2013-11-05 11:18:30 +00:00
"codeInsee='$codeCommune' AND rivoli LIKE '$codeRivoli%' GROUP BY codeInseeIris", false, MYSQL_ASSOC);
$adrNum=preg_replace('/^0/','',$adrNum)*1;
$strAdr='';
if (count($ret)>1) {
if($adrNum>0 && $adrNum&1) {
// Numéro impaire
$strAdr=" AND typeNum=1 AND $adrNum BETWEEN numd AND numf ";
} elseif($adrNum>=0) {
// Numéro paire
$strAdr=" AND typeNum=2 AND $adrNum BETWEEN numd AND numf ";
}
$ret=$this->iDb->select('insee.iris', 'codeInsee, codeIris, rivoli, codeInseeIris, numd,indd, numf, indf',
2013-11-05 11:18:30 +00:00
"codeInsee='$codeCommune' AND rivoli LIKE '$codeRivoli%' $strAdr GROUP BY codeInseeIris", false, MYSQL_ASSOC);
if (count($ret)>1 && $codeRivoli<>'') {
/** Attention, dans cette logique, le Bis fonctionne mais le Quater passe avant le Ter alors que
2 bis
3 ter
4 quater
mais il peut aussi s'agir de suites A, B, C, D, etc...
**/
$numAdrRep=$adrNum+ord(strtoupper($adrIndRep))/100;
foreach ($ret as $i=>$tabIris) {
$numIrisDeb=$tabIris['numd']+ord(strtoupper($tabIris['indd']))/100;
$numIrisFin=$tabIris['numf']+ord(strtoupper($tabIris['indf']))/100;
if ($adrNum==$tabIris['numd'] && $numAdrRep>=$numIrisDeb) {
// Le numéro de la rue correspond au début de la tranche des numéros IRIS
$ret2=array(0=>$tabIris);
break;
}
elseif ($adrNum==$tabIris['numf'] && $numAdrRep<=$numIrisFin) {
// Le numéro de la rue correspond à la fin de la tranche des numéros IRIS
$ret2=array(0=>$tabIris);
break;
}
}
if (count($ret2)<>1) {
//@sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "classMInsee::getInfosIris sur $codeCommune/$codeRivoli IRIS multiple KO sur $adrNum $adrIndRep $adrTypVoie $adrLibVoie (cas 1a)", "Plusieurs codes IRIS pour le même rivoli".EOL.print_r($ret, true));
} else {
2013-11-05 11:18:30 +00:00
//@sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "classMInsee::getInfosIris sur $codeCommune/$codeRivoli IRIS multiple ok sur $adrNum $adrIndRep $adrTypVoie $adrLibVoie (cas 1b)", "Plusieurs codes IRIS pour le même rivoli".EOL.print_r($ret2, true).EOL.print_r($ret, true));
$ret=$ret2;
}
}
} /*elseif ($codeRivoli<>'') {
}*/
if (count($ret)<2 || $codeRivoli=='') {
$codeIris=@$ret[0]['codeIris'];
$codeComIris=@$ret[0]['codeInseeIris'];
$ret=$this->iDb->select('insee.insee_tabIris', 'CODE_IRIS AS codeInseeIris, SUBSTRING(CODE_IRIS,6,4) AS codeIris, LIB_IRIS, TYP_IRIS, MODIF_IRIS, TRIRIS, GRD_QUART',
2013-11-05 11:18:30 +00:00
"DEPCOM='$codeCommune' AND (TYP_IRIS='Z' OR CODE_IRIS='$codeComIris')", false, MYSQL_ASSOC);
$tabRet=array('codIris'=>$ret[0]['codeIris'],
'codComIris'=>$ret[0]['codeInseeIris'],
'libIris'=>$ret[0]['LIB_IRIS'],
'typIris'=>$tabTypeIris[$ret[0]['TYP_IRIS']],
'evoIris'=>$ret[0]['MODIF_IRIS'],
'trIris'=>$ret[0]['TRIRIS'],
'grdQuartier'=>$ret[0]['GRD_QUART'],
'rivoli'=>$codeRivoli,
);
} else {
//typVoie, libVoie, rivoli, typeNum 1:chiffres impaires, 2:chiffres paires
//numd, indd, numf, indf
//@sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "classMInsee::getInfosIris sur $codeCommune/$codeRivoli IRIS multiple KO sur $adrNum $adrIndRep $adrTypVoie $adrLibVoie (cas 2)", "Plusieurs codes IRIS pour le même rivoli".EOL.print_r($ret, true));
2013-11-05 11:18:30 +00:00
}
return $tabRet;
}
/**
* Donne la tranche de CA à partir du CA réel
* @param double $montantCA Chiffre d'affaires réel ou estimé
* @return integer Tranche de CA
*/
public function getTca($montantCA) {
$montantCA=$montantCA*1;
if ($montantCA>=200000000) // 9 : 200 millions d'euros ou plus)
return 9;
elseif ($montantCA>=100000000) // 8 : De 100 millions à moins de 200 millions d'euros
return 8;
elseif ($montantCA>= 50000000) // 7 : De 50 millions à moins de 100 millions d'euros
return 7;
elseif ($montantCA>= 20000000) // 6 : De 20 millions à moins de 50 millions d'euros
return 6;
elseif ($montantCA>= 10000000) // 5 : De 10 millions à moins de 20 millions d'euros
return 5;
elseif ($montantCA>= 5000000) // 4 : De 5 millions à moins de 10 millions d'euros
return 4;
elseif ($montantCA>= 2000000) // 3 : De 2 millions à moins de 5 millions d'euros
return 3;
elseif ($montantCA>= 1000000) // 2 : De 1 million à moins de 2 millions d'euros
return 2;
elseif ($montantCA>= 500000) // 1 : De 0,5 à moins de 1 million d'euros
return 1;
else
return 0; // Non renseignée ou moins de 0,5 million d'euros
}
/**
* CA Moyen par salarié pour un secteur donné
* @param string $naf
* Naf de l'entreprise
* @param integer $effectif
* Effectif de l'entreprise
* @return int
*/
2014-02-25 16:33:07 +00:00
public function getCAnafEffectif($naf, $effectif=0)
{
2015-04-28 09:51:35 +00:00
$tabTmp=$this->iDb->select('jo.ratios_secteurs', 'id, naf5, annee, SUM(montant), SUM(nombre), SUM(montant)/SUM(nombre) AS moyenne', "naf5='$naf' AND id=267 AND ANNEE>(SELECT MAX(annee) FROM jo.ratios_secteurs WHERE naf5='$naf' AND id=267)-2 GROUP BY id, naf5", false, MYSQL_ASSOC);
2013-11-05 11:18:30 +00:00
if (count($tabTmp)>0) {
$caSecteur=round($tabTmp[0]['moyenne']*1000);
// Encours moyen secteur * nb salariés
if ($effectif>0) return $caSecteur*$effectif;
else return $caSecteur;
} else
return 0;
}
2015-06-05 15:29:18 +00:00
2015-01-13 20:59:12 +00:00
/**
* Code Voie Rivoli
2015-04-07 15:38:59 +00:00
* @param string $codeCommune
* @param string $adrTypVoie
* @param string $adrLibVoie
* @return string
2015-01-13 20:59:12 +00:00
*/
2014-10-31 15:15:08 +00:00
public function getCodeVoieRivoli($codeCommune, $adrTypVoie, $adrLibVoie)
{
2015-04-07 15:38:59 +00:00
$codeVoie = '';
$adrTypVoie = strtoupper($adrTypVoie);
$adrLibVoie = strtoupper($adrLibVoie);
$adrLibVoie2 = addslashes($adrLibVoie);
2015-06-05 15:29:18 +00:00
2015-04-07 15:38:59 +00:00
$tabVoiesNoff = array(
'LD' => '',
'R' => 'RUE',
'CITE' => 'CTE',
'FG' => 'FBG',
'PL' => 'PCE',
'QU' => 'QUAI',
'QUA' => 'QRT',
'SQ' => 'SQR',
'VLGE' => 'VGE',
'VOI' => 'VOIE'
2015-01-13 20:59:12 +00:00
);
2015-06-05 15:29:18 +00:00
2015-01-13 20:59:12 +00:00
if (array_key_exists($adrTypVoie, $tabVoiesNoff) || in_array($adrTypVoie, $tabVoiesNoff)) {
2015-04-07 15:38:59 +00:00
$typeVoieNoff = $adrTypVoie;
$typeVoieOff = $tabVoiesNoff[$adrTypVoie];
if ($typeVoieOff == 'QUA') {
$strTypesVoies = " AND voieNature IN('QUA','QRT','QUR') ";
} else {
$strTypesVoies = " AND voieNature IN('$typeVoieNoff','$typeVoieOff') ";
}
2015-01-13 20:59:12 +00:00
} else {
2015-04-07 15:38:59 +00:00
$typeVoieOff = $typeVoieNoff = $adrTypVoie;
$strTypesVoies =" AND voieNature='$typeVoieOff' ";
2015-01-13 20:59:12 +00:00
}
2015-06-05 15:29:18 +00:00
2015-04-07 15:38:59 +00:00
$ret = $this->iDb->select('insee.fantoirVoi', "codComInsee, idVoieCom, cleRivoli, voieNature, voieLib, 1 AS score",
"codComInsee='$codeCommune' $strTypesVoies AND voieLib='$adrLibVoie2'", false, MYSQL_ASSOC);
$nbRet = count($ret);
if ($nbRet==0) {
return '';//'Aucune correspondance Rivoli'.EOL;
} else {
2015-01-13 20:59:12 +00:00
foreach($ret as $i=>$iRet) {
if (($iRet['voieNature']==$typeVoieOff || $iRet['voieNature']==$typeVoieNoff) && $iRet['voieLib']==$adrLibVoie) {
$codeVoie=$iRet['idVoieCom'];
break;
}
}
}
return $codeVoie;
2014-10-31 15:15:08 +00:00
}
2014-02-07 16:14:36 +00:00
/**
2014-02-25 16:33:07 +00:00
* Information de l'événement précédent associé
* @param string $siren
* @param string $nic
* @param string $dateEven
* @param string $even
* @return string
2014-02-07 16:14:36 +00:00
*/
2014-02-25 16:33:07 +00:00
protected function getInfoPrecedente($siren, $nic = null, $dateEven, $even)
2014-02-07 16:14:36 +00:00
{
2014-02-25 16:33:07 +00:00
$sqlIdentifiant = "insSIREN=$siren";
$table = 'insee.insee_even';
2014-02-25 16:33:07 +00:00
$where = "insDATEVE < $dateEven ORDER BY insDATEMAJ DESC LIMIT 1";
switch ( strtoupper($even) ) {
case 'NOMEN':
$result = $this->iDb->select($table, "insNOMEN", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insNOMEN'];
}
break;
case 'SIGLE':
$result = $this->iDb->select($table, "insSIGLE", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insSIGLE'];
}
break;
case 'APEN':
$result = $this->iDb->select($table, "insAPEN700", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insAPEN700'];
}
break;
case 'APET':
if ( !empty($nic) ) $sqlIdentifiant.= " AND insNIC=$nic";
$result = $this->iDb->select($table, "insAPET700", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insAPET700'];
}
break;
case 'NICSIEGE':
$result = $this->iDb->select($table, "insNICSIEGE", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insNICSIEGE'];
}
break;
case 'CJ':
$result = $this->iDb->select($table, "insCJ", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insCJ'];
}
break;
case 'ENSEIGNE':
if ( !empty($nic) ) $sqlIdentifiant.= " AND insNIC=$nic";
$result = $this->iDb->select($table, "insENSEIGNE", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insENSEIGNE'];
}
break;
case 'ADRESSE':
if ( !empty($nic) ) $sqlIdentifiant.= " AND insNIC=$nic";
$result = $this->iDb->select($table, "insL2_COMP, insL3_CADR, insL4_VOIE, insL5_DISP, insL6_POST, insL7_ETRG", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insL2_COMP'].' '.
$result[0]['insL3_CADR'].' '.
$result[0]['insL4_VOIE'].' '.
$result[0]['insL5_DISP'].' '.
$result[0]['insL6_POST'].' '.
$result[0]['insL7_ETRG'];
}
break;
case 'EFFECTIF':
if ( !empty($nic) ) $sqlIdentifiant.= " AND insNIC=$nic";
$result = $this->iDb->select($table, "insEFENCENT, insTEFET", "$sqlIdentifiant AND $where");
2014-02-25 16:33:07 +00:00
if ( count($result)>0 ) {
return $result[0]['insEFENCENT'].' (Tranche '.$result[0]['insTEFET'].')';
}
break;
2014-02-07 16:14:36 +00:00
}
2014-02-25 16:33:07 +00:00
return '';
2013-11-05 11:18:30 +00:00
}
2014-02-07 16:14:36 +00:00
}