precise label comment

This commit is contained in:
Philippe GRAND 2018-09-01 13:22:08 +02:00
parent d8e6492e93
commit 7354e485b0
8 changed files with 15 additions and 15 deletions

View File

@ -105,7 +105,7 @@ class Asset extends CommonObject
public $entity;
/**
* @var string proper name for given parameter
* @var string Asset label
*/
public $label;

View File

@ -161,7 +161,7 @@ class Categorie extends CommonObject
public $fk_parent;
/**
* @var string proper name for given parameter
* @var string Category label
*/
public $label;

View File

@ -38,21 +38,21 @@ class ActionComm extends CommonObject
* @var string ID to identify managed object
*/
public $element='action';
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element = 'actioncomm';
public $table_rowid = 'id';
public $picto='action';
/**
* 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
* @var int
*/
public $ismultientitymanaged = 1;
/**
* 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user, 2=Same than 1 but accept record if fksoc is empty
* @var integer
@ -78,7 +78,7 @@ class ActionComm extends CommonObject
var $code; // Free code to identify action. Ie: Agenda trigger add here AC_TRIGGERNAME ('AC_COMPANY_CREATE', 'AC_PROPAL_VALIDATE', ...)
/**
* @var string proper name for given parameter
* @var string Agenda event label
*/
public $label;

View File

@ -32,7 +32,7 @@ class CActionComm
* @var string Error code (or message)
*/
public $error='';
/**
* @var DoliDB Database handler.
*/
@ -46,12 +46,12 @@ class CActionComm
var $code;
var $type;
var $libelle; // deprecated
/**
* @var string proper name for given parameter
* @var string Type of agenda event label
*/
public $label;
var $active;
var $color;
var $picto;

View File

@ -3814,7 +3814,7 @@ class OrderLine extends CommonOrderLine
var $fk_facture;
/**
* @var string proper name for given parameter
* @var string Order lines label
*/
public $label;

View File

@ -1679,7 +1679,7 @@ class AccountLine extends CommonObject
var $amount;
/**
* @var string proper name for given parameter
* @var string bank transaction lines label
*/
public $label;

View File

@ -35,7 +35,7 @@ class BankCateg // extends CommonObject
public $id;
/**
* @var string proper name for given parameter
* @var string bank categories label
*/
public $label;

View File

@ -61,7 +61,7 @@ class PaymentVarious extends CommonObject
var $num_payment;
/**
* @var string proper name for given parameter
* @var string various payments label
*/
public $label;