Ignore:
Timestamp:
25 Jun 2023, 21:18:49 (15 months ago)
Author:
Henrik Bettermann
Message:

Enable other fees payments.

File:
1 edited

Legend:

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

    r17440 r17456  
    9393        'clearance': 'Acceptance Fee without additional fees',
    9494        'clearance_incl': 'Acceptance Fee incl. additional fees',
    95         ##'hostel_maintenance': 'Hostel Accommodation Fee',
     95        'hostel_maintenance': 'Hostel Accommodation Fee',
    9696        #'application': 'Application Fee',
    9797        #'bed_allocation': 'Bed Allocation Fee',
     
    9999        ##'transcript_local': 'Local Transcript Fee',
    100100        ##'transcript_inter': 'International Transcript Fee',
    101         ##'late_registration': 'Late Course Registration Fee',
     101        'late_registration': 'Late Course Registration Fee',
    102102        #'welfare': 'Student Welfare Assurance Fee',
    103103        #'union': 'Student Union Dues',
     
    106106        ##'concessional': 'Concessional Fee',
    107107        #'id_card': 'Student ID Card',
    108         ##'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112',
    109         ##'gst_text_book_1': 'Text Book Fee GST101 GST102',
    110         ##'gst_text_book_2': 'Text Book Fee GST111 GST112',
    111         ##'gst_text_book_3': 'Text Book Fee GST222',
    112         ##'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
    113         ##'gst_registration_2': 'Registration Fee GST222',
    114         ##'ent_text_book_1': 'Text Book Fee ENT201',
    115         ##'ent_text_book_2': 'Text Book Fee ENT211',
    116         ##'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',
    117         ##'ent_registration_1': 'Registration Fee ENT201',
    118         ##'ent_registration_2': 'Registration Fee ENT211',
    119         ##'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
    120         ##'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211',
     108        'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112',
     109        'gst_text_book_1': 'Text Book Fee GST101 GST102',
     110        'gst_text_book_2': 'Text Book Fee GST111 GST112',
     111        'gst_text_book_3': 'Text Book Fee GST222',
     112        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     113        'gst_registration_2': 'Registration Fee GST222',
     114        'ent_text_book_1': 'Text Book Fee ENT201',
     115        'ent_text_book_2': 'Text Book Fee ENT211',
     116        'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',
     117        'ent_registration_1': 'Registration Fee ENT201',
     118        'ent_registration_2': 'Registration Fee ENT211',
     119        'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
     120        'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211',
    121121        ##'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    122122        ##'ict': 'ICT/Affidavit Dues',
     
    141141        'clearance': 'Acceptance Fee',
    142142        'schoolfee': 'School Fees',
    143         ##'late_registration': 'Late Course Registration Fee',
     143        'late_registration': 'Late Course Registration Fee',
    144144        ##'sports': 'Sports Fee',
    145145        ##'library': 'UG Library Fee',
     
    163163        'clearance_incl': 'Acceptance Fee Plus',
    164164        'schoolfee_incl': 'School Fees Plus',
    165         ##'ent_text_book_1': 'Text Book Fee ENT201',
    166         ##'ent_text_book_2': 'Text Book Fee ENT211',
    167         ##'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',
    168         ##'ent_registration_1': 'Registration Fee ENT201',
    169         ##'ent_registration_2': 'Registration Fee ENT211',
    170         ##'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
    171         ##'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
    172         ##'gst_registration_2': 'Registration Fee GST222',
    173         ##'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112',
    174         ##'gst_text_book_1': 'Text Book Fee GST101 GST102',
    175         ##'gst_text_book_2': 'Text Book Fee GST111 GST112',
    176         ##'gst_text_book_3': 'Text Book Fee GST222',
    177         ##'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211',
    178         ##'late_registration': 'Late Course Registration Fee',
     165        'ent_text_book_1': 'Text Book Fee ENT201',
     166        'ent_text_book_2': 'Text Book Fee ENT211',
     167        'ent_text_book_0': 'Text Book Fee for ENT201 and ENT211',
     168        'ent_registration_1': 'Registration Fee ENT201',
     169        'ent_registration_2': 'Registration Fee ENT211',
     170        'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
     171        'gst_registration_1': 'Registration Fee GST101 GST102 GST111 GST112',
     172        'gst_registration_2': 'Registration Fee GST222',
     173        'gst_text_book_0': 'Text Book Fee GST101 GST102 GST111 GST112',
     174        'gst_text_book_1': 'Text Book Fee GST101 GST102',
     175        'gst_text_book_2': 'Text Book Fee GST111 GST112',
     176        'gst_text_book_3': 'Text Book Fee GST222',
     177        'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211',
     178        'late_registration': 'Late Course Registration Fee',
    179179        ##'sports': 'Sports Fee',
    180180        ##'library': 'UG Library Fee',
     
    208208        }
    209209
    210     BALANCE_PAYMENT_CATEGORIES = {}
    211 
    212     XXXBALANCE_PAYMENT_CATEGORIES = {
     210    BALANCE_PAYMENT_CATEGORIES = {
    213211        'schoolfee': 'School Fees',
    214212        'clearance': 'Acceptance Fee',
    215213        'hostel_maintenance': 'Hostel Maintenance Fee',
    216214        'late_registration': 'Late Course Registration Fee',
    217         'welfare': 'Student Welfare Assurance Fee',
    218         'union': 'Student Union Dues',
    219         'lapel': 'Lapel/File Fee',
    220         'matric_gown': 'Matriculation Gown Fee',
    221         'id_card': 'Student ID Card',
     215        #'welfare': 'Student Welfare Assurance Fee',
     216        #'union': 'Student Union Dues',
     217        #'lapel': 'Lapel/File Fee',
     218        #'matric_gown': 'Matriculation Gown Fee',
     219        #'id_card': 'Student ID Card',
    222220        'gst_text_book_1': 'Text Book Fee GST101 GST102',
    223221        'gst_text_book_2': 'Text Book Fee GST111 GST112',
     
    232230        'ent_registration_0': 'Registration Fee for ENT201 and ENT211',
    233231        #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    234         'ict': 'ICT/Affidavit Dues',
     232        #'ict': 'ICT/Affidavit Dues',
    235233        #'affidavit': 'Affidavit Dues',
    236         'restitution': 'Restitution Fee',
     234        #'restitution': 'Restitution Fee',
    237235        }
    238236
Note: See TracChangeset for help on using the changeset viewer.