Update recruitmentjobposition.class.php
This commit is contained in:
parent
9e9a5efd08
commit
5c1fac0f82
@ -57,16 +57,6 @@ class RecruitmentJobPosition extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $isextrafieldmanaged = 1;
|
public $isextrafieldmanaged = 1;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string recruiter email
|
|
||||||
*/
|
|
||||||
public $email_recruiter;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string suggested remuneration
|
|
||||||
*/
|
|
||||||
public $remuneration_suggested;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for recruitmentjobposition. Must be the part after the 'object_' into object_recruitmentjobposition.png
|
* @var string String with name of icon for recruitmentjobposition. Must be the part after the 'object_' into object_recruitmentjobposition.png
|
||||||
*/
|
*/
|
||||||
@ -135,14 +125,32 @@ class RecruitmentJobPosition extends CommonObject
|
|||||||
'status' => array('type'=>'smallint', 'label'=>'Status', 'enabled'=>'1', 'position'=>1000, 'notnull'=>1, 'visible'=>5, 'default'=>'0', 'index'=>1, 'arrayofkeyval'=>array('0'=>'Draft', '1'=>'Validated', '3'=>'Recruited', '9'=>'Canceled'),),
|
'status' => array('type'=>'smallint', 'label'=>'Status', 'enabled'=>'1', 'position'=>1000, 'notnull'=>1, 'visible'=>5, 'default'=>'0', 'index'=>1, 'arrayofkeyval'=>array('0'=>'Draft', '1'=>'Validated', '3'=>'Recruited', '9'=>'Canceled'),),
|
||||||
);
|
);
|
||||||
public $rowid;
|
public $rowid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string ref
|
||||||
|
*/
|
||||||
public $ref;
|
public $ref;
|
||||||
public $entity;
|
public $entity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string label
|
||||||
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
public $qty;
|
public $qty;
|
||||||
public $fk_soc;
|
public $fk_soc;
|
||||||
public $fk_project;
|
public $fk_project;
|
||||||
public $fk_user_recruiter;
|
public $fk_user_recruiter;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string recruiter email
|
||||||
|
*/
|
||||||
public $email_recruiter;
|
public $email_recruiter;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string suggested remuneration
|
||||||
|
*/
|
||||||
|
public $remuneration_suggested;
|
||||||
|
|
||||||
public $fk_user_supervisor;
|
public $fk_user_supervisor;
|
||||||
public $fk_establishment;
|
public $fk_establishment;
|
||||||
public $date_planned;
|
public $date_planned;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user