working with pos

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

working with pos

Vikas
Dear All, I am working with ofbiz and now these days I am using POS, but the problem is Items which are entered by my self are not displayed, when I enter the Item Id it displays the error "Product Not Found". I add the product and enter the default price.

Do I missing anything.

It will be appreciative if you can help in my trouble


Regads Vikas
Reply | Threaded
Open this post in threaded view
|

Re: working with pos

Kushal Darji
Hi Vikas,

In case If you haven't solved it, I've do it with following way,


open posmain.xml from {ofbiz directory}\specialpurpose\pos\screens\default\menu\

<Button name="SKU.10000" x="0" y="62" w="100" h="60"
style="skuButtonGizmo" content="Pepsi" alignment="Center"/>

- name="SKU.10000" →  Product Id that you want to add
- style="skuButtonGizmo" → button style, defined in posstyles.xml in
{ofbiz directory}\specialpurpose\pos\pos\styles
- content="Pepsi" → name that display on POS Display.


And in case if you have solved it, Did you use the same way....???
Reply | Threaded
Open this post in threaded view
|

Re: working with pos

Vikas
Yes Kushal Darji I solved It and use the same method. Thank you for your
reply.

Vikas



On Monday 01 July 2013 02:34 PM, Kushal Darji wrote:

> Hi Vikas,
>
> In case If you haven't solved it, I've do it with following way,
>
>
> open posmain.xml from {ofbiz directory}\specialpurpose\pos\screens\default\menu\
>
> <Button name="SKU.10000" x="0" y="62" w="100" h="60"
> style="skuButtonGizmo" content="Pepsi" alignment="Center"/>
>
> - name="SKU.10000" →  Product Id that you want to add
> - style="skuButtonGizmo" → button style, defined in posstyles.xml in
> {ofbiz directory}\specialpurpose\pos\pos\styles
> - content="Pepsi" → name that display on POS Display.
>
>
> And in case if you have solved it, Did you use the same way....???