I am building a custom invoice for my Openbravo POS installation, Everything works well but on the area that it should show the barcode of the invoice ID it only show's it in numbers(text)
here is the code in my report file
<imageExpression class="java.awt.Image"><![CDATA[com.openbravo.pos.util.BarcodeImage.getBarcodeEAN13($F{TICKET}.printId())]]></imageExpression>