Standardize and update code

This commit is contained in:
Philippe GRAND 2018-08-31 17:55:31 +02:00
parent 7973489f8a
commit 9e880d3e72
5 changed files with 37 additions and 13 deletions

View File

@ -84,7 +84,12 @@ class ActionCommReminder extends CommonObject
public $rowid;
public $dateremind;
public $typeremind;
/**
* @var int User ID
*/
public $fk_user;
public $offsetvalue;
public $offsetunit;
public $status;

View File

@ -44,7 +44,12 @@ class PaymentSalary extends CommonObject
public $picto='payment';
public $tms;
/**
* @var int User ID
*/
public $fk_user;
public $datep;
public $datev;
public $amount;
@ -53,9 +58,9 @@ class PaymentSalary extends CommonObject
public $num_payment;
/**
* @var string proper name for given parameter
*/
public $label;
* @var string proper name for given parameter
*/
public $label;
public $datesp;
public $dateep;

View File

@ -45,7 +45,12 @@ class DiscountAbsolute
public $amount_tva; //
public $amount_ttc; //
public $tva_tx; // Vat rate
public $fk_user; // Id utilisateur qui accorde la remise
/**
* @var int User ID Id utilisateur qui accorde la remise
*/
public $fk_user;
public $description; // Description libre
public $datec; // Date creation
public $fk_facture_line; // Id invoice line when a discount is used into an invoice line (for absolute discounts)

View File

@ -67,7 +67,12 @@ class CommandeFournisseurDispatch extends CommonObject
public $fk_commandefourndet;
public $qty;
public $fk_entrepot;
/**
* @var int User ID
*/
public $fk_user;
public $datec='';
public $comment;
public $status;

View File

@ -103,6 +103,10 @@ class User extends CommonObject
public $contactid;
public $fk_member;
/**
* @var int User ID
*/
public $fk_user;
public $clicktodial_url;