Standardize and update code

This commit is contained in:
Philippe GRAND 2018-10-10 11:30:33 +02:00
parent 15fee54975
commit b2826966e4
3 changed files with 40 additions and 0 deletions

View File

@ -2343,6 +2343,9 @@ class ExpeditionLigne extends CommonObjectLine
*/
public $table_element='expeditiondet';
/**
* @var int ID
*/
public $fk_origin_line;
/**

View File

@ -2426,9 +2426,24 @@ class ExpenseReportLine
public $value_unit;
public $date;
/**
* @var int ID
*/
public $fk_c_type_fees;
/**
* @var int ID
*/
public $fk_c_exp_tax_cat;
/**
* @var int ID
*/
public $fk_projet;
/**
* @var int ID
*/
public $fk_expensereport;
public $type_fees_code;

View File

@ -50,17 +50,39 @@ class PaymentExpenseReport extends CommonObject
*/
public $rowid;
/**
* @var int ID
*/
public $fk_expensereport;
public $datec='';
public $tms='';
public $datep='';
public $amount; // Total amount of payment
public $amounts=array(); // Array of amounts
/**
* @var int ID
*/
public $fk_typepayment;
public $num_payment;
/**
* @var int ID
*/
public $fk_bank;
/**
* @var int ID
*/
public $fk_user_creat;
/**
* @var int ID
*/
public $fk_user_modif;
//Unknow field
public $chid;
public $total;