Ignore:
Timestamp:
10 Jul 2018, 13:57:30 (6 years ago)
Author:
Henrik Bettermann
Message:

Customize APP_CATS_DICT and adjust payment category titles.

File:
1 edited

Legend:

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

    r15074 r15082  
    2828        'basic': 'Basic Application',
    2929        'no': 'no application',
    30         'pg': 'Postgraduate',
    31         'sandwich': 'Sandwich',
    32         'cest': 'Part-Time, Diploma, Certificate'
     30        'ft': 'Full Time Courses',
     31        'pt': 'Part Time Courses',
    3332        }
    3433
    3534    PAYMENT_CATEGORIES = {
    36         'schoolfee': 'Tuition and Exams Fee',
     35        'schoolfee': 'Tuition/Exams Fee and Student Union Dues',
    3736        'clearance': 'Acceptance Fee',
    3837        'bed_allocation': 'Accommodation Booking Fee',
     
    5251
    5352    BALANCE_PAYMENT_CATEGORIES = {
    54         'schoolfee': 'Tuition and Exams Fee',
     53        'schoolfee': 'Tuition/Exams Fee and Student Union Dues',
    5554        'ict_entre': 'ICT and Entrepreneur Fee',
    5655        'certificate_confirm': 'Certificate Confirmation Fee',
     
    5958
    6059    REPORTABLE_PAYMENT_CATEGORIES = {
    61         'schoolfee': 'Tuition and Exams Fee',
    62         'clearance': 'Acceptance Fee',
    63         #'bed_allocation': 'Accommodation Booking Fee',
    64         'hostel_maintenance': 'Hostel Maintenance Fee',
    65         'ict_entre': 'ICT and Entrepreneur Fee',
     60        'schoolfee': 'Tuition Exams Fee',
     61        'clearance': 'Accept. Fee',
     62        'hostel_maintenance': 'Hostel Maint. Fee',
     63        'ict_entre': 'ICT Entrepr. Fee',
    6664        'logbook_combo': 'Logbook Combo Fee',
    6765        'siwess_combo': 'SIWESS Combo Fee',
    68         #'transcript': 'Transcript Fee',
    69         'certificate': 'Certificate Fee',
    70         'certificate_confirm': 'Certificate Confirmation Fee',
    71         'late_registration': 'Late Course Registration Fee',
     66        'certificate': 'Cert. Fee',
     67        'certificate_confirm': 'Cert. Confirm. Fee',
     68        'late_registration': 'Late Course Registr. Fee',
    7269        'final_clearance': 'Final Clearance Fee',
    7370        }
Note: See TracChangeset for help on using the changeset viewer.