Beispiel #1
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des opérations"))
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des catégories de produits"))
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des soldes"),
                              autoriseSelections=False)
Beispiel #4
0
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des inscrits"))
Beispiel #5
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des transports"))
Beispiel #6
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des %s") % self.categorie)
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des cotisations manquantes"))
Beispiel #8
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self, titre=_(u"Liste des champs"))
Beispiel #9
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Détail de la mensualité"),
                              autoriseSelections=False)
Beispiel #10
0
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(grid=self,
                              titre=_(u"Synthèse des consommations"))
Beispiel #11
0
 def ExportTexte(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportTexte(self,
                              titre=_(u"Liste des prévisions"),
                              autoriseSelections=False)
Beispiel #12
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self,
                              titre=_(u"Liste des dépôts de cotisations"))
Beispiel #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)
Beispiel #14
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Scolarité"))
Beispiel #15
0
 def ExportExcel(self, event):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des individus"))
 def ExportExcel(self, event=None):
     from Utils import UTILS_Export
     UTILS_Export.ExportExcel(self, titre=_(u"Liste des prélèvements"))