Exemplo n.º 1
0
 def getSetupDialog(self, parent):
     result = CReportDD2013WeeklySetupDialog(parent)
     result.setPlanVisible(True)
     result.setTerTypeVisible(True)
     result.setTitle(self.title())
     result.setEventTypeVisible(False)
     return result
Exemplo n.º 2
0
 def getSetupDialog(self, parent):
     result = CReportDD2013WeeklySetupDialog(parent)
     result.setTitle(self.title())
     return result
Exemplo n.º 3
0
 def getSetupDialog(self, parent):
     result = CReportDD2013WeeklySetupDialog(parent)
     result.setTitle(self.title())
     result.setPayStatusVisible(False)
     return result