Changeset 13041 for main/waeup.kofa
- Timestamp:
- 12 Jun 2015, 06:34:24 (9 years ago)
- Location:
- main/waeup.kofa/trunk/docs/source/userdocs/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/students/browser.rst
r13040 r13041 117 117 Kofa always determines the total amount, including any fees charged by the school and its service providers. This is the amount which is authorized by students and finally submitted to one of the payment gateways. No fees can be added once the payment ticket is created. Payment tickets do not store any information about charged fees. 118 118 119 Ticket Redemption 120 ----------------- 121 122 Directly after a student payment ticket has been paid - either by approval by an officer or by receiving a positive response from a payment gateway - the 123 :py:meth:`_redeemTicket<waeup.kofa.students.payments.StudentOnlinePayment.redeemTicket>` method is called. Depending on the category of the payment, usually an appropriate access or activation code is beeing created for the owner of the ticket. This code must be entered on certain form pages to activate a service or to access the next stage of the registration process. In other words, making a payment and redeeming a payment are two different steps. Successful payments do not automatically trigger any action in the portal but create a specifc access code which can be used to trigger access-code-related actions (see :ref:`accesscodes`). 124 125 Until May 2015 also school fee payments had produced access codes which enabled students to start the next session. Meanwile, Kofa bypasses SFE access code creation if next session can be started directly. 126 119 127 Previous Session Payment Tickets 120 128 -------------------------------- … … 126 134 127 135 Balance payments have been introduced to correct previously made payments. In some cases students select the wrong payment category or other things may have happened which led students pay less than expected. This can be balanced by paying a differential amount. Therefore, the add form for balance payments allows to freely choose the amount to be paid. It also asks for the category, the session and the level the payment is meant for. Like previous session paymnets, balance payments do not induce further actions in Kofa. Both can be omitted in customized versions of Kofa. 128 129 Activation Codes130 ----------------131 136 132 137 Bed Tickets -
main/waeup.kofa/trunk/docs/source/userdocs/students/workflow.rst
r13026 r13041 88 88 field, and also uploading a passport picture, the student 89 89 immediately proceeds with the clearance sub-workflow. S/he starts 90 clearance **(b)** either directly or by using a clearance ac tivation90 clearance **(b)** either directly or by using a clearance access 91 91 code, depending on the configuration of the portal. After filling 92 92 the clearance form and uploading all necessary documents, the
Note: See TracChangeset for help on using the changeset viewer.