Standardize and update code
This commit is contained in:
parent
15fee54975
commit
b2826966e4
@ -2343,6 +2343,9 @@ class ExpeditionLigne extends CommonObjectLine
|
|||||||
*/
|
*/
|
||||||
public $table_element='expeditiondet';
|
public $table_element='expeditiondet';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_origin_line;
|
public $fk_origin_line;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -2426,9 +2426,24 @@ class ExpenseReportLine
|
|||||||
public $value_unit;
|
public $value_unit;
|
||||||
public $date;
|
public $date;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_c_type_fees;
|
public $fk_c_type_fees;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_c_exp_tax_cat;
|
public $fk_c_exp_tax_cat;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_projet;
|
public $fk_projet;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_expensereport;
|
public $fk_expensereport;
|
||||||
|
|
||||||
public $type_fees_code;
|
public $type_fees_code;
|
||||||
|
|||||||
@ -50,17 +50,39 @@ class PaymentExpenseReport extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $rowid;
|
public $rowid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_expensereport;
|
public $fk_expensereport;
|
||||||
|
|
||||||
public $datec='';
|
public $datec='';
|
||||||
public $tms='';
|
public $tms='';
|
||||||
public $datep='';
|
public $datep='';
|
||||||
public $amount; // Total amount of payment
|
public $amount; // Total amount of payment
|
||||||
public $amounts=array(); // Array of amounts
|
public $amounts=array(); // Array of amounts
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_typepayment;
|
public $fk_typepayment;
|
||||||
|
|
||||||
public $num_payment;
|
public $num_payment;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_bank;
|
public $fk_bank;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_user_creat;
|
public $fk_user_creat;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_user_modif;
|
public $fk_user_modif;
|
||||||
|
|
||||||
//Unknow field
|
//Unknow field
|
||||||
public $chid;
|
public $chid;
|
||||||
public $total;
|
public $total;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user