Ignore:
Timestamp:
1 Sep 2020, 06:11:13 (4 years ago)
Author:
Henrik Bettermann
Message:

Implement Required Combi Payment.

File:
1 edited

Legend:

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

    r16212 r16222  
    7272        'resit9': '9 Make-Up Examination Courses',
    7373        'id_card': 'Student ID Card',
     74        'required_combi': 'Required Combi Payment',
    7475        }
    7576
     
    119120        'resit9': '9 Make-Up Examination Courses',
    120121        'id_card': 'Student ID Card',
     122        'required_combi': 'Required Combi Payment',
    121123        }
    122124
     
    150152
    151153    COMBI_PAYMENT_CATEGORIES = {
     154        #'registration': 'Registration Fee',
    152155        'grad_clearance': 'Clearance Fee',
    153156        'late_registration': 'Late Registration Fee',
    154157        'science': 'Science Bench Fee',
    155158        'clinical': 'Clinical Fee (Medical Students)',
    156         'develop': 'Development Fee',
    157         'municipal_fresh': 'Municipal Fee (Fresh Students)',
    158         'municipal_returning': 'Municipal Fee (Returning Students)',
     159        #'develop': 'Development Fee',
     160        #'municipal_fresh': 'Municipal Fee (Fresh Students)',
     161        #'municipal_returning': 'Municipal Fee (Returning Students)',
    159162        'alumni': 'Alumni Fee',
    160163        'conv': 'Convocation Fee',
     
    162165        'waecneco': 'WAEC and NECO Verification',
    163166        'jambver': 'JAMB Verification',
    164         'book': 'Book Deposit',
    165         'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
     167        #'book': 'Book Deposit',
     168        #'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
    166169        'pharmlab': 'Pharmacy Lab Support Fee',
    167170        'lo_ident': 'Letter of Identification Fee',
Note: See TracChangeset for help on using the changeset viewer.