Ignore:
Timestamp:
24 Oct 2012, 21:31:48 (12 years ago)
Author:
Henrik Bettermann
Message:

Make payment categories more easily customizable.

File:
1 edited

Legend:

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

    r9400 r9405  
    149149        'blocked': 'Blocked Hostel',
    150150        'pd': 'Postgraduate Hostel'
     151        }
     152
     153    PAYMENT_CATEGORIES = {
     154        'schoolfee': 'School Fee',
     155        'clearance': 'Acceptance Fee',
     156        'bed_allocation': 'Bed Allocation Fee',
     157        'hostel_maintenance': 'Hostel Maintenance Fee',
     158        'transfer': 'Transfer Fee',
     159        'gown': 'Gown Hire Fee',
     160        'application': 'Application Fee'
    151161        }
    152162
Note: See TracChangeset for help on using the changeset viewer.