Changeset 16701


Ignore:
Timestamp:
5 Nov 2021, 11:50:59 (3 years ago)
Author:
Henrik Bettermann
Message:

Uups, wrong module.

Location:
main/kofacustom.edocons/trunk/src/kofacustom/edocons
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/utils.py

    r16700 r16701  
    3030    # refix
    3131    STUDENT_ID_PREFIX = u'N'
    32 
    33     PAYMENT_CATEGORIES = {
    34         'schoolfee': 'School Fee',
    35         #'clearance': 'Acceptance Fee',
    36         #'bed_allocation': 'Bed Allocation Fee',
    37         #'hostel_maintenance': 'Hostel Maintenance Fee',
    38         #'transfer': 'Transfer Fee',
    39         #'gown': 'Gown Hire Fee',
    40         #'application': 'Application Fee',
    41         #'app_balance': 'Application Fee Balance',
    42         #'transcript': 'Transcript Fee',
    43         #'late_registration': 'Late Course Registration Fee',
    44         #'combi': 'Combi Payment',
    45         }
    46 
    47     SELECTABLE_PAYMENT_CATEGORIES = {
    48         'schoolfee': 'School Fee',
    49         }
    50 
    51     def selectable_payment_categories(self, student):
    52         return self.SELECTABLE_PAYMENT_CATEGORIES
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py

    r16639 r16701  
    2424    """
    2525
     26    PAYMENT_CATEGORIES = {
     27        'schoolfee': 'School Fee',
     28        'clearance': 'Acceptance Fee',
     29        #'bed_allocation': 'Bed Allocation Fee',
     30        #'hostel_maintenance': 'Hostel Maintenance Fee',
     31        #'transfer': 'Transfer Fee',
     32        #'gown': 'Gown Hire Fee',
     33        'application': 'Application Fee',
     34        #'app_balance': 'Application Fee Balance',
     35        #'transcript': 'Transcript Fee',
     36        #'late_registration': 'Late Course Registration Fee',
     37        #'combi': 'Combi Payment',
     38        }
     39
     40    #SELECTABLE_PAYMENT_CATEGORIES = {
     41    #    }
     42
     43    def selectable_payment_categories(self, student):
     44        return self.PAYMENT_CATEGORIES
Note: See TracChangeset for help on using the changeset viewer.