Ignore:
Timestamp:
13 Nov 2015, 07:41:23 (9 years ago)
Author:
Henrik Bettermann
Message:

Add more payment categories to reports.

File:
1 edited

Legend:

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

    r13435 r13451  
    6767        }
    6868
     69    REPORTABLE_PAYMENT_CATEGORIES = {
     70        'schoolfee': 'School Fee',
     71        'schoolfee_incl': 'School Fee + Students\' Union Dues + Welfare Assurance Fee',
     72        'clearance': 'Acceptance Fee',
     73        'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
     74        'hostel_maintenance': 'Hostel Maintenance Fee',
     75        'gown': 'Gown Hire Fee',
     76        }
     77
    6978    APP_CATS_DICT = {
    7079        'basic': 'PUTME, PUDE, PCE, PRENCE',
Note: See TracChangeset for help on using the changeset viewer.