How to use Display in POS

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

How to use Display in POS

Ajay @ Pal InfoCom
Hello developers,

I need to use the price display (a Seperate Display Device which is used
to display the total price to the customer at the time of checking out.)
with the POS, for this, i need to show the price on that when the product
is scanned by the store clerk. How that can be achieved??

Any kind of related help / Idea will be appreciated.

Thank beforehand.
o
Ajay Sodhi
Pal InfoCom Technologies.
Mohali (India)
Portland (USA)

Reply | Threaded
Open this post in threaded view
|

Re: How to use Display in POS

Jacques Le Roux
Administrator
This is often called a Line Display.

As you can see in pos-containers.xml, it's not yet implemente in POS
<property name="LineDisplay" value="[NOT IMPLEMENTED]"/>

So check specialpurpose/pos/src/org/ofbiz/pos/device/impl/LineDisplay.java


But please use rather user ML for such questions :
http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@...

Thanks

Jacques

From: <[hidden email]>

> Hello developers,
>
> I need to use the price display (a Seperate Display Device which is used
> to display the total price to the customer at the time of checking out.)
> with the POS, for this, i need to show the price on that when the product
> is scanned by the store clerk. How that can be achieved??
>
> Any kind of related help / Idea will be appreciated.
>
> Thank beforehand.
> o
> Ajay Sodhi
> Pal InfoCom Technologies.
> Mohali (India)
> Portland (USA)
>