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