コード例 #1
0
 def ExportExcel(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.ExportExcel(self,
                              titre=_(u"Liste des mensualités"),
                              autoriseSelections=False)
コード例 #2
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(
         self, titre=_(u"Liste des attestations de présence"))
コード例 #3
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des données"))
コード例 #4
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste personnalisée"))
コード例 #5
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des transports programmés"))
コード例 #6
0
ファイル: OL_Activites.py プロジェクト: CugeDe/Noethys
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des activités"))
コード例 #7
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des règlements"))
コード例 #8
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(
         self, titre=_(u"Liste des catégories budgétaires"))
コード例 #9
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Historique"))
コード例 #10
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des cotisations manquantes"))
コード例 #11
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des soldes individuels"),
                              autoriseSelections=False)
コード例 #12
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(
         self, titre=_(u"Liste des quotients familiaux/revenus"))
コード例 #13
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des barres d'outils"))
コード例 #14
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Détail de la mensualité"), autoriseSelections=False)
コード例 #15
0
ファイル: OL_Factures.py プロジェクト: nicolas-pantel/Noethys
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des factures"))
コード例 #16
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des périodes de contrats"), autoriseSelections=False)
コード例 #17
0
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(grid=self,
                              titre=_(u"Synthèse des consommations"))
コード例 #18
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(_(u"Liste des traductions")))
コード例 #19
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des aides journalières"))
コード例 #20
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des %s") % self.categorie)
コード例 #21
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des tarifs"),
                              autoriseSelections=False)
コード例 #22
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des catégories de produits"))
コード例 #23
0
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des prélèvements"))
コード例 #24
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des comptes à solder"))
コード例 #25
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des inscriptions"))
コード例 #26
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des modèles de plannings"))
コード例 #27
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des factures à générer"))
コード例 #28
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des individus"))
コード例 #29
0
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=self.titre)
コード例 #30
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des régimes et caisses"))