Ajout insee

This commit is contained in:
Michael RICOIS 2013-03-29 15:57:53 +00:00
parent 3b5a52500e
commit ee7501b5b5
2 changed files with 18 additions and 2 deletions

View File

@ -117,9 +117,11 @@ $tabDico = array(
'EXPLET' => '',
'LIEUACT' => '',
'ACTISURF' => '',
'DEFET' => '',
'MODEN' => '',
'PRODPART' => '',
'EXPLEN' => '',
'DEFEN' => '',
'MONOREG' => '',
'REGIMP' => '',
'MONOACT' => '',
@ -132,9 +134,11 @@ $tabDico = array(
'TCAEXP' => '',
'EFF_ENT' => '',
'DCRET' => '',
'TEFF_ENT' => '',
'ADR_DEP' => '',
'ADR_COM' => '',
'EFF_ET' => '',
'TEFF_ET' => '',
'CODEVOIE' => '',
'NBETEXPL' => 'NBETAB as NBETEXPL',
'dateMajInsee' => 'dateUpdate as dateMajInsee',

View File

@ -185,6 +185,9 @@ class Enrichissement
'ACTISURF' => array(
'lib' => "Insee : ACTISURF"
),
'DEFET' => array(
'lib' => "Insee : Année MAJ de l'effectif de l'établissement"
),
'MODEN' => array(
'lib' => "Insee : MODEN"
),
@ -194,6 +197,9 @@ class Enrichissement
'EXPLEN' => array(
'lib' => "Insee : EXPLEN"
),
'DEFEN' => array(
'lib' => "Insee : Année MAJ de l'effectif de l'entreprise"
),
'MONOREG' => array(
'lib' => "Insee : Mono-régionalité"
),
@ -234,6 +240,9 @@ class Enrichissement
'DCRET' => array(
'lib' => "Insee : Date de création de l'établissement"
),
'TEFF_ENT' => array(
'lib' => "Insee : Tranche effectif entreprise",
),
'ADR_DEP' => array(
'lib' => "Insee : Adresse - Département",
'help' => "Département de localisation de l'établissement (2 caractères)",
@ -251,6 +260,9 @@ class Enrichissement
'EFF_ET' => array(
'lib' => "Insee : Effectif de l'établissement"
),
'TEFF_ET' => array(
'lib' => "Insee : Tranche effectif etablissement",
),
'CODEVOIE' => array(
'lib' => "Insee : Code voie"
),