Quantcast
Channel: Forum Dolibarr france :: Discussions récentes
Viewing all articles
Browse latest Browse all 34935

Sujet: Plusieurs Codes-barres par réf, et autre que EAN ? - par: HubZ

$
0
0
Punaise, c'est dingue quand même ce nombre de vues et l'absence totale d'intérêt de la part de la community !

En cherchant à modifier un peu les pdf d'expé, j'ai trouvé ça :

// Show barcode
if (! empty($conf->barcode->enabled))
{
$posx=105;
}
else
{
$posx=$this->marge_gauche+3;
}
//$pdf->Rect($this->marge_gauche, $this->marge_haute, $this->page_largeur-$this->marge_gauche-$this->marge_droite, 30);
if (! empty($conf->barcode->enabled))
{
// TODO Build code bar with function writeBarCode of barcode module for sending ref $object->ref
//$pdf->SetXY($this->marge_gauche+3, $this->marge_haute+3);
//$pdf->Image($logo,10, 5, 0, 24);
}

$pdf->SetDrawColor(128,128,128);
if (! empty($conf->barcode->enabled))
{
// TODO Build code bar with function writeBarCode of barcode module for sending ref $object->ref
//$pdf->SetXY($this->marge_gauche+3, $this->marge_haute+3);
//$pdf->Image($logo,10, 5, 0, 24);
}

> Donc apparemment notre demande était bien en chantier à une époque ? ...

Viewing all articles
Browse latest Browse all 34935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>