Ignore:
Timestamp:
19 Oct 2014, 07:44:58 (10 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

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

    r11649 r11850  
    159159            # PDE repeater
    160160            if student.current_verdict == 'OPDE':
    161                 amount = 20150
     161                amount = 23000
    162162            # PDE
    163163            elif student.current_mode == 'pd_ft':
    164                 amount = 35000
     164                amount = 35300
    165165            # UG
    166166            elif student.current_mode == 'ug_ft':
     
    222222                if student.current_level == 100 and student.state == CLEARED:
    223223                    if student.depcode in ARTS:
    224                         amount = 21900
    225                     else:
    226                         amount = 22400
     224                        amount = 22500
     225                    else:
     226                        amount = 23000
    227227                # NCE II sw
    228228                elif student.current_level in (100, 110, 120) and \
    229229                    student.state == RETURNING:
    230230                    if student.depcode in ARTS:
    231                         amount = 18400
    232                     else:
    233                         amount = 18900
     231                        amount = 19000
     232                    else:
     233                        amount = 18500
    234234                # NCE III sw
    235235                elif student.current_level in (200, 210, 220):
    236236                    if student.depcode in ARTS:
    237                         amount = 20400
    238                     else:
    239                         amount = 20900
     237                        amount = 21000
     238                    else:
     239                        amount = 21000
    240240                # NCE IV sw
    241241                elif student.current_level in (300, 310, 320):
    242242                    if student.depcode in ARTS:
    243                         amount = 18400
    244                     else:
    245                         amount = 18900
     243                        amount = 19000
     244                    else:
     245                        amount = 19500
    246246                # NCE V sw
    247247                elif student.current_level in (400, 410, 420):
    248248                    if student.depcode in ARTS:
    249                         amount = 18400
    250                     else:
    251                         amount = 18900
     249                        amount = 19000
     250                    else:
     251                        amount = 19500
    252252                # NCE V spillover sw
    253253                elif student.current_level in (500, 510, 520) and \
    254254                    student.current_verdict == 'B':
    255255                    if student.depcode in ARTS:
    256                         amount = 16900
    257                     else:
    258                         amount = 17400
     256                        amount = 17500
     257                    else:
     258                        amount = 18000
    259259                # NCE V second spillover sw
    260260                elif student.current_level in (600, 610, 620) and \
    261261                    student.current_verdict == 'B':
    262262                    if student.depcode in ARTS:
    263                         amount = 16900
    264                     else:
    265                         amount = 17400
     263                        amount = 17500
     264                    else:
     265                        amount = 18000
    266266            # NCE student payment can be disabled by
    267267            # setting the base school fee to -1
Note: See TracChangeset for help on using the changeset viewer.