def getSetupDialog(self, parent):
     result = CReportDD2013WeeklySetupDialog(parent)
     result.setPlanVisible(True)
     result.setTerTypeVisible(True)
     result.setTitle(self.title())
     result.setEventTypeVisible(False)
     return result
 def getSetupDialog(self, parent):
     result = CReportDD2013WeeklySetupDialog(parent)
     result.setTitle(self.title())
     return result
 def getSetupDialog(self, parent):
     result = CReportDD2013WeeklySetupDialog(parent)
     result.setTitle(self.title())
     result.setPayStatusVisible(False)
     return result