Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
4131 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
Autor

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
4
Apr. 23
4528
1
Jan. 24
4835
4
Dez. 22
12293
0
März 15
5134
2
Feb. 24
13105