Changeset 12862 for main/waeup.kofa/trunk/docs/source/userdocs
- Timestamp:
- 19 Apr 2015, 05:32:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/datacenter.rst
r12861 r12862 32 32 .. note:: 33 33 34 The list of exported columns usually underlies heavy customizations. In the Kofa base package only very f iew columns are being exported. In some Kofa custom packages tons of data are being gathered from applicants and students and the number of columns increase accordingly.34 The list of exported columns usually underlies heavy customizations. In the Kofa base package only very few columns are being exported. In some Kofa custom packages tons of data are being gathered from applicants and students and the number of columns increase accordingly. 35 35 36 36 The `title` attribute unveils the name of the exporter under which this exporter will be displayed in the user interface. The `mangle_value()` method shows how some of fields are being dynamically computed. … … 159 159 .. automethod:: waeup.kofa.students.export.CourseTicketExporter.mangle_value() 160 160 161 .. autoclass:: waeup.kofa.students.export.StudentPaymentsExporter() 162 :noindex: 163 164 .. autoattribute:: waeup.kofa.students.export.StudentPaymentsExporter.fields 165 .. autoattribute:: waeup.kofa.students.export.StudentPaymentsExporter.title 166 .. automethod:: waeup.kofa.students.export.StudentPaymentsExporter.mangle_value() 167 168 .. autoclass:: waeup.kofa.students.export.BedTicketsExporter() 169 :noindex: 170 171 .. autoattribute:: waeup.kofa.students.export.BedTicketsExporter.fields 172 .. autoattribute:: waeup.kofa.students.export.BedTicketsExporter.title 173 .. automethod:: waeup.kofa.students.export.BedTicketsExporter.mangle_value() 174 175 The above exporters refer to a specific content type (object class). They export all attributes of these objects and a few additional parameters derived from the parent objects. These exporters can be used for reimport, or more precisely for backing up and restoring data. The following 'special' exporters are made on request of some universities to collect and compose student data for analysis and postprocessing by the university. 176 177 .. autoclass:: waeup.kofa.students.export.DataForBursaryExporter() 178 :noindex: 179 180 .. autoattribute:: waeup.kofa.students.export.DataForBursaryExporter.fields 181 .. autoattribute:: waeup.kofa.students.export.DataForBursaryExporter.title 182 .. automethod:: waeup.kofa.students.export.DataForBursaryExporter.mangle_value() 183 184 .. autoclass:: waeup.kofa.students.export.StudentPaymentsOverviewExporter() 185 :noindex: 186 187 .. autoattribute:: waeup.kofa.students.export.StudentPaymentsOverviewExporter.fields 188 .. autoattribute:: waeup.kofa.students.export.StudentPaymentsOverviewExporter.title 189 .. autoattribute:: waeup.kofa.students.export.StudentPaymentsOverviewExporter.curr_year 190 .. automethod:: waeup.kofa.students.export.StudentPaymentsOverviewExporter.mangle_value() 191 192 .. autoclass:: waeup.kofa.students.export.StudentStudyLevelsOverviewExporter() 193 :noindex: 194 195 .. autoattribute:: waeup.kofa.students.export.StudentStudyLevelsOverviewExporter.fields 196 .. autoattribute:: waeup.kofa.students.export.StudentStudyLevelsOverviewExporter.title 197 .. automethod:: waeup.kofa.students.export.StudentStudyLevelsOverviewExporter.mangle_value() 198 199 .. autoclass:: waeup.kofa.students.export.ComboCardDataExporter() 200 :noindex: 201 202 .. autoattribute:: waeup.kofa.students.export.ComboCardDataExporter.fields 203 .. autoattribute:: waeup.kofa.students.export.ComboCardDataExporter.title 204 .. automethod:: waeup.kofa.students.export.ComboCardDataExporter.mangle_value() 205 161 206 Data Import 162 207 ===========
Note: See TracChangeset for help on using the changeset viewer.