You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Kushal Darji <ku...@gmail.com> on 2013/07/01 11:04:14 UTC

Re: working with pos

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 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....???