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