Ignore:
Timestamp:
26 Dec 2018, 12:28:55 (6 years ago)
Author:
Henrik Bettermann
Message:

Change fees.

File:
1 edited

Legend:

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

    r14933 r15283  
    2828from waeup.kofa.browser.interfaces import IPDFCreator
    2929from waeup.kofa.students.utils import trans
    30 from waeup.fceokene.interswitch.browser import GATEWAY_AMT
    3130
    3231# Very special school fee configuration, should be moved to
     
    3837        'NCCA','NECU','NTHA','NGED','NGSE','NPES','NSPC','NENG',
    3938        'NFRE','NARB','NHAU','NIGB','NYOR','NSOS')
     39
     40GATEWAY_AMT = 157.50
    4041
    4142class CustomStudentsUtils(NigeriaStudentsUtils):
     
    174175                elif student.current_level == 100 and student.state == CLEARED:
    175176                    if student.depcode in ARTS:
    176                         amount = 24215
    177                     else:
    178                         amount = 24915
     177                        amount = 28000
     178                    else:
     179                        amount = 28500
    179180                    # SIWES Fee
    180181                    if student.depcode in ('AGE', 'BED', 'FAA', 'HEC', 'CSC', 'MUS'):
     
    184185                    student.state == RETURNING:
    185186                    if student.depcode in ARTS:
    186                         amount = 15375
    187                     else:
    188                         amount = 15875
     187                        amount = 24500
     188                    else:
     189                        amount = 25000
    189190                    # SIWES Fee
    190191                    if student.depcode in ('AGE', 'BED', 'FAA', 'HEC', 'CSC', 'MUS'):
    191                         amount += 2000
     192                        amount += 3000
    192193                # NCE III
    193194                elif student.current_level in (200, 210, 220):
     
    326327        payment.p_level = p_level
    327328        payment.p_current = p_current
    328         # On June 26, 2013 FCEOkene realized that the Interswitch fee
    329         # is deducted from their amount. Therefore, we add this fee here.
    330329        payment.amount_auth = float(amount) + GATEWAY_AMT
    331330        return None, payment
Note: See TracChangeset for help on using the changeset viewer.