Ejemplo n.º 1
0
 def ExportTexte(self, event):
     if self.IDactivite == None:
         dlg = wx.MessageDialog(
             self,
             _(u"Vous devez commencer par sélectionner une activité !"),
             _(u"Erreur de saisie"), wx.OK | wx.ICON_EXCLAMATION)
         dlg.ShowModal()
         dlg.Destroy()
         return False
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des mensualités"),
                              autoriseSelections=False)
Ejemplo n.º 2
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(
         self, titre=_(u"Liste des attestations de présence"))
Ejemplo n.º 3
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des données"))
Ejemplo n.º 4
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste personnalisée"))
Ejemplo n.º 5
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des transports programmés"))
Ejemplo n.º 6
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des activités"))
Ejemplo n.º 7
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des règlements"))
Ejemplo n.º 8
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(
         self, titre=_(u"Liste des catégories budgétaires"))
Ejemplo n.º 9
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Historique"))
Ejemplo n.º 10
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des cotisations manquantes"))
Ejemplo n.º 11
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des soldes individuels"),
                              autoriseSelections=False)
Ejemplo n.º 12
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(
         self, titre=_(u"Liste des quotients familiaux/revenus"))
Ejemplo n.º 13
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des barres d'outils"))
Ejemplo n.º 14
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Détail de la mensualité"), autoriseSelections=False)
Ejemplo n.º 15
0
 def ExportTexte(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des factures"))
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des périodes de contrats"), autoriseSelections=False)
Ejemplo n.º 17
0
 def ExportTexte(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(grid=self,
                              titre=_(u"Synthèse des consommations"))
Ejemplo n.º 18
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(_(u"Liste des traductions")))
Ejemplo n.º 19
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des aides journalières"))
Ejemplo n.º 20
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des %s") % self.categorie)
Ejemplo n.º 21
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des tarifs"),
                              autoriseSelections=False)
Ejemplo n.º 22
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des catégories de produits"))
Ejemplo n.º 23
0
 def ExportTexte(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des prélèvements"))
Ejemplo n.º 24
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des comptes à solder"))
Ejemplo n.º 25
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des inscriptions"))
Ejemplo n.º 26
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des modèles de plannings"))
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des factures à générer"))
Ejemplo n.º 28
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des individus"))
Ejemplo n.º 29
0
 def ExportTexte(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=self.titre)
Ejemplo n.º 30
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des régimes et caisses"))