Changeset 14869 for main/kofacustom.dspg


Ignore:
Timestamp:
12 Oct 2017, 08:35:31 (7 years ago)
Author:
Henrik Bettermann
Message:

Add balance payment application category.

Location:
main/kofacustom.dspg/trunk/src/kofacustom/dspg
Files:
3 edited

Legend:

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

    r14868 r14869  
    290290        required = True,
    291291        )
     292    balance_fee = schema.Float(
     293        title = _(u'Balance Payment'),
     294        default = 0.0,
     295        required = True,
     296        )
    292297
    293298    def getSessionString():
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py

    r14868 r14869  
    6060    'carryover11': ('101', 500.0, '1012808851', '117'),
    6161    'carryover12': ('101', 500.0, '1012808851', '117'),
     62    'balance': ('101', 500.0, '1012808851', '117'),
    6263
    6364    'certificate': ('111', 500.0, '1012808851', '117'),
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/utils/utils.py

    r14868 r14869  
    6565        'carryover11': '11 Carry-Over Courses',
    6666        'carryover12': '12 Carry-Over Courses',
     67        'balance': 'Balance Payment',
    6768        'bed_allocation': 'Bed Allocation',
    6869        'hostel_maintenance': 'Hostel Maintenance',
     
    193194        'carryover11': '11 Carry-Over Courses',
    194195        'carryover12': '12 Carry-Over Courses',
     196        'balance': 'Balance Payment',
    195197        }
Note: See TracChangeset for help on using the changeset viewer.