Ignore:
Timestamp:
17 Jan 2020, 15:23:05 (5 years ago)
Author:
Henrik Bettermann
Message:

Implement multiple resit fee payment.

File:
1 edited

Legend:

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

    r15877 r15937  
    6060        'fine': 'Fine',
    6161        'combi': 'Combi Payment',
     62        'resit1': '1 Make-Up Examination Course',
     63        'resit2': '2 Make-Up Examination Courses',
     64        'resit3': '3 Make-Up Examination Courses',
     65        'resit4': '4 Make-Up Examination Courses',
     66        'resit5': '5 Make-Up Examination Courses',
     67        'resit6': '6 Make-Up Examination Course',
     68        'resit7': '7 Make-Up Examination Courses',
     69        'resit8': '8 Make-Up Examination Courses',
     70        'resit9': '9 Make-Up Examination Courses',
    6271        }
    6372
     
    91100        'lo_ident': 'Letter of Identification Fee',
    92101        'change_course': 'Change of Course Fee',
    93         'make_up': 'Make-up Fee',
     102        #'make_up': 'Make-up Fee',
    94103        'iuits': 'IUITS Fee',
    95104        'fine': 'Fine',
    96105        'combi': 'Combi Payment',
     106        'resit1': '1 Make-Up Examination Course',
     107        'resit2': '2 Make-Up Examination Courses',
     108        'resit3': '3 Make-Up Examination Courses',
     109        'resit4': '4 Make-Up Examination Courses',
     110        'resit5': '5 Make-Up Examination Courses',
     111        'resit6': '6 Make-Up Examination Course',
     112        'resit7': '7 Make-Up Examination Courses',
     113        'resit8': '8 Make-Up Examination Courses',
     114        'resit9': '9 Make-Up Examination Courses',
    97115        }
    98116
Note: See TracChangeset for help on using the changeset viewer.