Ignore:
Timestamp:
30 Sep 2022, 09:29:13 (2 years ago)
Author:
Henrik Bettermann
Message:

School fee has increased in 2022.

File:
1 edited

Legend:

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

    r17087 r17113  
    188188            # NCE
    189189            elif not student.current_mode.endswith('_sw'):
     190                # in 2022 NCE school fees have encreased
     191                increment_2022 = 11000
    190192                # PRENCE
    191193                if student.current_level == 10 and student.state == CLEARED:
     
    223225                elif category == 'schoolfee_third':
    224226                    amount = 7000
     227                    increment_2022 = 20125
    225228                # NCE III
    226229                elif student.current_level in (200, 210, 220):
     
    229232                    else:
    230233                        amount = 15875
     234                    increment_2022 = 20125
    231235                # NCE III repeater
    232236                elif student.current_level in (300, 310, 320) and \
     
    236240                    else:
    237241                        amount = 13975
     242                    increment_2022 = 20125
    238243                # NCE III spillover
    239244                elif student.current_level in (300, 310, 320) and \
     
    243248                    else:
    244249                        amount = 13975
     250                    increment_2022 = 20125
    245251                # NCE III second spillover
    246252                elif student.current_level in (400, 410, 420) and \
     
    250256                    else:
    251257                        amount = 13975
     258                    increment_2022 = 20125
     259               
     260                if student.entry_session > 2021:
     261                    amount += increment_2022
    252262            else:
    253263                # NCE I fresh sw
Note: See TracChangeset for help on using the changeset viewer.