Ignore:
Timestamp:
26 Mar 2017, 08:50:50 (7 years ago)
Author:
Henrik Bettermann
Message:

Batch Transferring Students: Refer to the import processors overview page and not to the API documentation.

Location:
main/waeup.kofa/trunk/docs/source/userdocs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/datacenter/import_processors.rst

    r13876 r14657  
    130130  :noindex:
    131131
     132.. _student_study_course_processor:
     133
    132134Student Study Course Processor
    133135------------------------------
  • main/waeup.kofa/trunk/docs/source/userdocs/students/browser.rst

    r14656 r14657  
    112112Sometimes students of an entire study programme have to be
    113113transferred 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
     115the following columns: `student_id` (or any other locator),
     116`certificate`, `current_session`, `current_level` and `entry_mode`.
     117Do not import `entry_session`. A transfer is automatically
     118initialized if the `entry_mode` value is ``transfer``.
    120119
    121120
     
    398397relocates the student if student parameters or the bed type of the
    399398bed 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' bed
     399:py:meth:`BedTicket.relocateStudent<waeup.kofa.students.accommodation.BedTicket.relocateStudent>`
     400method which checks first, if the student has a 'reserved' bed
    402401space. Students in reserved beds are never subject to relocation. It
    403402checks secondly, if booking has been cancelled in the accommodation
Note: See TracChangeset for help on using the changeset viewer.