Ignore:
Timestamp:
9 Oct 2013, 04:44:14 (11 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

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

    r10661 r10663  
    171171                if student.current_level == 10 and student.state == CLEARED:
    172172                    if student.depcode in ARTS:
    173                         amount = 14900
    174                     else:
    175                         amount = 15400
     173                        amount = 15500
     174                    else:
     175                        amount = 16000
    176176                # NCE I fresh
    177177                elif student.current_level == 100 and student.state == CLEARED:
    178178                    if student.depcode in ARTS:
    179                         amount = 12020
    180                     else:
    181                         amount = 12495
     179                        amount = 12620
     180                    else:
     181                        amount = 13096
    182182                # NCE II
    183183                elif student.current_level in (100, 110, 120) and \
    184184                    student.state == RETURNING:
    185185                    if student.depcode in ARTS:
    186                         amount = 11070
    187                     else:
    188                         amount = 11545
     186                        amount = 11670
     187                    else:
     188                        amount = 12145
    189189                # NCE III
    190190                elif student.current_level in (200, 210, 220):
    191191                    if student.depcode in ARTS:
    192                         amount = 11070
    193                     else:
    194                         amount = 11545
     192                        amount = 11670
     193                    else:
     194                        amount = 12145
    195195                # NCE III repeater
    196196                elif student.current_level in (300, 310, 320) and \
    197197                    student.current_verdict == 'O':
    198198                    if student.depcode in ARTS:
    199                         amount = 6535
    200                     else:
    201                         amount = 6773
     199                        amount = 9770
     200                    else:
     201                        amount = 10245
    202202                # NCE III spillover
    203203                elif student.current_level in (300, 310, 320) and \
Note: See TracChangeset for help on using the changeset viewer.