You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by aj...@palinfocom.net on 2008/07/01 07:21:09 UTC

Can BarCode Be EAN13 in ofbiz?

Hello All,

I need to change the default barcode scheme from Code 39 to EAN 13.

Does OFBiz supports EAN13 encoding scheme..??

I tried changing framework -> common -> config -> barcode ->
defaultbarcode but it didn't work.

Any Information / feedback will be appriciated.


Thanks and regards,

Ajay...


Re: Can BarCode Be EAN13 in ofbiz?

Posted by Jacopo Cappellato <ja...@gmail.com>.
You have to change the barcode type in the report definition;

Hint: you can spot the files you need to touch if you search for   
"<barcode:code39>"

Jacopo


On Jul 1, 2008, at 7:21 AM, ajay@palinfocom.net wrote:

> Hello All,
>
> I need to change the default barcode scheme from Code 39 to EAN 13.
>
> Does OFBiz supports EAN13 encoding scheme..??
>
> I tried changing framework -> common -> config -> barcode ->
> defaultbarcode but it didn't work.
>
> Any Information / feedback will be appriciated.
>
>
> Thanks and regards,
>
> Ajay...
>


Re: Can BarCode Be EAN13 in ofbiz?

Posted by Jacques Le Roux <ja...@les7arts.com>.
Did youy try to replace  <barcode:code39>  by <barcode:ean-13> in ProductBarCode.fo.ftl ?
http://barcode4j.sourceforge.net/2.0/fop-ext.html
http://barcode4j.sourceforge.net/1.0/barcode-xml.html#Message+format-N103C6
http://barcode4j.sourceforge.net/examples.html

I'm not sure what for is DefaultBarcode.xml (see no use in code...)

Jacques

From: <aj...@palinfocom.net>
> Thanks Jacques for your quick reply,
> 
> Actually, I get the help from barcode4j, pick the EAN13 format and tried
> to adjust it with the existing code, but it didn't work.
> 
> One thing i am having my mind is isn't there any other file which is
> calling defaultBarcode.xml? and specificly calling code 39 from it?
> 
> if so then we can write our new code to the defaultBarcode.xml and call
> the specific code form it.. (like.. <code39>)
> 
> I would love to have your openion on this.
> 
> Thanks
> 
> Ajay..
> 
>> http://www.nabble.com/delete-products%2C-categories-or-catalogs-tt18014198.html#a18018795
>> http://www.nabble.com/bar-code-issue-tt18018773.html#a18026251
>>
>> Jacques
>>
>> From: <aj...@palinfocom.net>
>>> Hello All,
>>>
>>> I need to change the default barcode scheme from Code 39 to EAN 13.
>>>
>>> Does OFBiz supports EAN13 encoding scheme..??
>>>
>>> I tried changing framework -> common -> config -> barcode ->
>>> defaultbarcode but it didn't work.
>>>
>>> Any Information / feedback will be appriciated.
>>>
>>>
>>> Thanks and regards,
>>>
>>> Ajay...
>>>
>>
> 
>

Re: Can BarCode Be EAN13 in ofbiz?

Posted by Jacques Le Roux <ja...@les7arts.com>.
http://www.nabble.com/delete-products%2C-categories-or-catalogs-tt18014198.html#a18018795
http://www.nabble.com/bar-code-issue-tt18018773.html#a18026251

Jacques

From: <aj...@palinfocom.net>
> Hello All,
> 
> I need to change the default barcode scheme from Code 39 to EAN 13.
> 
> Does OFBiz supports EAN13 encoding scheme..??
> 
> I tried changing framework -> common -> config -> barcode ->
> defaultbarcode but it didn't work.
> 
> Any Information / feedback will be appriciated.
> 
> 
> Thanks and regards,
> 
> Ajay...
>