Ignore:
Timestamp:
1 Nov 2014, 14:24:29 (10 years ago)
Author:
Henrik Bettermann
Message:

Add new fees (ticket #91)

Remove 'Fee' in drop-down menus.

File:
1 edited

Legend:

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

    r11759 r11922  
    5454        'carryover2': '2 CarryOvers',
    5555        'carryover3': '3 CarryOvers',
    56         'clearance': 'Acceptance Fee',
    57         'bed_allocation': 'Bed Allocation Fee',
    58         'hostel_maintenance': 'Hostel Maintenance Fee',
    59         'application': 'Application Fee',
     56        'clearance': 'Acceptance',
     57        'bed_allocation': 'Bed Allocation',
     58        'hostel_maintenance': 'Hostel Maintenance',
     59        'application': 'Application',
    6060        'certificate': 'ND Certificate',
    6161        'hnd_certificate': 'HND Certificate',
     
    8686        'hnd_conv_brochure': 'HND Convocation Brochure',
    8787        'pgd_conv_brochure': 'PGD Convocation Brochure',
    88         'log_book': 'Log Book Fees',
     88        'log_book': 'Log Book',
    8989        'jamb_regularization': 'Jamb Regularization',
     90        'utme_registration': 'UTME Registration',
     91        'utme_cbt': 'UTME CBT',
     92        'nysc_id_card': 'NYSC ID Card'
    9093        }
    9194
     
    9598        'carryover2': 'Two CarryOvers',
    9699        'carryover3': 'Three CarryOvers',
    97         'hostel_maintenance': 'Hostel Maintenance Fee',
     100        'hostel_maintenance': 'Hostel Maintenance',
    98101        'certificate': 'ND Certificate',
    99102        'hnd_certificate': 'HND Certificate',
     
    124127        'hnd_conv_brochure': 'HND Convocation Brochure',
    125128        'pgd_conv_brochure': 'PGD Convocation Brochure',
    126         'log_book': 'Log Book Fees',
     129        'log_book': 'Log Book',
    127130        'jamb_regularization': 'Jamb Regularization',
     131        'utme_registration': 'UTME Registration',
     132        'utme_cbt': 'UTME CBT',
     133        'nysc_id_card': 'NYSC ID Card'
    128134        }
    129135
     
    169175        'hnd_conv_brochure': 'HND Convocation Brochure',
    170176        'pgd_conv_brochure': 'PGD Convocation Brochure',
    171         'log_book': 'Log Book Fees',
     177        'log_book': 'Log Book',
    172178        'jamb_regularization': 'Jamb Regularization',
     179        'utme_registration': 'UTME Registration',
     180        'utme_cbt': 'UTME CBT',
     181        'nysc_id_card': 'NYSC ID Card'
    173182        }
Note: See TracChangeset for help on using the changeset viewer.