跳至内容
菜单
此问题已终结
1 回复
4012 查看

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?

相关帖文 回复 查看 活动
4
4月 23
4410
1
1月 24
4706
4
12月 22
12185
0
3月 15
4962
2
2月 24
12933