Ignore:
Timestamp:
24 Jun 2020, 04:11:51 (4 years ago)
Author:
Henrik Bettermann
Message:

"custom/balance payment" option should only be applied to

"Tuition"

File:
1 edited

Legend:

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

    r16111 r16125  
    168168    BALANCE_PAYMENT_CATEGORIES = {
    169169        'schoolfee': 'Tuition, Accommodation, Adm. Charges (total amount)',
    170         'registration': 'Registration Fee',
    171         'transcript_local': 'Transcript Fee (Local Students)',
    172         'transcript_overseas': 'Transcript Fee (Oversea Students)',
    173         'late_registration': 'Late Registration Fee',
    174         'science': 'Science Bench Fee',
    175         'clinical': 'Clinical Fee (Medical Students)',
    176         'develop': 'Development Fee',
    177         'municipal_fresh': 'Municipal Fee (Fresh Students)',
    178         'municipal_returning': 'Municipal Fee (Returning Students)',
    179         'alumni': 'Alumni Fee',
    180         'conv': 'Convocation Fee',
    181         'matric': 'Matriculation Fee',
    182         'waecneco': 'WAEC & NECO Verification',
    183         'jambver': 'JAMB Verification',
    184         'book': 'Book Deposit',
    185         'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
    186         'pharmlab': 'Pharmacy Lab Support Fee',
    187         'lo_ident': 'Letter of Identification Fee',
    188         'change_course': 'Change of Course Fee',
    189         'iuits': 'IUITS Fee',
    190         'fine': 'Fine',
    191         'combi': 'Combi Payment',
    192         'resit1': '1 Make-Up Examination Course',
    193         'resit2': '2 Make-Up Examination Courses',
    194         'resit3': '3 Make-Up Examination Courses',
    195         'resit4': '4 Make-Up Examination Courses',
    196         'resit5': '5 Make-Up Examination Courses',
    197         'resit6': '6 Make-Up Examination Course',
    198         'resit7': '7 Make-Up Examination Courses',
    199         'resit8': '8 Make-Up Examination Courses',
    200         'resit9': '9 Make-Up Examination Courses',
    201         'id_card': 'Student ID Card',
    202170        }
    203171
Note: See TracChangeset for help on using the changeset viewer.