Ignore:
Timestamp:
13 Oct 2019, 21:19:50 (5 years ago)
Author:
Henrik Bettermann
Message:

Add combi payment cats.

File:
1 edited

Legend:

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

    r15663 r15675  
    5151        'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
    5252        'pharmlab': 'Pharmacy Lab Support Fee',
     53        'combi': 'Combi Payments',
    5354        }
    5455
     
    7778        'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
    7879        'pharmlab': 'Pharmacy Lab Support Fee',
     80        'combi': 'Combi Payments',
    7981        }
    8082
     
    9698        'pharmlab': 'Pharmacy Lab Support Fee',
    9799        }
     100
     101    COMBI_PAYMENT_CATEGORIES = {
     102        'late_registration': 'Late Registration Fee',
     103        'science': 'Science Bench Fee',
     104        'clinical': 'Clinical Fee (Medical Students)',
     105        'develop': 'Development Fee',
     106        'municipal': 'Municipal Fee',
     107        'alumni': 'Alumni Fee',
     108        'conv': 'Convocation Fee',
     109        'matric': 'Matriculation Fee',
     110        'waecneco': 'WAEC & NECO Verification',
     111        'jambver': 'JAMB Verification',
     112        'book': 'Book Deposit',
     113        'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
     114        'pharmlab': 'Pharmacy Lab Support Fee',
     115        }
Note: See TracChangeset for help on using the changeset viewer.