Merge pull request #12401 from grandoc/new_branch_10_11_2019

add some comment
This commit is contained in:
Laurent Destailleur 2019-11-10 18:07:13 +01:00 committed by GitHub
commit 27fb9e0c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 142 additions and 37 deletions

View File

@ -1981,6 +1981,13 @@ class BookKeepingLine
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string $date_modification;
*/
public $date_modification; public $date_modification;
/**
* @var integer|string $date_export;
*/
public $date_export; public $date_export;
} }

View File

@ -105,7 +105,9 @@ class BlockedLog
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string $date_modification;
*/
public $date_modification; public $date_modification;
public $date_object = 0; public $date_object = 0;

View File

@ -122,8 +122,7 @@ class Propal extends CommonObject
public $datec; public $datec;
/** /**
* Creation date * @var integer|string $date_creation;
* @var int
*/ */
public $date_creation; public $date_creation;
@ -134,14 +133,12 @@ class Propal extends CommonObject
public $datev; public $datev;
/** /**
* Validation date * @var integer|string $date_validation;
* @var int
*/ */
public $date_validation; public $date_validation;
/** /**
* Date of the quote * @var integer|string date of the quote;
* @var
*/ */
public $date; public $date;
@ -150,7 +147,13 @@ class Propal extends CommonObject
* @see $date * @see $date
*/ */
public $datep; public $datep;
/**
* @var integer|string $date_livraison;
*/
public $date_livraison; public $date_livraison;
public $fin_validite; public $fin_validite;
public $user_author_id; public $user_author_id;

View File

@ -86,6 +86,10 @@ class CashControl extends CommonObject
public $cash; public $cash;
public $cheque; public $cheque;
public $card; public $card;
/**
* @var integer|string $date_valid
*/
public $date_valid; public $date_valid;
/** /**
@ -93,7 +97,9 @@ class CashControl extends CommonObject
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string $date_modification
*/
public $date_modification; public $date_modification;
const STATUS_DRAFT = 0; const STATUS_DRAFT = 0;

View File

@ -54,7 +54,12 @@ class ChargeSociales extends CommonObject
*/ */
protected $table_ref_field = 'ref'; protected $table_ref_field = 'ref';
/**
* @var integer|string $date_ech
*/
public $date_ech; public $date_ech;
public $label; public $label;
public $type; public $type;
public $type_label; public $type_label;
@ -67,8 +72,14 @@ class ChargeSociales extends CommonObject
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string $date_modification
*/
public $date_modification; public $date_modification;
/**
* @var integer|string $date_validation
*/
public $date_validation; public $date_validation;
/** /**

View File

@ -141,27 +141,27 @@ class Contrat extends CommonObject
public $user_cloture; public $user_cloture;
/** /**
* @var int Date of creation * @var integer|string Date of creation
*/ */
public $date_creation; public $date_creation;
/** /**
* @var int Date of last modification. Not filled until you call ->info() * @var integer|string Date of last modification. Not filled until you call ->info()
*/ */
public $date_modification; public $date_modification;
/** /**
* @var int Date of validation * @var integer|string Date of validation
*/ */
public $date_validation; public $date_validation;
/** /**
* @var int Date when contract was signed * @var integer|string Date when contract was signed
*/ */
public $date_contrat; public $date_contrat;
/** /**
* @var int Date of contract closure * @var integer|string Date of contract closure
* @deprecated we close contract lines, not a contract * @deprecated we close contract lines, not a contract
*/ */
public $date_cloture; public $date_cloture;

View File

@ -426,8 +426,14 @@ abstract class CommonObject
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string $date_validation;
*/
public $date_validation; // Date validation public $date_validation; // Date validation
/**
* @var integer|string $date_modification;
*/
public $date_modification; // Date last change (tms field) public $date_modification; // Date last change (tms field)
public $next_prev_filter; public $next_prev_filter;

View File

@ -178,7 +178,13 @@ class EmailCollector extends CommonObject
public $source_directory; public $source_directory;
public $target_directory; public $target_directory;
public $maxemailpercollect; public $maxemailpercollect;
/**
* @var integer|string $datelastresult
*/
public $datelastresult; public $datelastresult;
public $lastresult; public $lastresult;
// END MODULEBUILDER PROPERTIES // END MODULEBUILDER PROPERTIES

View File

@ -123,7 +123,10 @@ class Expedition extends CommonObject
// A denormalized value // A denormalized value
public $trueSize; public $trueSize;
public $date_delivery; // Date delivery planed /**
* @var integer|string Date delivery planed
*/
public $date_delivery;
/** /**
* @deprecated * @deprecated
@ -139,7 +142,7 @@ class Expedition extends CommonObject
/** /**
* Effective delivery date * Effective delivery date
* @var int * @var integer|string
*/ */
public $date_shipping; public $date_shipping;
@ -148,7 +151,9 @@ class Expedition extends CommonObject
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string date_valid
*/
public $date_valid; public $date_valid;
public $meths; public $meths;

View File

@ -63,14 +63,22 @@ class Livraison extends CommonObject
public $socid; public $socid;
public $ref_customer; public $ref_customer;
public $date_delivery; // Date really received /**
* @var integer|string Date really received
*/
public $date_delivery;
/** /**
* @var integer|string date_creation * @var integer|string date_creation
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string date_valid
*/
public $date_valid; public $date_valid;
public $model_pdf; public $model_pdf;

View File

@ -72,8 +72,14 @@ class Loan extends CommonObject
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string date_modification
*/
public $date_modification; public $date_modification;
/**
* @var integer|string date_validation
*/
public $date_validation; public $date_validation;
public $insurance_amount; public $insurance_amount;

View File

@ -135,8 +135,18 @@ class Mo extends CommonObject
public $import_key; public $import_key;
public $status; public $status;
public $fk_product; public $fk_product;
/**
* @var integer|string date_start_planned
*/
public $date_start_planned; public $date_start_planned;
/**
* @var integer|string date_end_planned
*/
public $date_end_planned; public $date_end_planned;
public $fk_bom; public $fk_bom;
public $fk_project; public $fk_project;
// END MODULEBUILDER PROPERTIES // END MODULEBUILDER PROPERTIES

View File

@ -330,7 +330,9 @@ class Product extends CommonObject
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string date_modification
*/
public $date_modification; public $date_modification;
//! Id du fournisseur //! Id du fournisseur

View File

@ -131,8 +131,17 @@ class Inventory extends CommonObject
*/ */
public $status; public $status;
/**
* @var integer|string date_creation
*/
public $date_creation; public $date_creation;
/**
* @var integer|string date_validation
*/
public $date_validation; public $date_validation;
public $tms; public $tms;
/** /**

View File

@ -80,8 +80,7 @@ class Reception extends CommonObject
/** /**
* Effective delivery date * @var integer|string Effective delivery date
* @var int
*/ */
public $date_reception; public $date_reception;
@ -90,7 +89,9 @@ class Reception extends CommonObject
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string date_validation
*/
public $date_valid; public $date_valid;
public $meths; public $meths;

View File

@ -121,7 +121,13 @@ class SocieteAccount extends CommonObject
public $fk_soc; public $fk_soc;
public $site; public $site;
/**
* @var integer|string date_last_login
*/
public $date_last_login; public $date_last_login;
public $date_previous_login; public $date_previous_login;
public $note_private; public $note_private;

View File

@ -99,7 +99,15 @@ class SupplierProposal extends CommonObject
public $ref_fourn; //Reference saisie lors de l'ajout d'une ligne à la demande public $ref_fourn; //Reference saisie lors de l'ajout d'une ligne à la demande
public $ref_supplier; //Reference saisie lors de l'ajout d'une ligne à la demande public $ref_supplier; //Reference saisie lors de l'ajout d'une ligne à la demande
public $statut; // 0 (draft), 1 (validated), 2 (signed), 3 (not signed), 4 (processed/billed) public $statut; // 0 (draft), 1 (validated), 2 (signed), 3 (not signed), 4 (processed/billed)
public $date; // Date of proposal
/**
* @var integer|string Date of proposal
*/
public $date;
/**
* @var integer|string date_livraison
*/
public $date_livraison; public $date_livraison;
/** /**
@ -109,8 +117,7 @@ class SupplierProposal extends CommonObject
public $datec; public $datec;
/** /**
* Creation date * @var integer|string date_creation
* @var int
*/ */
public $date_creation; public $date_creation;
@ -121,8 +128,7 @@ class SupplierProposal extends CommonObject
public $datev; public $datev;
/** /**
* Validation date * @var integer|string date_validation
* @var int
*/ */
public $date_validation; public $date_validation;

View File

@ -76,9 +76,13 @@ class Website extends CommonObject
public $status; public $status;
/** /**
* @var mixed * @var integer|string date_creation
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string date_modification
*/
public $date_modification; public $date_modification;
/** /**

View File

@ -84,7 +84,14 @@ class WebsitePage extends CommonObject
*/ */
public $status; public $status;
/**
* @var integer|string date_creation
*/
public $date_creation; public $date_creation;
/**
* @var integer|string date_modification
*/
public $date_modification; public $date_modification;