Ignore:
Timestamp:
9 Nov 2019, 16:24:23 (5 years ago)
Author:
Henrik Bettermann
Message:

More payment categories.

File:
1 edited

Legend:

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

    r15783 r15789  
    3838        'application': 'Application Fee',
    3939        'app_balance': 'Application Fee Balance',
    40         'transcript': 'Transcript Fee',
     40        'transcript_local': 'Transcript Fee Local',
     41        'transcript_overseas': 'Transcript Fee Oversea',
    4142        'late_registration': 'Late Registration Fee',
    4243        'science': 'Science Bench Fee',
    4344        'clinical': 'Clinical Fee (Medical Students)',
    4445        'develop': 'Development Fee',
    45         'municipal': 'Municipal Fee',
     46        'municipal_fresh': 'Municipal Fee Fresh)',
     47        'municipal_returning': 'Municipal Fee Returning)',
    4648        'alumni': 'Alumni Fee',
    4749        'conv': 'Convocation Fee',
     
    7173        #'application': 'Application Fee',
    7274        #'app_balance': 'Application Fee Balance',
    73         'transcript': 'Transcript Fee',
     75        'transcript_local': 'Transcript Fee (Local Students)',
     76        'transcript_overseas': 'Transcript Fee (Oversea Students)',
    7477        'late_registration': 'Late Registration Fee',
    7578        'science': 'Science Bench Fee',
    7679        'clinical': 'Clinical Fee (Medical Students)',
    7780        'develop': 'Development Fee',
    78         'municipal': 'Municipal Fee',
     81        'municipal_fresh': 'Municipal Fee (Fresh Students)',
     82        'municipal_returning': 'Municipal Fee (Returning Students)',
    7983        'alumni': 'Alumni Fee',
    8084        'conv': 'Convocation Fee',
     
    101105        'clinical': 'Clinical Fee (Medical Students)',
    102106        'develop': 'Development Fee',
    103         'municipal': 'Municipal Fee',
     107        'municipal_fresh': 'Municipal Fee (Fresh Students)',
     108        'municipal_returning': 'Municipal Fee (Returning Students)',
    104109        'alumni': 'Alumni Fee',
    105110        'conv': 'Convocation Fee',
     
    122127        'clinical': 'Clinical Fee (Medical Students)',
    123128        'develop': 'Development Fee',
    124         'municipal': 'Municipal Fee',
     129        'municipal_fresh': 'Municipal Fee (Fresh Students)',
     130        'municipal_returning': 'Municipal Fee (Returning Students)',
    125131        'alumni': 'Alumni Fee',
    126132        'conv': 'Convocation Fee',
Note: See TracChangeset for help on using the changeset viewer.