add some comment

This commit is contained in:
Philippe GRAND 2019-10-30 10:00:52 +01:00
parent ed9a136211
commit ccb957623c
3 changed files with 10 additions and 1 deletions

View File

@ -62,6 +62,9 @@ class CommandeFournisseur extends CommonOrder
*/ */
public $fk_element = 'fk_commande'; public $fk_element = 'fk_commande';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto='order'; public $picto='order';
/** /**

View File

@ -63,6 +63,9 @@ class FactureFournisseur extends CommonInvoice
*/ */
public $fk_element='fk_facture_fourn'; public $fk_element='fk_facture_fourn';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto='bill'; public $picto='bill';
/** /**

View File

@ -46,6 +46,9 @@ class PaiementFourn extends Paiement
*/ */
public $table_element='paiementfourn'; public $table_element='paiementfourn';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto = 'payment'; public $picto = 'payment';
public $statut; //Status of payment. 0 = unvalidated; 1 = validated public $statut; //Status of payment. 0 = unvalidated; 1 = validated