Example #1
0
 def on_controllo_fatturato_activate(self, widget):
     from promogest.modules.Statistiche.ui.StatisticaGenerale import StatisticaGenerale
     anag = StatisticaGenerale(idMagazzino=None,
                     nome=_("CONTROLLO FATTURATO"))
     anag.getTopLevel()
Example #2
0
 def on_ricmedio_activate(self, widget):
     """ entry Menu statistiche Ricarico medio """
     from promogest.modules.Statistiche.ui.StatisticaGenerale import StatisticaGenerale
     anag = StatisticaGenerale(idMagazzino=None,
                     nome=_("RICARICO MEDIO e INFLUENZA SULLE VENDITE"))
     anag.getTopLevel()