Ignore:
Timestamp:
7 Feb 2015, 10:25:56 (10 years ago)
Author:
Henrik Bettermann
Message:

Add new application category and type (ticket #966).

Implement hostel application fee payment (ticket #959). Uniben is still waiting for an agrrement with Interwsicth.

File:
1 edited

Legend:

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

    r12407 r12566  
    3535        'cest': 'Part-Time, Diploma, Certificate',
    3636        'pg_new': 'Supplementary PG Application',
     37        'pg_new2': 'Supplementary PG Application (#2)',
    3738        'dp_ft': 'Diploma Full-Time Programmes',
    3839        'pg': 'Postgraduate',
     
    5556        'schoolfee': 'School Fee',
    5657        'clearance': 'Acceptance Fee',
    57         'bed_allocation': 'Bed Allocation Fee',
     58        #'bed_allocation': 'Bed Allocation Fee',
     59        'hostel_application': 'Hostel Application Fee',
    5860        'hostel_maintenance': 'Hostel Maintenance Fee',
    5961        'tempmaint_1': 'Hall 1-4 M/F Ekehuan',
     
    7072        'schoolfee': 'School Fee',
    7173        'clearance': 'Acceptance Fee',
     74        'hostel_application': 'Hostel Application Fee',
    7275        'tempmaint_1': 'Hall 1-4 M/F Ekehuan Maintenance Fee',
    7376        'tempmaint_2': 'Hall 5 M/F Maintenance Fee',
Note: See TracChangeset for help on using the changeset viewer.