Ignore:
Timestamp:
7 Nov 2015, 06:16:00 (9 years ago)
Author:
Henrik Bettermann
Message:

Rename school function.

Rename payment categories.

Add test to produce payment pdf slip.

File:
1 edited

Legend:

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

    r13402 r13403  
    3131        'schoolfee_1': 'School Fee 1st instalment',
    3232        'schoolfee_2': 'School Fee 2nd instalment',
    33         'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance Fees',
     33        'schoolfee_incl': 'School Fee plus',
    3434        'clearance': 'Acceptance Fee',
    35         'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File Fees',
     35        'clearance_incl': 'Acceptance Fee plus',
    3636        'hostel_maintenance': 'Hostel Maintenance Fee',
    3737        'application': 'Application Fee',
     
    5050
    5151    SELECTABLE_PAYMENT_CATEGORIES = {
    52         'schoolfee': 'School Fee',
     52        'schoolfee': 'School Fee without additional fees',
    5353        #'schoolfee_1': 'School Fee 1st instalment',
    5454        #'schoolfee_2': 'School Fee 2nd instalment',
    55         'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance Fees',
    56         'clearance': 'Acceptance Fee',
    57         'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File Fees',
     55        'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance fees',
     56        'clearance': 'Acceptance Fee without additional fees',
     57        'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File fees',
    5858        'hostel_maintenance': 'Hostel Maintenance Fee',
    5959        'application': 'Application Fee',
Note: See TracChangeset for help on using the changeset viewer.