Ignore:
Timestamp:
8 Nov 2018, 12:45:03 (6 years ago)
Author:
Henrik Bettermann
Message:

Implement special application (for supplementary payments).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r15193 r15218  
    5858        'admission_checking': 'Admission Checking Fee',
    5959        'medical': 'Medical Fee',
     60        'conv_nd': 'Convocation ND',
     61        'conv_hnd': 'Convocation HND',
    6062        }
    6163
    62     SELECTABLE_PAYMENT_CATEGORIES = deepcopy(PAYMENT_CATEGORIES)
    63 
     64    SELECTABLE_PAYMENT_CATEGORIES = {
     65        'schoolfee': 'Tuition/Exams Fee',
     66        'clearance': 'Acceptance Fee',
     67        'bed_allocation': 'Accommodation Booking Fee',
     68        'hostel_maintenance': 'Hostel Maintenance Fee',
     69        'application': 'Application Fee',
     70        'ict_entre': 'ICT and Entrepreneur Fee',
     71        'logbook_combo': 'Logbook Combo Fee',
     72        'siwess_combo': 'SIWESS Combo Fee',
     73        'transcript': 'Transcript Fee',
     74        'certificate': 'Certificate Fee',
     75        'certificate_confirm': 'Certificate Confirmation Fee',
     76        'late_registration': 'Late Course Registration Fee',
     77        'final_clearance': 'Final Clearance Fee',
     78        'union': 'Student Union Dues',
     79        'admission_checking': 'Admission Checking Fee',
     80        'medical': 'Medical Fee',
     81        #'conv_nd': 'Convocation ND',
     82        #'conv_hnd': 'Convocation HND',
     83        }
    6484    PREVIOUS_PAYMENT_CATEGORIES = deepcopy(SELECTABLE_PAYMENT_CATEGORIES)
    6585
     
    86106        }
    87107
     108    SPECIAL_APP_DICT = {
     109        'conv_nd': 'Convocation ND',
     110        'conv_hnd': 'Convocation HND',
     111        }
     112
    88113    STUDY_MODES_DICT = {
    89114        'ug_ft': 'Undergraduate Full Time (not used in EdoPoly)',
Note: See TracChangeset for help on using the changeset viewer.