Example #1
0
 def configurar(self):
     # Inicio la configuraciĆ³n de la mesa.
     if not USAR_CEF:
         self._descargar_ui_web()
     self.controller = ControllerInteraccion(self, E_MESAYPIN)
     self._cargar_ui_inicio()
     self.estado = E_EN_CONFIGURACION
Example #2
0
    def __init__(self):
        """Constructor"""
        self.es_modulo_web = True
        self.web_template = "apertura"
        self.rampa = RampaApertura(self)
        self.controller = ControllerInteraccion(self, modulo=MODULO_APERTURA)
        self._mensaje = None

        Modulo.__init__(self)

        self.ret_code = MODULO_APERTURA
        self.estado = E_INICIAL
        self._cargar_ui_apertura()
Example #3
0
 def _cargar_controller_interaccion(self):
     self.controller = ControllerInteraccion(self,
                                             modulo=MODULO_TOTALIZADOR)
Example #4
0
 def _cargar_controller_interaccion(self):
     self.controller = ControllerInteraccion(self)