Ignore:
Timestamp:
30 May 2018, 12:38:14 (6 years ago)
Author:
Henrik Bettermann
Message:

Customize REPORTABLE_PAYMENT_CATEGORIES.

File:
1 edited

Legend:

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

    r15029 r15034  
    4444        'ict_entre': 'ICT & Entrepreneur Fee',
    4545        }
     46
     47    REPORTABLE_PAYMENT_CATEGORIES = {
     48        'schoolfee': 'Tuition & Exams Fee',
     49        'clearance': 'Acceptance Fee',
     50        #'bed_allocation': 'Accommodation Booking Fee',
     51        'hostel_maintenance': 'Hostel Maintenance Fee',
     52        'ict_entre': 'ICT & Entrepreneur Fee',
     53        'logbook_combo': 'Logbook Combo Fee',
     54        'siwess_combo': 'SIWESS Combo Fee',
     55        #'transcript': 'Transcript Fee',
     56        'certificate': 'Certificate Fee',
     57        }
Note: See TracChangeset for help on using the changeset viewer.