Merge : Add new fields
This commit is contained in:
commit
e6b8c31e48
Binary file not shown.
@ -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(),
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user