Changeset 16404


Ignore:
Timestamp:
3 Mar 2021, 15:44:06 (4 years ago)
Author:
Henrik Bettermann
Message:

Extend StudentPaymentStatisticsReport?.

File:
1 edited

Legend:

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

    r16386 r16404  
    116116        }
    117117
     118    REPORTABLE_PAYMENT_CATEGORIES = {
     119        'schoolfee': 'School Fee',
     120        'clearance': 'Acceptance Fee',
     121        'hostel_maintenance': 'Hostel Maintenance Fee',
     122        'gown': 'Gown Hire Fee',
     123        'medical_quest':'Medical Questionnaire Fee',
     124        }
     125
    118126    def selectable_payment_categories(self, student):
    119127        return self.SELECTABLE_PAYMENT_CATEGORIES
Note: See TracChangeset for help on using the changeset viewer.