Merge pull request #10873 from grandoc/new_branch_18_03_2019

New branch 18 03 2019
This commit is contained in:
Laurent Destailleur 2019-03-19 11:13:39 +01:00 committed by GitHub
commit 661f95d780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 73 additions and 14 deletions

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -88,8 +88,19 @@ class ActionComm extends CommonObject
*/ */
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
@ -119,8 +130,19 @@ class ActionComm extends CommonObject
*/ */
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