Ignore:
Timestamp:
1 Nov 2015, 14:11:52 (9 years ago)
Author:
Henrik Bettermann
Message:

Configure new payment categories. School fee amounts are now set via certificates not session configuration objects.

File:
1 edited

Legend:

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

    r13348 r13374  
    3939        'transcript': 'Transcript Fee',
    4040        'late_registration': 'Late Course Registration Fee',
     41        'welfare': 'AAU Student Welfare Assurance Fee',
     42        'union': 'Students\' Union Due',
     43        'lapel': 'AAU Lapel/File Fee',
     44        'matric_gown': 'Matriculation Gown Fee',
     45        'concessional': 'Concessional Fee',
     46        'medical': 'Medical Student Acceptance Fee',
    4147        }
    4248
     
    4652        #'schoolfee_2': 'School Fee 2nd instalment',
    4753        'clearance': 'Acceptance Fee',
    48         #'hostel_maintenance': 'Hostel Maintenance Fee',
     54        'hostel_maintenance': 'Hostel Maintenance Fee',
    4955        'application': 'Application Fee',
    5056        #'gown': 'Gown Hire Fee',
     
    5359        'transcript': 'Transcript Fee',
    5460        'late_registration': 'Late Course Registration Fee',
     61        'welfare': 'AAU Student Welfare Assurance Fee',
     62        'union': 'Students\' Union Due',
     63        'lapel': 'AAU Lapel/File Fee',
     64        'matric_gown': 'Matriculation Gown Fee',
     65        'concessional': 'Concessional Fee',
     66        'medical': 'Medical Student Acceptance Fee',
    5567        }
    5668
Note: See TracChangeset for help on using the changeset viewer.