How to define POS shortcut key - style?

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

How to define POS shortcut key - style?

Terence Ng
Is by editing ofbiz>specialpurpose>pos>screen>default>menu>posmain.xml to define the POS shortcut key for other products?

<Button name="SKU.GZ-7000" x="408" y="62" w="100" h="60" style="skuButtonGizmo" content="GZ-7000" alignment="Center"/>
        <Button name="SKU.WG-5569" x="510" y="62" w="100" h="60" style="skuButtonWidget" content="WIDGET 1" alignment="Center"/>

       
        <Button name="" x="0" y="124" w="100" h="60" style="posButton" content="" alignment="Center"/>

I guess switching the SKU.GZ-7000 for example to other product for Product Shortcut.

Where can I find the definition of the different style (e.g. skuButtonGizmo, skuButtonWidget)?

Could I replace the text by an image?
Reply | Threaded
Open this post in threaded view
|

Re: How to define POS shortcut key - style?

Jacques Le Roux-2-2
pos\styles\posstyles.xml

Hard to find ? ;o)

Jacques
From: "ngterry" <[hidden email]>

>
> Is by editing ofbiz>specialpurpose>pos>screen>default>menu>posmain.xml to
> define the POS shortcut key for other products?
>
> <Button name="SKU.GZ-7000" x="408" y="62" w="100" h="60"
> style="skuButtonGizmo" content="GZ-7000" alignment="Center"/>
>        <Button name="SKU.WG-5569" x="510" y="62" w="100" h="60"
> style="skuButtonWidget" content="WIDGET 1" alignment="Center"/>
>
>        <!-- line 3 -->
>        <Button name="" x="0" y="124" w="100" h="60" style="posButton"
> content="" alignment="Center"/>
>
> I guess switching the SKU.GZ-7000 for example to other product for Product
> Shortcut.
>
> Where can I find the definition of the different style (e.g. skuButtonGizmo,
> skuButtonWidget)?
>
> Could I replace the text by an image?
> --
> View this message in context: http://www.nabble.com/How-to-define-POS-shortcut-key---style--tp25100849p25100849.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>