Ignore:
Timestamp:
1 Dec 2012, 10:05:53 (12 years ago)
Author:
Henrik Bettermann
Message:

Define PAYMENT_CATEGORIES in CustomKofaUtils?.

Fix tests.

File:
1 edited

Legend:

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

    r8823 r9755  
    2626    PREFERRED_LANGUAGES_DICT = {
    2727        }
     28
     29    PAYMENT_CATEGORIES = {
     30        'schoolfee': 'School Fee',
     31        'schoolfee_1': 'School Fee 1st instalment',
     32        'schoolfee_2': 'School Fee 2nd instalment',
     33        'clearance': 'Acceptance Fee',
     34        'hostel_maintenance': 'Hostel Maintenance Fee',
     35        'application': 'Application Fee',
     36        'gown': 'Gown Hire Fee',
     37        'bed_allocation': 'Bed Allocation Fee',
     38        'transfer': 'Transfer Fee',
     39        }
     40
     41    SELECTABLE_PAYMENT_CATEGORIES = {
     42        'schoolfee_1': 'School Fee 1st instalment',
     43        'schoolfee_2': 'School Fee 2nd instalment',
     44        'clearance': 'Acceptance Fee',
     45        'hostel_maintenance': 'Hostel Maintenance Fee',
     46        'application': 'Application Fee',
     47        'gown': 'Gown Hire Fee',
     48        'bed_allocation': 'Bed Allocation Fee',
     49        'transfer': 'Transfer Fee',
     50        }
     51
Note: See TracChangeset for help on using the changeset viewer.