Ignore:
Timestamp:
1 Mar 2022, 17:45:38 (3 years ago)
Author:
Henrik Bettermann
Message:

Add FLCApplicants exporter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/export.py

    r16843 r16855  
    7676                self.write_item(applicant, writer)
    7777        return self.close_outfile(filepath, outfile)
     78
     79class FrenchApplicantExporter(CustomApplicantExporter):
     80    """Exporter for Nigeria Applicants.
     81    """
     82
     83    grok.name('flc_applicants')
     84    title = 'FLC Applicants'
     85
     86    fields = tuple(sorted(set(
     87        iface_names(IFrenchApplicant)
     88        ))) + (
     89        'password', 'state', 'history', 'container_code', 'application_number',
     90        'display_fullname', 'application_date')
Note: See TracChangeset for help on using the changeset viewer.