Merge pull request #10873 from grandoc/new_branch_18_03_2019
New branch 18 03 2019
This commit is contained in:
commit
661f95d780
@ -74,9 +74,11 @@ class AccountingAccount extends CommonObject
|
|||||||
public $rowid;
|
public $rowid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Creation date
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
*/
|
*/
|
||||||
public $datec;
|
public $datec;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string pcg version
|
* @var string pcg version
|
||||||
|
|||||||
@ -176,8 +176,20 @@ class Adherent extends CommonObject
|
|||||||
|
|
||||||
public $photo;
|
public $photo;
|
||||||
|
|
||||||
public $datec;
|
/**
|
||||||
public $datem;
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date modification record (tms)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datem;
|
||||||
|
|
||||||
public $datevalid;
|
public $datevalid;
|
||||||
|
|
||||||
public $gender;
|
public $gender;
|
||||||
|
|||||||
@ -47,10 +47,33 @@ class Subscription extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $picto='payment';
|
public $picto='payment';
|
||||||
|
|
||||||
public $datec; // Date creation
|
/**
|
||||||
public $datem; // Date modification
|
* Date creation record (datec)
|
||||||
public $dateh; // Subscription start date (date subscription)
|
*
|
||||||
public $datef; // Subscription end date
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date modification record (tms)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datem;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Subscription start date (date subscription)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $dateh;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Subscription end date
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datef;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int ID
|
||||||
|
|||||||
@ -87,9 +87,20 @@ class ActionComm extends CommonObject
|
|||||||
* @var string Agenda event label
|
* @var string Agenda event label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $datec; // Date creation record (datec)
|
/**
|
||||||
public $datem; // Date modification record (tms)
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date modification record (tms)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datem;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Object user that create action
|
* Object user that create action
|
||||||
@ -118,9 +129,20 @@ class ActionComm extends CommonObject
|
|||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $usermodid;
|
public $usermodid;
|
||||||
|
|
||||||
public $datep; // Date action start (datep)
|
/**
|
||||||
public $datef; // Date action end (datep2)
|
* Date action start (datep)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datep;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date action end (datep2)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datep2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int -1=Unkown duration
|
* @var int -1=Unkown duration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user