Ignore:
Timestamp:
30 Nov 2013, 12:20:04 (11 years ago)
Author:
Henrik Bettermann
Message:

Customise transfer page.

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

Legend:

Unmodified
Added
Removed
  • main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/locales/en/LC_MESSAGES/waeup.kofa.po

    r10821 r10822  
    378378msgstr "Customer Section"
    379379
     380msgid "Reactivate this study course (revert previous transfer)"
     381msgstr "Reactivate this contract (revert previous transfer)"
     382
     383msgid "First Study Course, "
     384msgstr "First Contract, "
     385
     386msgid "First Study Course"
     387msgstr "First Contract"
     388
     389msgid "Second Study Course"
     390msgstr "Second Contract"
     391
     392msgid "Student transfers can be reverted one after the other. When reverting a transfer, the active study course will be entirely removed including all containing course lists (study levels) and the previous study course will be reactivated."
     393msgstr "Customer transfers can be reverted one after the other. When reverting a transfer, the active conract will be entirely removed including all containing supplementary contracts and the previous contract will be reactivated."
     394
  • main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/browser.py

    r10817 r10822  
    3333    StudyCourseManageFormPage,
    3434    ExportPDFPaymentSlipPage,
     35    StudentTransferFormPage,
    3536    )
    3637from waeup.kofa.students.interfaces import (
    37     IStudentsUtils, ICourseTicket)
     38    IStudentsUtils, ICourseTicket, IStudentStudyCourseTransfer)
    3839from waeup.kofa.students.workflow import FORBIDDEN_POSTGRAD_TRANS
    3940from kofacustom.nigeria.students.browser import (
     
    102103        'adm_code', 'sex', 'suspended_comment',
    103104        'current_mode', 'matric_number')
     105
     106class StudentTransferFormPage(StudentTransferFormPage):
     107    """Page to transfer the student.
     108    """
     109    form_fields = grok.AutoFields(IStudentStudyCourseTransfer).select(
     110        'certificate', 'current_session')
Note: See TracChangeset for help on using the changeset viewer.