Class PosBasePanel

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class PosBasePanel
    extends CPanel
    Point of Sales Main Window.
    Version:
    $Id: PosPanel.java,v 1.10 2004/07/12 04:10:04 jjanke Exp $
    Author:
    Comunidad de Desarrollo OpenXpertya *Basado en Codigo Original Modificado, Revisado y Optimizado de: *Copyright (c) Jorg Janke
    See Also:
    Serialized Form
    • Constructor Detail

      • PosBasePanel

        public PosBasePanel()
        Constructor - see init
    • Method Detail

      • getTrxName

        public String getTrxName()
      • init

        public void init​(int WindowNo,
                         CFrame frame)
        Initialize Panel
        Parameters:
        WindowNo - window
        frame - parent frame
      • dispose

        public void dispose()
        Dispose - Free Resources
      • getToday

        public Timestamp getToday()
        Get Today's date
        Returns:
        date
      • newOrder

        public void newOrder()
        New Order
      • getWindowNo

        public int getWindowNo()
        Get the number of the window for the function calls that it needs
        Returns:
        the window number
      • getCtx

        public Properties getCtx()
        Get the properties for the process calls that it needs
        Returns:
        getProperties m_ctx
      • updateInfo

        public void updateInfo()
      • setOldOrder

        public void setOldOrder​(int m_c_order_id)
        Parameters:
        m_c_order_id -
      • setOrder

        public void setOrder​(int m_c_order_id)
        Parameters:
        m_c_order_id -
      • getKeyboard

        public POSKeyboard getKeyboard​(int keyLayoutId)