Пример #1
0
    def __init__(self):
        report_basics.__init__(self)
        self.dicReportData = {}
        
        self.dicReportData['Title'] = _('Phonelist 001 generatet by CUON')

        self.dicReportData['lPageNumber'] = _('Pagenumber:')
        self.dicReportData['fPageNumber'] = 1
        self.dicReportData['Lastname'] = _('Lastname')
        self.dicReportData['Firstname'] = _('Firstname')
    def __init__(self):
        report_basics.__init__(self)

        self.dicReportData = {}
        self.dicResults = {}

        self.dicReportData["Title"] = _("Proposal generatet by CUON")

        self.dicReportData["lPageNumber"] = _("Pagenumber:")
        self.dicReportData["fPageNumber"] = 1
        self.dicReportData["Designation"] = _("Designation")
        self.dicReportData["lProposalNumber"] = _("Proposal-Number:")
Пример #3
0
    def __init__(self):
        report_basics.__init__(self)
        
        self.dicReportData = {}
        self.dicResults = {}
        
        
        self.dicReportData['Title'] = _('Order Stat Turnover Monthly generatet by CUON')

        self.dicReportData['lPageNumber'] = _('Pagenumber:')
        self.dicReportData['fPageNumber'] = 1
        self.dicReportData['Designation'] = _('Designation')
    def __init__(self):
        report_basics.__init__(self)

        self.dicReportData = {}
        self.dicResults = {}

        self.dicReportData["Title"] = _("Supplygeneratet by CUON")

        self.dicReportData["lPageNumber"] = _("Pagenumber:")
        self.dicReportData["fPageNumber"] = 1
        self.dicReportData["Designation"] = _("Designation")
        self.dicReportData["lOrderNumber"] = _("Order-Number:")
    def __init__(self):
        report_basics.__init__(self)
        
        self.dicReportData = {}
        self.dicResults = {}
        
        
        self.dicReportData['Title'] = _('List of Inpayment generated by CUON')

        self.dicReportData['lPageNumber'] = _('Pagenumber:')
        self.dicReportData['fPageNumber'] = 1
        self.dicReportData['Designation'] = _('Designation')
        self.dicReportData['lOrderNumber'] = _('Order-Number:')
    def __init__(self):
        report_basics.__init__(self)
        
        self.dicReportData = {}
        self.dicResults = {}
        
        
        self.dicReportData['Title'] = _('Proposal generatet by CUON')

        self.dicReportData['lPageNumber'] = _('Pagenumber:')
        self.dicReportData['fPageNumber'] = 1
        self.dicReportData['Designation'] = _('Designation')
        self.dicReportData['lProposalNumber'] = _('Proposal-Number:')
    def __init__(self):
        report_basics.__init__(self)
        self.dicReportData = {}
        self.dicResults = {}
        
        
        self.dicReportData['Title'] = _('Hibernation Pickup generatet by CUON')

        self.dicReportData['lPageNumber'] = _('Pagenumber:')
        self.dicReportData['fPageNumber'] = 1
        self.dicReportData['Designation'] = _('Designation')
        self.dicReportData['lIncoming'] = _('Incoming Document')
        self.dicReportData['lPickUpBy'] = _('Pick up by:')
        self.dicReportData['lPickupNumber'] = _('Pickup-Nr.:')
        self.dicReportData['lOrderNumber'] = _('Order-Number:')
        self.dicReportData['lBeginData'] = _('Begin at:')
        self.dicReportData['lPlantNumber'] = _('Plant:')
        self.dicReportData['lPlantName'] = _('Botany name:')