Ignore:
Timestamp:
6 Feb 2015, 18:47:37 (10 years ago)
Author:
Henrik Bettermann
Message:

Configure reportable payment categories in KofaUtils?.

Format amount string, use thousands separator.

File:
1 edited

Legend:

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

    r11969 r12564  
    181181    PREVIOUS_PAYMENT_CATEGORIES = deepcopy(SELECTABLE_PAYMENT_CATEGORIES)
    182182
     183    REPORTABLE_PAYMENT_CATEGORIES = {
     184        'schoolfee': 'School Fee',
     185        'clearance': 'Acceptance Fee',
     186        'hostel_maintenance': 'Hostel Maintenance Fee',
     187        'gown': 'Gown Hire Fee',
     188        }
     189
    183190    BALANCE_PAYMENT_CATEGORIES = {
    184191        'schoolfee': 'School Fee',
Note: See TracChangeset for help on using the changeset viewer.