Can BarCode Be EAN13 in ofbiz?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Can BarCode Be EAN13 in ofbiz?

Ajay @ Pal InfoCom
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...

Reply | Threaded
Open this post in threaded view
|

Re: Can BarCode Be EAN13 in ofbiz?

Jacques Le Roux
Administrator
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: <[hidden email]>

> 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...
>
Reply | Threaded
Open this post in threaded view
|

Re: Can BarCode Be EAN13 in ofbiz?

Jacopo Cappellato-3
In reply to this post by Ajay @ Pal InfoCom
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, [hidden email] 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...
>

Reply | Threaded
Open this post in threaded view
|

Re: Can BarCode Be EAN13 in ofbiz?

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
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: <[hidden email]>

> 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: <[hidden email]>
>>> 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...
>>>
>>
>
>