تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4164 أدوات العرض

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
أبريل 23
4530
1
يناير 24
4838
4
ديسمبر 22
12295
0
مارس 15
5136
2
فبراير 24
13109