コード例 #1
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des opérations"))
コード例 #2
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des catégories de produits"))
コード例 #3
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des soldes"),
                              autoriseSelections=False)
コード例 #4
0
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des inscrits"))
コード例 #5
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des transports"))
コード例 #6
0
ファイル: OL_Etiquettes.py プロジェクト: futuriste/Noethys
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des %s") % self.categorie)
コード例 #7
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des cotisations manquantes"))
コード例 #8
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des champs"))
コード例 #9
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Détail de la mensualité"),
                              autoriseSelections=False)
コード例 #10
0
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(grid=self,
                              titre=_(u"Synthèse des consommations"))
コード例 #11
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des prévisions"),
                              autoriseSelections=False)
コード例 #12
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des dépôts de cotisations"))
コード例 #13
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des périodes de contrats"), autoriseSelections=False)
コード例 #14
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Scolarité"))
コード例 #15
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des individus"))
コード例 #16
0
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des prélèvements"))