- Timestamp:
- 26 Mar 2017, 08:50:50 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/students/browser.rst
r14656 r14657 112 112 Sometimes students of an entire study programme have to be 113 113 transferred to another programme. This can be done with the 114 :py:class:`StudentStudyCourseProcessor<waeup.kofa.students.batching.StudentStudyCourseProcessor>`. 115 The import file must contain the following columns: `student_id` 116 (or any other locator), `certificate`, `current_session`, 117 `current_level` and `entry_mode`. Do not import `entry_session`. A 118 transfer is automatically initialized if the `entry_mode` value is 119 ``transfer``. 114 :ref:`student_study_course_processor`. The import file must contain 115 the following columns: `student_id` (or any other locator), 116 `certificate`, `current_session`, `current_level` and `entry_mode`. 117 Do not import `entry_session`. A transfer is automatically 118 initialized if the `entry_mode` value is ``transfer``. 120 119 121 120 … … 398 397 relocates the student if student parameters or the bed type of the 399 398 bed have changed. The `update` method of this view calls the 400 :py:meth:`BedTicket.relocateStudent<waeup.kofa.students.accommodation.BedTicket.relocateStudent> 401 `method which checks first, if the student has a 'reserved' bed399 :py:meth:`BedTicket.relocateStudent<waeup.kofa.students.accommodation.BedTicket.relocateStudent>` 400 method which checks first, if the student has a 'reserved' bed 402 401 space. Students in reserved beds are never subject to relocation. It 403 402 checks secondly, if booking has been cancelled in the accommodation
Note: See TracChangeset for help on using the changeset viewer.