Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3992 Представления

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?

Аватар
Отменить
Лучший ответ

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>

 

Аватар
Отменить
Автор

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

Related Posts Ответы Просмотры Активность
4
апр. 23
4403
1
янв. 24
4696
4
дек. 22
12174
0
мар. 15
4955
2
февр. 24
12924