Ignore:
Timestamp:
19 Jul 2025, 21:46:02 (6 hours ago)
Author:
Henrik Bettermann
Message:

Rename ‚Required Combi Payment‘, fix test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py

    r18131 r18133  
    7777        'makeup_admin': 'Make-Up Registration Fee',
    7878        'id_card': 'Student ID Card',
    79         'required_combi': 'Required Combi Payment',
     79        'required_combi': 'Required Sundry Payment',
    8080        'pg_other': 'PG Other Charges',
    8181        'jupeb_form':'JUPEB Form Fee',
     
    115115        'schoolfee40': 'Tuition Plus (40% - 1st instalment)',
    116116        'secondinstal': 'Tuition Plus (60% - 2nd instalment)',
     117        'clearance': 'Acceptance Fee',
    117118        #'registration': 'Registration Fee',
    118         'registration_fresh': 'Registration Fee (Fresh)',
    119         'registration_return': 'Registration Fee (Returning)',
    120         'clearance': 'Acceptance Fee',
    121         'grad_clearance': 'Clearance Fee',
    122119        #'bed_allocation': 'Bed Allocation Fee',
    123120        #'hostel_maintenance': 'Accommodation',
    124121        #'transfer': 'Transfer Fee',
    125122        #'gown': 'Gown Hire Fee',
     123        #'app_balance': 'Application Fee Balance',
     124        #'make_up': 'Make-up Fee',
    126125        'application': 'Application Fee',
    127126        'pg_application': 'PG Application Fee',
    128         #'app_balance': 'Application Fee Balance',
    129127        'transcript_local': 'Transcript Fee (Local Students)',
    130128        'transcript_overseas': 'Transcript Fee (Oversea Students)',
    131129        'late_registration': 'Late Registration Fee',
    132         'science': 'Science Bench Fee',
    133130        'clinical': 'Clinical Fee (Medical Students)',
    134         'medical_screening':'Medical Screening Fees',
    135         'develop': 'Development Fee',
    136         'municipal_fresh': 'Municipal Fee (Fresh Students)',
    137         'municipal_returning': 'Municipal Fee (Returning Students)',
    138         'alumni': 'Alumni Fee',
    139         'conv': 'Convocation Fee',
    140         'matric': 'Matriculation Fee',
    141         'waecneco': 'WAEC/NECO Verification',
    142         'jambver': 'JAMB Verification',
    143         'book': 'Book Deposit',
    144         'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
    145131        'pharmlab': 'Pharmacy Lab Support Fee',
    146132        'lo_ident': 'Letter of Identification Fee',
    147133        'change_course': 'Change of Course Fee',
    148         #'make_up': 'Make-up Fee',
    149134        'iuits': 'IUITS Fee',
    150135        'fine': 'Fine',
    151         'combi': 'Combi Payment',
     136        #'combi': 'Combi Payment',
    152137        #'resit1': '1 Make-Up Examination Course',
    153138        #'resit2': '2 Make-Up Examination Courses',
     
    160145        #'resit9': '9 Make-Up Examination Courses',
    161146        'makeup_admin': 'Make-Up Registration Fee',
    162         'id_card': 'Student ID Card',
    163         'required_combi': 'Required Combi Payment',
     147        'required_combi': 'Required Sundry Payment',
    164148        'pg_other': 'PG Other Charges',
    165149        #'jupeb_form':'JUPEB Form Fee',
     
    169153        'jupeb_arts':'JUPEB Tuition (Arts)',
    170154        'jupeb_hostel':'JUPEB Accommodation (optional)',
    171         'health_insurance': 'Student Health Insurance',
     155
     156        ## sundry: 'registration_fresh': 'Registration Fee (Fresh)',
     157        ## sundry: 'registration_return': 'Registration Fee (Returning)',
     158        ## sundry: 'grad_clearance': 'Clearance Fee',
     159        ## sundry: 'science': 'Science Bench Fee',
     160        ## sundry: 'medical_screening':'Medical Screening Fees',
     161        ## sundry: 'municipal_fresh': 'Municipal Fee (Fresh Students)',
     162        ## sundry: 'municipal_returning': 'Municipal Fee (Returning Students)',
     163        ## sundry: 'alumni': 'Alumni Fee',
     164        ## sundry: 'conv': 'Convocation Fee',
     165        ## sundry: 'matric': 'Matriculation Fee',
     166        ## sundry: 'waecneco': 'WAEC/NECO Verification',
     167        ## sundry: 'jambver': 'JAMB Verification',
     168        ## sundry: 'book': 'Book Deposit',
     169        ## sundry: 'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
     170        ## sundry: 'id_card': 'Student ID Card',
     171        ## sundry: 'develop': 'Development Fee',
     172        ## sundry: 'health_insurance': 'Student Health Insurance',
    172173        }
    173174
     
    240241        'fine': 'Fine',
    241242        'id_card': 'Student ID Card',
    242         #'required_combi': 'Required Combi Payment',
     243        #'required_combi': 'Required Sundry Payment',
    243244        'pg_other': 'PG Other Charges',
    244245        #'jupeb_form':'JUPEB Form Fee',
Note: See TracChangeset for help on using the changeset viewer.