Ignore:
Timestamp:
20 Dec 2018, 12:05:09 (6 years ago)
Author:
Henrik Bettermann
Message:

Be more precise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/export.py

    r15277 r15278  
    469469
    470470class DataForBursaryExporter(StudentPaymentExporter):
    471     """The DataForBursary Exporter works just like the Student Payment Exporter
    472     but it exports much more information about the student. It combines
     471    """The Data for Bursary Exporter works just like the Student Payment
     472    Exporter but it exports much more information about the student. It combines
    473473    payment and student data in one table in order to spare postprocessing of
    474474    two seperate export files. The exporter is primarily used by bursary
     
    509509
    510510class AccommodationPaymentsExporter(DataForBursaryExporter):
    511     """The AccommodationPayments Exporter works just like the Student
    512     Payment Exporter but it exports much more information about the student.
    513     It combines     payment and student data in one table in order to spare
    514     postprocessing of     two seperate export files. The exporter is primarily
    515     used by bursary officers who have exclusively access to this exporter.
    516     The exporter exports ``paid`` and ``waived`` payment tickets with category
    517     ``bed_allocation`` or ``hostel_maintenance``.
     511    """The Accommodation Payments Exporter works like the Data for Bursary
     512    Exporter above. The exporter exports ``paid`` and ``waived`` payment
     513    tickets with category ``bed_allocation`` or ``hostel_maintenance``.
     514    The exporter is primarily used by accommodation officers who have
     515    exclusively access to this exporter.
    518516    """
    519517    grok.name('accommodationpayments')
Note: See TracChangeset for help on using the changeset viewer.