Ignore:
Timestamp:
11 Oct 2019, 11:31:38 (5 years ago)
Author:
Henrik Bettermann
Message:

Start configuration of school fee payments.

File:
1 edited

Legend:

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

    r15645 r15661  
    2727
    2828    PAYMENT_CATEGORIES = {
    29         'schoolfee': 'School Fee',
     29        'schoolfee40': 'Tuition Plus 40',
     30        'schoolfee50': 'Tuition Plus 50',
     31        'schoolfee60': 'Tuition Plus 60',
     32        'schoolfee': 'Tuition Plus Total',
    3033        'clearance': 'Acceptance Fee',
    31         'bed_allocation': 'Bed Allocation Fee',
    32         'hostel_maintenance': 'Accommodation',
     34        #'bed_allocation': 'Bed Allocation Fee',
     35        #'hostel_maintenance': 'Accommodation',
    3336        #'transfer': 'Transfer Fee',
    3437        #'gown': 'Gown Hire Fee',
     
    5255
    5356    SELECTABLE_PAYMENT_CATEGORIES = {
    54         'schoolfee': 'School Fee',
    55         'clearance': 'Acceptance Fee',
     57        'schoolfee40': 'Tuition, Accommodation, Adm. Charges (40% - 1st instalment)',
     58        'schoolfee50': 'Tuition, Accommodation, Adm. Charges (50% - 1st instalment)',
     59        'schoolfee60': 'Tuition, Accommodation, Adm. Charges (60% - 1st instalment)',
     60        'schoolfee': 'Tuition, Accommodation, Adm. Charges (total amount)',
    5661        #'bed_allocation': 'Bed Allocation Fee',
    57         'hostel_maintenance': 'Accommodation',
     62        #'hostel_maintenance': 'Accommodation',
    5863        #'transfer': 'Transfer Fee',
    5964        #'gown': 'Gown Hire Fee',
     
    7681        }
    7782
    78     PREVIOUS_PAYMENT_CATEGORIES = deepcopy(SELECTABLE_PAYMENT_CATEGORIES)
     83    PREVIOUS_PAYMENT_CATEGORIES = {
     84        'schoolfee': 'Tuition, Accommodation, Adm. Charges (total amount)',
     85        'application': 'Application Fee',
     86        'late_registration': 'Late Registration Fee',
     87        'science': 'Science Bench Fee',
     88        'clinical': 'Clinical Fee (Medical Students)',
     89        'develop': 'Development Fee',
     90        'municipal': 'Municipal Fee',
     91        'alumni': 'Alumni Fee',
     92        'conv': 'Convocation Fee',
     93        'matric': 'Matriculation Fee',
     94        'waecneco': 'WAEC & NECO Verification',
     95        'jambver': 'JAMB Verification',
     96        'book': 'Book Deposit',
     97        'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
     98        'pharmlab': 'Pharmacy Lab Support Fee',
     99        }
Note: See TracChangeset for help on using the changeset viewer.