Ignore:
Timestamp:
27 Nov 2012, 10:05:02 (12 years ago)
Author:
Henrik Bettermann
Message:

Configure hostel maintenance fee payment (2012/2013 only).

File:
1 edited

Legend:

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

    r9655 r9727  
    4545        'Postgraduate Part-Time':('pg_pt', 'special_pg_pt', 'pgd_pt'),
    4646        }
     47
     48    PAYMENT_CATEGORIES = {
     49        'schoolfee': 'School Fee',
     50        'clearance': 'Acceptance Fee',
     51        'bed_allocation': 'Bed Allocation Fee',
     52        'hostel_maintenance': 'Hostel Maint. Fee',
     53        'tempmaint_1': 'Hall 1-4 M/F Ekehuan',
     54        'tempmaint_2': 'Hall 5 M/F',
     55        'tempmaint_3': 'Clinical Hostel',
     56        'transfer': 'Transfer Fee',
     57        'gown': 'Gown Hire Fee',
     58        'application': 'Application Fee'
     59        }
Note: See TracChangeset for help on using the changeset viewer.