Changeset 4522


Ignore:
Timestamp:
17 Aug 2009, 05:27:42 (15 years ago)
Author:
Henrik Bettermann
Message:

https://fceokene-trac.waeup.org/ticket/151#comment:13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_fceokene/getSchoolFee.py

    r3888 r4522  
    6363    if str(brain.level) == '100' and brain.review_state == 'cleared_and_validated':
    6464        if brain.department in ARTS:
    65             d['all'] = 21900
     65            d['all'] = 23900
    6666        else:
    6767            d['all'] = 22400
     
    6969    elif brain.verdict == 'C':
    7070        if brain.department in ARTS:
    71             d['all'] = 16900
     71            d['all'] = 18900
    7272        else:
    73             d['all'] = 17400
     73            d['all'] = 19400
    7474    # NCE II           
    7575    elif str(brain.level) in ('100','110','120') and brain.review_state == 'returning':
    76         if brain.department in ARTS:
    77             d['all'] = 18400
    78         else:
    79             d['all'] = 18900
    80     # NCE III
    81     elif str(brain.level) in ('200','210','220'):
    8276        if brain.department in ARTS:
    8377            d['all'] = 20400
    8478        else:
    8579            d['all'] = 20900
     80    # NCE III
     81    elif str(brain.level) in ('200','210','220'):
     82        if brain.department in ARTS:
     83            d['all'] = 22400
     84        else:
     85            d['all'] = 22900
    8686    # NCE IV
    8787    elif str(brain.level) in ('300','310','320'):
    8888        if brain.department in ARTS:
    89             d['all'] = 18400
     89            d['all'] = 20400
    9090        else:
    91             d['all'] = 18900
     91            d['all'] = 20900
    9292    # NCE V
    9393    elif str(brain.level) in ('400','410','420'):
    9494        if brain.department in ARTS:
    95             d['all'] = 18400
     95            d['all'] = 20400
    9696        else:
    97             d['all'] = 18900
     97            d['all'] = 20900
    9898    # NCE V spillover
    9999    elif str(brain.level) in ('500','510','520') and brain.verdict == 'B':
    100100        if brain.department in ARTS:
    101             d['all'] = 16900
     101            d['all'] = 18900
    102102        else:
    103             d['all'] = 17400           
     103            d['all'] = 19400           
    104104    else:
    105105        d['all'] = 0               
Note: See TracChangeset for help on using the changeset viewer.