Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3998 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
4
apr 23
4404
1
gen 24
4703
4
dic 22
12174
0
mar 15
4958
2
feb 24
12926