add some comment
This commit is contained in:
parent
c851a9faff
commit
4fe3e49502
@ -87,7 +87,14 @@ class CashControl extends CommonObject
|
|||||||
public $cheque;
|
public $cheque;
|
||||||
public $card;
|
public $card;
|
||||||
public $date_valid;
|
public $date_valid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creation date
|
||||||
|
* @var int
|
||||||
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $date_modification;
|
public $date_modification;
|
||||||
|
|
||||||
const STATUS_DRAFT = 0;
|
const STATUS_DRAFT = 0;
|
||||||
|
|||||||
@ -61,7 +61,14 @@ class ChargeSociales extends CommonObject
|
|||||||
public $amount;
|
public $amount;
|
||||||
public $paye;
|
public $paye;
|
||||||
public $periode;
|
public $periode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creation date
|
||||||
|
* @var int
|
||||||
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $date_modification;
|
public $date_modification;
|
||||||
public $date_validation;
|
public $date_validation;
|
||||||
|
|
||||||
|
|||||||
@ -421,7 +421,12 @@ abstract class CommonObject
|
|||||||
public $civility_id;
|
public $civility_id;
|
||||||
|
|
||||||
// Dates
|
// Dates
|
||||||
public $date_creation; // Date creation
|
/**
|
||||||
|
* @var int Date of creation
|
||||||
|
*/
|
||||||
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $date_validation; // Date validation
|
public $date_validation; // Date validation
|
||||||
public $date_modification; // Date last change (tms field)
|
public $date_modification; // Date last change (tms field)
|
||||||
|
|
||||||
|
|||||||
@ -105,7 +105,13 @@ class EmailSenderProfile extends CommonObject
|
|||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $email;
|
public $email;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int Date of creation
|
||||||
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $tms;
|
public $tms;
|
||||||
//public $fk_user_creat;
|
//public $fk_user_creat;
|
||||||
//public $fk_user_modif;
|
//public $fk_user_modif;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user