24 require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
25 require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobjectline.class.php';
26 require_once DOL_DOCUMENT_ROOT.
'/core/class/commonincoterm.class.php';
46 $return =
'<div class="box-flex-item box-flex-grow-zero">';
47 $return .=
'<div class="info-box info-box-sm">';
48 $return .=
'<div class="info-box-icon bg-infobox-action">';
51 $return .=
'<div class="info-box-content">';
52 $return .=
'<span class="info-box-ref">'.(method_exists($this,
'getNomUrl') ? $this->getNomUrl() : $this->ref).
'</span>';
54 if (property_exists($this,
'thirdparty') && is_object($this->thirdparty)) {
55 $return .=
'<br><div class="info-box-ref opacitymedium tdoverflowmax150">'.$this->thirdparty->getNomUrl(1).
'</div>';
57 if (property_exists($this,
'total_ht')) {
58 $return .=
'<div class="info-box-ref amount">'.price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency).
' '.$langs->trans(
'HT').
'</div>';
60 if (method_exists($this,
'getLibStatut')) {
61 $return .=
'<div class="info-box-status margintoponly">'.$this->getLibStatut(5).
'</div>';
112 public $product_label;
118 public $product_tosell=0;
124 public $product_tobuy=0;
130 public $product_desc;
136 public $product_tobatch;
142 public $product_barcode;
167 public $product_type = 0;
185 public $remise_percent;
191 public $vat_src_code;
203 public $localtax1_tx;
209 public $localtax2_tx;
211 public $localtax1_type;
212 public $localtax2_type;
220 public $info_bits = 0;
222 public $special_code = 0;
224 public $fk_multicurrency;
225 public $multicurrency_code;
226 public $multicurrency_subprice;
227 public $multicurrency_total_ht;
228 public $multicurrency_total_tva;
229 public $multicurrency_total_ttc;
Parent class of all other business classes (invoices, contracts, proposals, orders,...
Parent class for class inheritance lines of business objects This class is useless for the moment so ...
Superclass for orders classes.
getKanbanView($option='')
Return clicable link of object (with eventually picto)
Superclass for orders classes.
$label
Custom label of line.
trait CommonIncoterm
Superclass for incoterm classes.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)