Ignore:
Timestamp:
21 Aug 2024, 08:09:35 (4 weeks ago)
Author:
Henrik Bettermann
Message:

Add registration payment categories.

File:
1 edited

Legend:

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

    r17899 r17900  
    3434        'grad_clearance': 'Clearance Fee',
    3535        'registration': 'Registration Fee',
     36        'registration_fresh': 'Registration Fee (Fresh)',
     37        'registration_return': 'Registration Fee (Returning)',
    3638        #'bed_allocation': 'Bed Allocation Fee',
    3739        #'hostel_maintenance': 'Accommodation',
     
    113115        'schoolfee40': 'Tuition Plus (40% - 1st instalment)',
    114116        'secondinstal': 'Tuition Plus (60% - 2nd instalment)',
    115         'registration': 'Registration Fee',
     117        #'registration': 'Registration Fee',
     118        'registration_fresh': 'Registration Fee (Fresh)',
     119        'registration_return': 'Registration Fee (Returning)',
    116120        'clearance': 'Acceptance Fee',
    117121        'grad_clearance': 'Clearance Fee',
     
    209213    PREVIOUS_PAYMENT_CATEGORIES = {
    210214        'schoolfee': 'Tuition, Accommodation, Adm. Charges',
    211         'registration': 'Registration Fee',
     215        #'registration': 'Registration Fee',
     216        'registration_fresh': 'Registration Fee (Fresh)',
     217        'registration_return': 'Registration Fee (Returning)',
    212218        'clearance': 'Acceptance Fee',
    213219        'grad_clearance': 'Clearance Fee',
     
    279285
    280286    _COMBI_PAYMENT_CATEGORIES = {
    281         'registration': 'Registration Fee',
     287        #'registration': 'Registration Fee',
     288        'registration_fresh': 'Registration Fee (Fresh)',
     289        'registration_return': 'Registration Fee (Returning)',
    282290        'grad_clearance': 'Clearance Fee',
    283291        'late_registration': 'Late Registration Fee',
Note: See TracChangeset for help on using the changeset viewer.