Ignore:
Timestamp:
15 Feb 2013, 09:47:34 (12 years ago)
Author:
Henrik Bettermann
Message:

In Okene ug students start clearance with activation code and nce students without.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py

    r9950 r9953  
    131131                    else:
    132132                        amount = 15400
    133                 # NCE I fresh
     133                # NCE/UG I fresh
    134134                elif student.current_level == 100 and student.state == CLEARED:
    135135                    if student.depcode in ARTS:
     
    137137                    else:
    138138                        amount = 12495
    139                 # NCE II
     139                # NCE/UG II
    140140                elif student.current_level in (100, 110, 120) and \
    141141                    student.state == RETURNING:
     
    144144                    else:
    145145                        amount = 11545
    146                 # NCE III
     146                # NCE/UG III
    147147                elif student.current_level in (200, 210, 220):
    148148                    if student.depcode in ARTS:
     
    150150                    else:
    151151                        amount = 11545
    152                 # NCE III repeater
     152                # NCE/UG III repeater
    153153                elif student.current_level in (300, 310, 320) and \
    154154                    student.current_verdict == 'O':
     
    157157                    else:
    158158                        amount = 6773
    159                 # NCE III spillover
     159                # NCE/UG III spillover
    160160                elif student.current_level in (300, 310, 320) and \
    161161                    student.current_verdict == 'B':
     
    164164                    else:
    165165                        amount = 9645
    166                 # NCE III second spillover
     166                # NCE/UG III second spillover
    167167                elif student.current_level in (400, 410, 420) and \
    168168                    student.current_verdict == 'B':
     
    177177                    else:
    178178                        amount = 22400
    179                 # NCE II
     179                # NCE/UG II
    180180                elif student.current_level in (100, 110, 120) and \
    181181                    student.state == RETURNING:
     
    184184                    else:
    185185                        amount = 18900
    186                 # NCE III
     186                # NCE/UG III
    187187                elif student.current_level in (200, 210, 220):
    188188                    if student.depcode in ARTS:
     
    190190                    else:
    191191                        amount = 20900
    192                 # NCE IV
     192                # NCE/UG IV
    193193                elif student.current_level in (300, 310, 320):
    194194                    if student.depcode in ARTS:
     
    196196                    else:
    197197                        amount = 18900
    198                 # NCE V
     198                # NCE/UG V
    199199                elif student.current_level in (400, 410, 420):
    200200                    if student.depcode in ARTS:
     
    202202                    else:
    203203                        amount = 18900
    204                 # NCE V spillover
     204                # NCE/UG V spillover
    205205                elif student.current_level in (500, 510, 520) and \
    206206                    student.current_verdict == 'B':
     
    209209                    else:
    210210                        amount = 17400
    211                 # NCE V second spillover
     211                # NCE/UG V second spillover
    212212                elif student.current_level in (600, 610, 620) and \
    213213                    student.current_verdict == 'B':
Note: See TracChangeset for help on using the changeset viewer.