Ignore:
Timestamp:
26 Nov 2012, 14:41:57 (12 years ago)
Author:
Henrik Bettermann
Message:

Implement carry-over fee payment.

File:
1 edited

Legend:

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

    r9361 r9724  
    4040        'prend': 'Pre-ND',
    4141        }
     42
     43    PAYMENT_CATEGORIES = {
     44        'schoolfee': 'School Fee',
     45        'co1': '1 Carry-Over',
     46        'co2': '2 Carry-Overs',
     47        'co3': '3 Carry-Overs',
     48        'clearance': 'Acceptance Fee',
     49        'bed_allocation': 'Bed Allocation Fee',
     50        'hostel_maintenance': 'Hostel Maintenance Fee',
     51        'application': 'Application Fee'
     52        }
Note: See TracChangeset for help on using the changeset viewer.