- Timestamp:
- 22 Apr 2014, 07:13:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py
r11450 r11589 89 89 """ 90 90 91 def setMatricNumber(student): 92 """Set matriculation number of student. 93 94 If the student's matric number is unset a new matric number is 95 constructed using the next_matric_integer attribute of 96 the site configuration container and according to the 97 matriculation number construction rules defined in the 98 _constructMatricNumber method. The new matric number is set, 99 the students catalog updated and next_matric_integer 100 increased by one. 101 102 This method is tested but not used in the base package. It can 103 be used in custom packages by adding respective views 104 and by customizing _composeMatricNumber according to the 105 university's matriculation number construction rules. 106 107 The method can be disabled by setting next_matric_integer to zero. 108 """ 109 91 110 def getAccommodation_details(student): 92 111 """Determine the accommodation dates of a student.
Note: See TracChangeset for help on using the changeset viewer.