Ignore:
Timestamp:
19 Jun 2023, 14:02:14 (15 months ago)
Author:
Henrik Bettermann
Message:

Change fee name again.

File:
1 edited

Legend:

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

    r17437 r17440  
    3838
    3939    PAYMENT_CATEGORIES = {
    40         'schoolfee': 'Tuition',
    41         'schoolfee_1': 'Tuition Plus (1st instalment)',
    42         'schoolfee_2': 'Tuition (2nd instalment)',
    43         'schoolfee_incl': 'Tuition Plus',
     40        'schoolfee': 'School Fees',
     41        'schoolfee_1': 'School Fees Plus (1st instalment)',
     42        'schoolfee_2': 'School Fees (2nd instalment)',
     43        'schoolfee_incl': 'School Fees Plus',
    4444        'clearance': 'Acceptance Fee',
    4545        'clearance_incl': 'Acceptance Fee Plus',
     
    8787
    8888    SELECTABLE_PAYMENT_CATEGORIES = {
    89         'schoolfee': 'Tuition without additional fees',
    90         'schoolfee_1': 'Tuition incl. additional fees (1st instalment)',
    91         'schoolfee_2': 'Tuition (2nd instalment)',
    92         'schoolfee_incl': 'Tuition incl. additional fees',
     89        'schoolfee': 'School Fees without additional fees',
     90        'schoolfee_1': 'School Fees incl. additional fees (1st instalment)',
     91        'schoolfee_2': 'School Fees (2nd instalment)',
     92        'schoolfee_incl': 'School Fees incl. additional fees',
    9393        'clearance': 'Acceptance Fee without additional fees',
    9494        'clearance_incl': 'Acceptance Fee incl. additional fees',
     
    140140    REDUCED_PAYMENT_CATS =  {
    141141        'clearance': 'Acceptance Fee',
    142         'schoolfee': 'Tuition',
     142        'schoolfee': 'School Fees',
    143143        ##'late_registration': 'Late Course Registration Fee',
    144144        ##'sports': 'Sports Fee',
     
    150150    IJMBE_PAYMENT_CATS =  {
    151151        'clearance': 'Acceptance Fee',
    152         'schoolfee': 'Tuition',
    153         'schoolfee_1': 'Tuition (1st instalment)',
    154         'schoolfee_2': 'Tuition (2nd instalment)',
     152        'schoolfee': 'School Fees',
     153        'schoolfee_1': 'School Fees (1st instalment)',
     154        'schoolfee_2': 'School Fees (2nd instalment)',
    155155        ##'sports': 'Sports Fee',
    156156        ##'library': 'UG Library Fee',
     
    162162    PT_AND_DSH_PAYMENT_CATS =  {
    163163        'clearance_incl': 'Acceptance Fee Plus',
    164         'schoolfee_incl': 'Tuition Plus',
     164        'schoolfee_incl': 'School Fees Plus',
    165165        ##'ent_text_book_1': 'Text Book Fee ENT201',
    166166        ##'ent_text_book_2': 'Text Book Fee ENT211',
     
    199199
    200200    REPORTABLE_PAYMENT_CATEGORIES = {
    201         'schoolfee': 'Tuition',
    202         'schoolfee_incl': 'Tuition Plus',
    203         'schoolfee_1': 'Tuition 1 Plus',
    204         'schoolfee_2': 'Tuition 2',
     201        'schoolfee': 'School Fees',
     202        'schoolfee_incl': 'School Fees Plus',
     203        'schoolfee_1': 'School Fees 1 Plus',
     204        'schoolfee_2': 'School Fees 2',
    205205        'clearance': 'Acceptance Fee',
    206206        'clearance_incl': 'Acceptance Fee Plus',
     
    211211
    212212    XXXBALANCE_PAYMENT_CATEGORIES = {
    213         'schoolfee': 'Tuition',
     213        'schoolfee': 'School Fees',
    214214        'clearance': 'Acceptance Fee',
    215215        'hostel_maintenance': 'Hostel Maintenance Fee',
     
    238238
    239239    PREVIOUS_PAYMENT_CATEGORIES = {
    240         'schoolfee': 'Tuition',
     240        'schoolfee': 'School Fees',
    241241        'clearance': 'Acceptance Fee',
    242242        'late_registration': 'Late Course Registration Fee',
     
    314314
    315315    DISABLE_PAYMENT_GROUP_DICT = {
    316         'sf_all': 'Tuition - All Students',
    317         'sf_pg': 'Tuition - Postgraduate Students',
    318         'sf_ug_pt': 'Tuition - Undergraduate Part-Time Students',
    319         'sf_found': 'Tuition - Foundation Students',
     316        'sf_all': 'School Fees - All Students',
     317        'sf_pg': 'School Fees - Postgraduate Students',
     318        'sf_ug_pt': 'School Fees - Undergraduate Part-Time Students',
     319        'sf_found': 'School Fees - Foundation Students',
    320320        'maint_all': 'Accommodation Fee - All Students',
    321321        'cl_regular': 'Acceptance Fee - Regular Students',
Note: See TracChangeset for help on using the changeset viewer.