Exemple #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)
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(
         self, titre=_(u"Liste des attestations de présence"))
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des données"))
Exemple #4
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste personnalisée"))
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des transports programmés"))
Exemple #6
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des activités"))
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des règlements"))
Exemple #8
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(
         self, titre=_(u"Liste des catégories budgétaires"))
Exemple #9
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Historique"))
Exemple #10
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des cotisations manquantes"))
Exemple #11
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des soldes individuels"),
                              autoriseSelections=False)
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(
         self, titre=_(u"Liste des quotients familiaux/revenus"))
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des barres d'outils"))
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Détail de la mensualité"), autoriseSelections=False)
Exemple #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)
Exemple #17
0
 def ExportTexte(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(grid=self,
                              titre=_(u"Synthèse des consommations"))
Exemple #18
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(_(u"Liste des traductions")))
Exemple #19
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des aides journalières"))
Exemple #20
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des %s") % self.categorie)
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des tarifs"),
                              autoriseSelections=False)
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des catégories de produits"))
Exemple #23
0
 def ExportTexte(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des prélèvements"))
Exemple #24
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des comptes à solder"))
Exemple #25
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des inscriptions"))
 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"))
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des individus"))
 def ExportTexte(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=self.titre)
Exemple #30
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des régimes et caisses"))