Ignore:
Timestamp:
18 Jan 2014, 06:29:14 (11 years ago)
Author:
Henrik Bettermann
Message:

Include fees for part-times repeaters.

File:
1 edited

Legend:

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

    r10756 r10942  
    6363          ), # non-local
    6464        ), # ft
     65       
     66#Repeaters fees now included for part-times students to mirror that of full-time students
    6567        (
    66           ( # 10   100     110    200    210   300      400     410   500     510   600     999
    67             (0.0, 40700.0, 0.0, 29900.0, 0.0, 29900.0, 41100.0, 0.0, 31050.0, 0.0, 31050.0, 0.0), # science
    68             (0.0, 39200.0, 0.0, 28400.0, 0.0, 28400.0, 39600.0, 0.0, 29550.0, 0.0, 29550.0, 0.0)  # arts
     68          ( # 10    100      110      200      210      300      400      410      500      510      600    999
     69            (0.0, 40700.0, 28500.0, 29900.0, 28500.0, 29900.0, 41100.0, 29400.0, 31050.0, 29400.0, 31050.0, 0.0), # science
     70            (0.0, 39200.0, 27000.0, 28400.0, 27000.0, 28400.0, 39600.0, 27900.0, 29550.0, 29400.0, 29550.0, 0.0)  # arts
    6971          ), # local
    70           ( # 10   100     110    200    210   300      400     410   500     510   600     999
    71             (0.0, 55400.0, 0.0, 33850.0, 0.0, 33850.0, 58300.0, 0.0, 42350.0, 0.0, 42350.0, 0.0), # science
    72             (0.0, 53900.0, 0.0, 32350.0, 0.0, 32350.0, 56800.0, 0.0, 40850.0, 0.0, 40850.0, 0.0)  # arts
     72          ( # 10    100      110      200      210      300      400      410      500      510      600    999
     73            (0.0, 55400.0, 37600.0, 33850.0, 37600.0, 33850.0, 58300.0, 39100.0, 42350.0, 39100.0, 42350.0, 0.0), # science
     74            (0.0, 53900.0, 36100.0, 32350.0, 36100.0, 32350.0, 56800.0, 37600.0, 40850.0, 37600.0, 40850.0, 0.0)  # arts
    7375          ), # non-local
    7476        ), # pt
Note: See TracChangeset for help on using the changeset viewer.