Standardize code

This commit is contained in:
Philippe GRAND 2018-10-05 15:44:57 +02:00
parent c7c3780400
commit 94df8d297d
4 changed files with 16 additions and 0 deletions

View File

@ -106,6 +106,9 @@ class Asset extends CommonObject
*/
public $ref;
/**
* @var int Entity
*/
public $entity;
/**

View File

@ -64,7 +64,11 @@ class FactureRec extends CommonInvoice
*/
public $picto='bill';
/**
* @var int Entity
*/
public $entity;
public $number;
public $date;
public $amount;

View File

@ -61,7 +61,12 @@ class Events // extends CommonObject
public $tms;
public $type;
/**
* @var int Entity
*/
public $entity;
public $dateevent;
/**

View File

@ -64,6 +64,10 @@ class Fiscalyear extends CommonObject
public $date_end;
public $datec;
public $statut; // 0=open, 1=closed
/**
* @var int Entity
*/
public $entity;
public $statuts=array();