Merge pull request #15232 from frederic34/patch-6

doxygen
This commit is contained in:
Laurent Destailleur 2020-10-31 13:50:28 +01:00 committed by GitHub
commit 1af3709793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 11 deletions

View File

@ -13,7 +13,7 @@
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro> * Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2014-2015 Marcos García <marcosgdf@gmail.com> * Copyright (C) 2014-2015 Marcos García <marcosgdf@gmail.com>
* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com> * Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
* Copyright (C) 2018-2019 Frédéric France <frederic.france@netlogic.fr> * Copyright (C) 2018-2020 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018 Ferran Marcet <fmarcet@2byte.es> * Copyright (C) 2018 Ferran Marcet <fmarcet@2byte.es>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -214,8 +214,6 @@ class Propal extends CommonObject
public $labelStatus = array(); public $labelStatus = array();
public $labelStatusShort = array(); public $labelStatusShort = array();
public $specimen;
// Multicurrency // Multicurrency
/** /**
* @var int ID * @var int ID

View File

@ -95,6 +95,9 @@ class Facture extends CommonInvoice
*/ */
protected $table_ref_field = 'ref'; protected $table_ref_field = 'ref';
/**
* @var int thirdparty ID
*/
public $socid; public $socid;
public $author; public $author;
@ -111,6 +114,10 @@ class Facture extends CommonInvoice
public $date; // Date invoice public $date; // Date invoice
public $datem; public $datem;
/**
* @var string customer ref
*/
public $ref_client; public $ref_client;
/** /**
@ -169,7 +176,6 @@ class Facture extends CommonInvoice
public $line; public $line;
public $extraparams = array(); public $extraparams = array();
public $specimen;
public $fac_rec; public $fac_rec;

View File

@ -12,7 +12,7 @@
* Copyright (C) 2017 ATM Consulting <support@atm-consulting.fr> * Copyright (C) 2017 ATM Consulting <support@atm-consulting.fr>
* Copyright (C) 2017-2019 Nicolas ZABOURI <info@inovea-conseil.com> * Copyright (C) 2017-2019 Nicolas ZABOURI <info@inovea-conseil.com>
* Copyright (C) 2017 Rui Strecht <rui.strecht@aliartalentos.com> * Copyright (C) 2017 Rui Strecht <rui.strecht@aliartalentos.com>
* Copyright (C) 2018-2019 Frédéric France <frederic.france@netlogic.fr> * Copyright (C) 2018-2020 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018 Josep Lluís Amador <joseplluis@lliuretic.cat> * Copyright (C) 2018 Josep Lluís Amador <joseplluis@lliuretic.cat>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -334,6 +334,12 @@ abstract class CommonObject
*/ */
public $last_main_doc; public $last_main_doc;
/**
* @var int Bank account ID
* @see $fk_account
*/
public $fk_bank;
/** /**
* @var int Bank account ID * @var int Bank account ID
* @see SetBankAccount() * @see SetBankAccount()
@ -437,6 +443,11 @@ abstract class CommonObject
public $next_prev_filter; public $next_prev_filter;
/**
* @var int 1 if object is specimen
*/
public $specimen = 0;
/** /**
* @var array List of child tables. To test if we can delete object. * @var array List of child tables. To test if we can delete object.
*/ */

View File

@ -501,9 +501,6 @@ class Societe extends CommonObject
*/ */
public $user_creation; public $user_creation;
public $specimen;
/** /**
* 0=no customer, 1=customer, 2=prospect, 3=customer and prospect * 0=no customer, 1=customer, 2=prospect, 3=customer and prospect
* @var int * @var int

View File

@ -13,7 +13,7 @@
* Copyright (C) 2014 Marcos García <marcosgdf@gmail.com> * Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
* Copyright (C) 2016 Ferran Marcet <fmarcet@2byte.es> * Copyright (C) 2016 Ferran Marcet <fmarcet@2byte.es>
* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com> * Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
* Copyright (C) 2019 Frédéric France <frederic.france@netlogic.fr> * Copyright (C) 2019-2020 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2020 Tobias Sekan <tobias.sekan@startmail.com> * Copyright (C) 2020 Tobias Sekan <tobias.sekan@startmail.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -177,8 +177,6 @@ class SupplierProposal extends CommonObject
public $nbtodo; public $nbtodo;
public $nbtodolate; public $nbtodolate;
public $specimen;
// Multicurrency // Multicurrency
/** /**
* @var int ID * @var int ID