Ignore:
Timestamp:
6 Oct 2017, 10:29:10 (7 years ago)
Author:
Henrik Bettermann
Message:

Add carryover payment categories.

File:
1 edited

Legend:

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

    r14863 r14864  
    5555        'clearance': 'Acceptance',
    5656        'schoolfee': 'School Fee',
    57         'carryover1': 'One Carry-Over',
    58         'carryover2': 'Two Carry-Overs',
    59         'carryover3': 'Three Carry-Overs',
    60         'carryover4': 'Four Carry-Overs',
     57        'carryover1': '1, 2 or 3 Carry-Over Courses',
     58        'carryover4': '4 Carry-Over Courses',
     59        'carryover5': '5 Carry-Over Courses',
     60        'carryover6': '6 Carry-Over Courses',
     61        'carryover7': '7 Carry-Over Courses',
     62        'carryover8': '8 Carry-Over Courses',
     63        'carryover9': '9 Carry-Over Courses',
     64        'carryover10': '10 Carry-Over Courses',
    6165        'bed_allocation': 'Bed Allocation',
    6266        'hostel_maintenance': 'Hostel Maintenance',
     
    177181        'nysc_id_card': 'NYSC ID Card',
    178182        'ijmb_result':'IJMB Result',
     183        'carryover1': '1, 2 or 3 Carry-Over Courses',
     184        'carryover4': '4 Carry-Over Courses',
     185        'carryover5': '5 Carry-Over Courses',
     186        'carryover6': '6 Carry-Over Courses',
     187        'carryover7': '7 Carry-Over Courses',
     188        'carryover8': '8 Carry-Over Courses',
     189        'carryover9': '9 Carry-Over Courses',
     190        'carryover10': '10 Carry-Over Courses',
    179191        }
Note: See TracChangeset for help on using the changeset viewer.