Ignore:
Timestamp:
1 Dec 2022, 15:57:05 (22 months ago)
Author:
Henrik Bettermann
Message:

Finetune exporter pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/browser.py

    r17195 r17201  
    3434    BalancePaymentAddFormPage,
    3535    ExportPDFPaymentSlipPage,
    36     ApplicantBaseDisplayFormPage)
     36    ApplicantBaseDisplayFormPage,
     37    ExportJobContainerJobStart)
    3738from waeup.kofa.applicants.workflow import (
    3839    INITIALIZED, STARTED, PAID, SUBMITTED,
     
    5253from kofacustom.lpng.interfaces import MessageFactory as _
    5354
     55
     56class CustomExportJobContainerJobStart(ExportJobContainerJobStart):
     57    """View that starts three export jobs, one for applicants, a second
     58    one for applicant payments and a third for referee reports.
     59    """
     60
     61    EXPORTER_LIST = ('applicants',
     62                   'applicantpayments',
     63                   )
    5464       
    5565class CustomApplicantDisplayFormPage(ApplicantDisplayFormPage):
Note: See TracChangeset for help on using the changeset viewer.