You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Vikas <vi...@divsinsol.com> on 2013/06/27 09:13:41 UTC

working with pos

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


RegadsVikas  



--
View this message in context: http://ofbiz.135035.n4.nabble.com/working-with-pos-tp4642357.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: working with pos

Posted by Vikas <vi...@divsinsol.com>.
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....???


Re: working with pos

Posted by Kushal Darji <ku...@gmail.com>.
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....???