Ignore:
Timestamp:
25 Jan 2022, 08:25:36 (3 years ago)
Author:
Henrik Bettermann
Message:

Implement ENT211 payments.

File:
1 edited

Legend:

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

    r16749 r16754  
    6262        'gst_text_book_2': 'Text Book Fee GST111 GST112',
    6363        'gst_text_book_3': 'Text Book Fee GST222',
     64        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     65        'gst_registration_2': 'Registration Fee GST222',
    6466        'ent_text_book_1': 'Text Book Fee ENT201',
    6567        'ent_text_book_2': 'Text Book Fee ENT211',
    66         'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
    67         'gst_registration_2': 'Registration Fee GST222',
     68        'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',
    6869        'ent_registration_1': 'Registration Fee ENT201',
    6970        'ent_registration_2': 'Registration Fee ENT211',
     71        'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
    7072        'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    7173        'ict': 'ICT/Affidavit Dues',
     
    104106        'gst_text_book_2': 'Text Book Fee GST111 GST112',
    105107        'gst_text_book_3': 'Text Book Fee GST222',
     108        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     109        'gst_registration_2': 'Registration Fee GST222',
    106110        'ent_text_book_1': 'Text Book Fee ENT201',
    107111        'ent_text_book_2': 'Text Book Fee ENT211',
    108         'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
    109         'gst_registration_2': 'Registration Fee GST222',
     112        'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',
    110113        'ent_registration_1': 'Registration Fee ENT201',
    111114        'ent_registration_2': 'Registration Fee ENT211',
     115        'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
    112116        #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    113117        'ict': 'ICT/Affidavit Dues',
     
    151155        'clearance_incl': 'Acceptance Fee Plus',
    152156        'schoolfee_incl': 'School Fee Plus',
     157        'ent_text_book_1': 'Text Book Fee ENT201',
     158        'ent_text_book_2': 'Text Book Fee ENT211',
     159        'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',
    153160        'ent_registration_1': 'Registration Fee ENT201',
    154         'ent_text_book_1': 'Text Book Fee ENT201',
    155161        'ent_registration_2': 'Registration Fee ENT211',
    156         'ent_text_book_2': 'Text Book Fee ENT211',
     162        'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
    157163        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
    158164        'gst_registration_2': 'Registration Fee GST222',
     
    206212        'gst_text_book_2': 'Text Book Fee GST111 GST112',
    207213        'gst_text_book_3': 'Text Book Fee GST222',
     214        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     215        'gst_registration_2': 'Registration Fee GST222',
    208216        'ent_text_book_1': 'Text Book Fee ENT201',
    209217        'ent_text_book_2': 'Text Book Fee ENT211',
    210         'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
    211         'gst_registration_2': 'Registration Fee GST222',
     218        'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',
    212219        'ent_registration_1': 'Registration Fee ENT201',
    213220        'ent_registration_2': 'Registration Fee ENT211',
     221        'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
    214222        #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    215223        'ict': 'ICT/Affidavit Dues',
Note: See TracChangeset for help on using the changeset viewer.