Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3987 Weergaven

Let say I am changing the tel number of invoice to a barcode

I added the following code to the .rml file 

<barCode  x="5cm" y="17cm" height="2cm" width="5cm" code="Ean13">[[ (o.partner_id.phone) or removeParentNode('para') ]]</barCode>

and I can only print the number but not the barcode

what should I install to make the barcode?

Avatar
Annuleer
Beste antwoord

I tried to print a barcode w.r.t ean13 for products

<barCode code="EAN13" x="300" height="30" fontName="Times-Roman" fontSize="40"  alignment="CENTER">[[ o.ean13 ]]</barCode>

 

Avatar
Annuleer
Auteur

I tried this code but it gives out value only, do I need to install anything else?

Gerelateerde posts Antwoorden Weergaven Activiteit
4
apr. 23
4401
1
jan. 24
4693
4
dec. 22
12173
0
mrt. 15
4952
2
feb. 24
12921