#<!--<td><barCode x="0cm" y="0cm" code="code128" barwWidth="100" barHeight="40">[[picking.name]]</barCode></td>-->
EAN13是一般商品上使用的,會有一個檢驗位,後面會多一位
#<td><barCode quiet='1' height='38' barHeight='32' barWidth="1" checksum="1" xdim="58" #ratio="12.55">[[picking.name]]</barCode></td>
code128是最常用的,注意要加checksum,檢驗要為真,否則也檢測不到,還有需要設置barHeight和barWidth,不然默認會很小也掃不到..
下面就是成功的例子: