Add new fields

This commit is contained in:
Michael RICOIS 2014-02-28 10:28:32 +00:00
parent f968c9cb8c
commit 89e1226ebf
2 changed files with 20 additions and 4 deletions

Binary file not shown.

View File

@ -123,7 +123,13 @@ class Enrichissement
'sirenGrp' => array(),
'nbActio' => array(),
'nbPart' => array(),
'bilType' => array(),
'bilType' => array(
'values' => array(
'1' => 'Inconnus', // I
'2' => 'Réels', // R
'3' => 'Estimés' //E
)
),
'bilAnnee' => array(),
'bilCloture' => array(),
'bilDuree' => array(),
@ -237,7 +243,7 @@ class Enrichissement
'column' => 'libelle',
'sql' => array('dirFct',"jo_fonctions.libelle"),
),*/
'dirigeantnaiss' => array(
'label' => "Dirigeant - Date de naissance",
'column' => 'dirDateNaiss'
@ -360,9 +366,19 @@ class Enrichissement
'label' => "Nombre de participations",
'column' => 'nbPart',
),
//bilType
'bilfl' => array(
'label' => "CA total (FL)",
'column' => 'bilFL',
),
'bilcloture' => array(
'label' => 'Date de clôture du bilan',
'column' => 'bilCloture',
),
'biltype' => array(
'label' => 'Type du bilan',
'column' => 'bilType',
),
//bilAnnee
//bilCloture
//bilDuree
//avisCs
//risque