Ignore:
Timestamp:
23 Jul 2020, 07:56:01 (4 years ago)
Author:
Henrik Bettermann
Message:

ICT/Affidavit Dues still remains.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
2 edited

Legend:

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

    r16124 r16179  
    458458            else:
    459459                amount += academic_session.penalty_ug
    460         elif category == ('fac_dep'):
    461             if student.faccode in ('FAT', 'FED', 'FLW', 'FMS', 'FSS'):
    462                 amount = 4200.0
    463             elif student.faccode in ('FAG', 'FBM', 'FCS',
    464                                      'FES', 'FET', 'FLS', 'FPS'):
    465                 amount = 5200.0
    466             elif student.faccode == 'FAG' and student.current_level == 400:
    467                 amount = 10200.0
    468             elif student.depcode == 'VTE':
    469                 amount = 5200.0
    470             if student.entry_session >= 2019:
    471                 amount += gateway_net_amt(academic_session.ict_fee)
     460        #elif category == ('fac_dep'):
     461        #    if student.faccode in ('FAT', 'FED', 'FLW', 'FMS', 'FSS'):
     462        #        amount = 4200.0
     463        #    elif student.faccode in ('FAG', 'FBM', 'FCS',
     464        #                             'FES', 'FET', 'FLS', 'FPS'):
     465        #        amount = 5200.0
     466        #    elif student.faccode == 'FAG' and student.current_level == 400:
     467        #        amount = 10200.0
     468        #    elif student.depcode == 'VTE':
     469        #        amount = 5200.0
     470        #    if student.entry_session >= 2019:
     471        #        amount += gateway_net_amt(academic_session.ict_fee)
    472472        elif category == 'sports_library': # temporarily in 2020
    473473            if student.is_postgrad:
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r16177 r16179  
    6767        'ent_registration_1': 'Registration Fee ENT201',
    6868        'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
     69        'ict': 'ICT/Affidavit Dues',
    6970        'restitution': 'Restitution Fee',
    7071        'sports': 'Sports Fee',
     
    105106        'ent_registration_1': 'Registration Fee ENT201',
    106107        #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
     108        'ict': 'ICT/Affidavit Dues',
    107109        'restitution': 'Restitution Fee',
    108110        'sports': 'Sports Fee',
     
    200202        'gst_registration_2': 'Registration Fee GST222',
    201203        'ent_registration_1': 'Registration Fee ENT201',
    202         'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
     204        #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
     205        'ict': 'ICT/Affidavit Dues',
    203206        'restitution': 'Restitution Fee',
    204207        }
Note: See TracChangeset for help on using the changeset viewer.