Actually, the Bar Code is a representative for a particular Product. We use
the Bar Code to get all of the related information like product name, price
etc. Now, if we have the facility in OFBiz to generate Bar Codes for
Products, Packaging Slips and Shipments etc, how these can be used uniquely.
Suppose we generated a Bar Code for a Product, then in future how can we use
this Bar Code through our application. In a live situation, a person will
take print out of this Bar Code and paste it on Products. Now, with a Bar
Code Reader, how we can fetch the details of that Product. How information
is being stored against each unique Bar Code in our application. In which of
the entity the related information are being stored. As I've seen in
Shopping Malls, Counter Clerks just use the Bar Code Reader for reading and
the related things of that product get displayed in the field automatically.
How all this kind of set up can be done? 



jacques.le.roux wrote:
> 
> From: "Ajey" 
>> 
>> Thanx Jacques for ur reply. But the problem still exists. I know that the
>> Bar
>> Code are generated but the issue is that how I can combine and associate
>> related contents of a Product. Is there anyway, I can fetch the contents
>> with Product Bar Code. 
> 
> What do you mean exactly by content here ?
> 
> Jacques
> 
>>Does OFBiz supports this feature and the feature is
>> given in SVN updates? Also, if not, what kind of modifications I've to
>> make
>> to implement this in my application. Is there any tools available that
>> can
>> store the related contents on behalf of a Bar Code. I need only this
>> functionality that instead of using Product Id, I can use Bar Codes to
>> fetch
>> the respective details of a Product. Plz suggest me the appropriate
>> solution
>> to cope this problem.
>> 
>> 
>> 
>> jacques.le.roux wrote:
>>> 
>>> The bar code is only a representation of the productID and is generated
>>> on
>>> the fly.
>>> For instance, this is the representation of the productID of the
>>> Enchiladas product  : 
>>> https://demo.hotwaxmedia.com/catalog/control/ProductBarCode.pdf?productId=ENCHILADAS&productName=Enchiladas
>>> A bar code reader is able to render the original productID string in any
>>> text field (you may render it in a text editor to convince 
>>> yourself).
>>> So you can use it in the place of the productID evereywhere you need it.
>>> It's up to you, bricks and mortar are provided, but you 
>>> must build the house (everyone needs his/her own specific house, you see
>>> ?)
>>> 
>>> Jacques
>>> 
>>> 
>>>>
>>>> Hi all,
>>>> How can I get the product details with its Bar Code. As OFBiz generates
>>>> the
>>>> Bar Code automatically, where the Bar Code is actually saved in our
>>>> database
>>>> and where in the Admin panel we can get detailed information of
>>>> Products
>>>> by
>>>> its Bar Code. I'm facing quite difficulty while understanding these
>>>> functionalities. Please help me. I need the help urgently.
>>>> Thanx,
>>>> Ajey.
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/How-to-get-Product-Information-with-its-Bar-Code--tp15720836p15720836.html
>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>> 
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/How-to-get-Product-Information-with-its-Bar-Code--tp15720836p15725732.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Product-Information-with-its-Bar-Code--tp15720836p15739485.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to