Ignore:
Timestamp:
31 Jan 2020, 14:47:29 (5 years ago)
Author:
Henrik Bettermann
Message:

Add three new payment categories.

File:
1 edited

Legend:

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

    r15965 r15971  
    6868        'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    6969        'restitution': 'Restitution Fee',
     70        'sports': 'Sports Fee',
     71        'library': 'Library Fee UG',
     72        'library_pg': 'Library Fee PG',
    7073        }
    7174
    7275    SELECTABLE_PAYMENT_CATEGORIES = {
    7376        'schoolfee': 'School Fee without additional fees',
    74         'schoolfee_1': 'School Fee (1st instalment) + Student Union Dues + Welfare Assurance, Library and Sports Fees',
     77        'schoolfee_1': 'School Fee (1st instalment) incl. additional fees',
    7578        'schoolfee_2': 'School Fee (2nd instalment)',
    76         'schoolfee_incl': 'School Fee + Student Union Dues + Welfare Assurance, Library and Sports Fees',
     79        'schoolfee_incl': 'School Fee incl. additional fees',
    7780        'clearance': 'Acceptance Fee without additional fees',
    78         'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
     81        'clearance_incl': 'Acceptance Fee incl. additional fees',
    7982        'hostel_maintenance': 'Hostel Accommodation Fee',
    8083        #'application': 'Application Fee',
     
    100103        'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    101104        'restitution': 'Restitution Fee',
     105        'sports': 'Sports Fee',
     106        'library': 'Library Fee UG',
     107        'library_pg': 'Library Fee PG',
    102108        }
    103109
     
    111117        'schoolfee': 'School Fee',
    112118        'late_registration': 'Late Course Registration Fee',
     119        'library_pg': 'Library Fee PG',
    113120        }
    114121
     
    118125        'schoolfee_1': 'School Fee (1st instalment)',
    119126        'schoolfee_2': 'School Fee (2nd instalment)',
     127        'sports': 'Sports Fee',
     128        'library': 'Library Fee UG',
    120129        }
    121130
     
    132141        'gst_text_book_3': 'Text Book Fee GST222',
    133142        'late_registration': 'Late Course Registration Fee',
     143        'sports': 'Sports Fee',
     144        'library': 'Library Fee UG',
    134145        }
    135146
Note: See TracChangeset for help on using the changeset viewer.