Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4004 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

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>

 

Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
4
kwi 23
4405
1
sty 24
4704
4
gru 22
12175
0
mar 15
4960
2
lut 24
12929