Changeset 15278 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 20 Dec 2018, 12:05:09 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/export.py
r15277 r15278 469 469 470 470 class DataForBursaryExporter(StudentPaymentExporter): 471 """The Data ForBursary Exporter works just like the Student Payment Exporter472 but it exports much more information about the student. It combines471 """The Data for Bursary Exporter works just like the Student Payment 472 Exporter but it exports much more information about the student. It combines 473 473 payment and student data in one table in order to spare postprocessing of 474 474 two seperate export files. The exporter is primarily used by bursary … … 509 509 510 510 class 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. 518 516 """ 519 517 grok.name('accommodationpayments')
Note: See TracChangeset for help on using the changeset viewer.