precise label comment
This commit is contained in:
parent
b59d49d3b3
commit
7b47c79bc3
@ -48,7 +48,7 @@ class Localtax extends CommonObject
|
|||||||
var $amount;
|
var $amount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string local tax
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
|||||||
@ -58,7 +58,7 @@ class PaymentSalary extends CommonObject
|
|||||||
public $num_payment;
|
public $num_payment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string salary payments label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
|||||||
@ -37,12 +37,12 @@ class Tva extends CommonObject
|
|||||||
* @var string ID to identify managed object
|
* @var string ID to identify managed object
|
||||||
*/
|
*/
|
||||||
public $element='tva';
|
public $element='tva';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Name of table without prefix where object is stored
|
* @var string Name of table without prefix where object is stored
|
||||||
*/
|
*/
|
||||||
public $table_element='tva';
|
public $table_element='tva';
|
||||||
|
|
||||||
public $picto='payment';
|
public $picto='payment';
|
||||||
|
|
||||||
var $tms;
|
var $tms;
|
||||||
@ -51,12 +51,12 @@ class Tva extends CommonObject
|
|||||||
var $amount;
|
var $amount;
|
||||||
var $type_payment;
|
var $type_payment;
|
||||||
var $num_payment;
|
var $num_payment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
var $fk_bank;
|
var $fk_bank;
|
||||||
var $fk_user_creat;
|
var $fk_user_creat;
|
||||||
var $fk_user_modif;
|
var $fk_user_modif;
|
||||||
|
|||||||
@ -36,7 +36,7 @@ class Ccountry // extends CommonObject
|
|||||||
* @var DoliDB Database handler.
|
* @var DoliDB Database handler.
|
||||||
*/
|
*/
|
||||||
public $db;
|
public $db;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Error code (or message)
|
* @var string Error code (or message)
|
||||||
*/
|
*/
|
||||||
@ -46,7 +46,7 @@ class Ccountry // extends CommonObject
|
|||||||
* @var string[] Error codes (or messages)
|
* @var string[] Error codes (or messages)
|
||||||
*/
|
*/
|
||||||
public $errors = array();
|
public $errors = array();
|
||||||
|
|
||||||
//var $element='ccountry'; //!< Id that identify managed objects
|
//var $element='ccountry'; //!< Id that identify managed objects
|
||||||
//var $table_element='ccountry'; //!< Name of table without prefix where object is stored
|
//var $table_element='ccountry'; //!< Name of table without prefix where object is stored
|
||||||
|
|
||||||
@ -54,15 +54,15 @@ class Ccountry // extends CommonObject
|
|||||||
* @var int ID
|
* @var int ID
|
||||||
*/
|
*/
|
||||||
public $id;
|
public $id;
|
||||||
|
|
||||||
var $code;
|
var $code;
|
||||||
var $code_iso;
|
var $code_iso;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string Countries label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
var $active;
|
var $active;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -50,7 +50,7 @@ class Ctyperesource
|
|||||||
public $code;
|
public $code;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string Type resource label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
@ -486,7 +486,7 @@ class CtyperesourceLine
|
|||||||
public $code;
|
public $code;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string Type resource line label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
|||||||
@ -45,7 +45,7 @@ class Fiscalyear extends CommonObject
|
|||||||
var $rowid;
|
var $rowid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string fiscal year label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
|||||||
@ -1399,7 +1399,7 @@ class ModelMail
|
|||||||
public $id;
|
public $id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string Model mail label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
|||||||
@ -47,7 +47,7 @@ class Link extends CommonObject
|
|||||||
public $url;
|
public $url;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string Links label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user