You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by ngterry <te...@gmail.com> on 2009/08/23 09:02:26 UTC

How to define POS shortcut key - style?

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.


Re: How to define POS shortcut key - style?

Posted by Jacques Le Roux <ja...@free.fr>.
pos\styles\posstyles.xml

Hard to find ? ;o)

Jacques
From: "ngterry" <te...@gmail.com>
> 
> 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.
>