Ignore:
Timestamp:
15 Apr 2021, 10:01:13 (3 years ago)
Author:
Henrik Bettermann
Message:

Implement payment by instalment for fresh NCE students.

File:
1 edited

Legend:

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

    r15435 r16461  
    8686    PAYMENT_CATEGORIES = {
    8787        'schoolfee': 'School Fee',
     88        'schoolfee_pde1': 'School Fee 1st instalment (new PDE students only)',
    8889        'clearance': 'Acceptance Fee',
    8990        'bed_allocation': 'Bed Allocation Fee',
    9091        'hostel_maintenance': 'Hostel Maintenance Fee',
    91         #'transfer': 'Transfer Fee',
    92         #'gown': 'Gown Hire Fee',
    9392        'application': 'Application Fee',
    94         #'transcript': 'Transcript Fee',
    9593        'third_semester': 'NCE Third Semester Fee',
    9694        }
Note: See TracChangeset for help on using the changeset viewer.