Ignore:
Timestamp:
19 Jun 2023, 09:26:32 (15 months ago)
Author:
Henrik Bettermann
Message:

Add new fee.

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

Legend:

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

    r17385 r17438  
    5757    hostel_2_fee = schema.Float(
    5858        title = _(u'Hostel Fee (2nd Instalment)'),
     59        default = 0.0,
     60        required = False,
     61        )
     62
     63    hostel_total_fee = schema.Float(
     64        title = _(u'Hostel Fee (Full Payment)'),
    5965        default = 0.0,
    6066        required = False,
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py

    r17394 r17438  
    7878        'hostel':'Hostel Fee (1st instalment)',
    7979        'hostel_2':'Hostel Fee (2nd instalment)',
     80        'hostel_total':'Hostel Fee (full payment)',
    8081        #'bed_allocation': 'Bed Allocation Fee',
    8182        #'hostel_maintenance': 'Hostel Maintenance Fee',
     
    9697        'hostel':'Hostel Fee (1st instalment)',
    9798        'hostel_2':'Hostel Fee (2nd instalment)',
     99        'hostel_total':'Hostel Fee (full payment)',
    98100        'resit': 'Resit Fee',
    99101        }
Note: See TracChangeset for help on using the changeset viewer.