Student Administration (SA) - Student Financials Interfaces
Overview
The Student Financials (SF) module of the Student Administration application is the repository of all billing and payment detail for students. As payments are received from students, the SF module applies these payments to charges. At the beginning and throughout each semester, any overpayments or excess Financial Aid are selected for refunding to students, either by ACH transfer or by physical check.
As a result of the above processing with in the SF module, three essential interfaces are generated and transferred to KFS daily (7 days per week). These are:
- Student receipts.Â
- Payment application to charges.
- Student refunds.
 A brief description of each interface follows:
Student (cash)Â receipt transactions:
This interface contains the total receipts from students by any payment method accepted by the Bursar. The transactions are posted by receipt "batch" with two transactions per batch. One transaction is credited to account 9090116-2115 (Deferred Income Student) while the other is debited to account 9000001-1110 (Cash In Bank). Since these receipts affect the Cash position of the University, they must be posted to KFS daily (except Saturday) to permit reconciliation of KFS to the central bank account.Â
Payment application (distribution)Â transactions:
As the name implies, these transactions result from the distribution of payments to charges. While payments are posted to a central KFS account, charges have a different account number for each charge category; e.g. Tuition vs. Residential Life or Student Activity Fee. In general, payment application transactions are summarized and credited to the various charge account with a single summarized debit to the Deferred Income account (9090116-2115). However, if a charge is cancelled or reversed, the debit and credit accounts are also reversed. These transactions have no effect on the Cash position of the University.
Student refund (disbursement)Â transactions:Â
Again, as the name implies, these transactions represent credit amounts on a student's fee bill that are subsequently refunded to the student. The individual refunds are credited to account  9000001-1110 (Cash In Bank) with one summary transaction being debited to account 9090116-2115 (Deferred Income Student). By their nature, these transactions also affect the Cash position of the University.
Since the Student Administration is hosted on a UNIX server, multiple steps are required prior to processing the above transactions by KFS. These steps are:
- Create the transactions via Student Financials batch processes on the UNIX server,
-  Jobs are maintained by UITS-EAS-Student Administration Systems Support.
- Transfer the transactions to the KFS Batch Server.
- Run SAPROD-PRDKFS-AFT.
- Run the KFS batch jobs to process the transactions.
- Â Jobs are maintained by UITS-Financial Systems (KFS) and Controller-Finance Systems.
 The server hosts and file locations for the transactions described above are as follows:
Source                                  | Path/File | Destination              | Path/File  |
---|---|---|---|
Student (Cash) Receipts: | /apps/home/deptuser/bursar/output90/kuali/Receipts_student.txt | prd.batch.uconn.edu | /srv/uconn_configs/kfsconfig/work/staging/gl/collectorFlatFile/ Receipts_student.ccyymmdd_hhmmss.data'Â and Receipts_student.ccyymmdd_hhmmss.done (null file) Â |
Payment Application (Distribution): | /apps/home/deptuser/bursar/output90/kuali/Paydist_student.txt | Â /srv/uconn_configs/kfsconfig/work/staging/gl/collectorFlatFile/ Paydist_student.ccyymmdd_hhmmss.data'Â and Paydist_student.ccyymmdd_hhmmss.done (null file) | |
 Student Refunds (Disbursements) : | /apps/home/deptuser/bursar/output90/kuali/Refunds_student.txt | prd.batch.uconn.edu | /srv/uconn_configs/kfsconfig/work/staging/gl/collectorFlatFile/ Refunds_student.ccyymmdd_hhmmss.data' and Refunds_student.ccyymmdd_hhmmss.done (null file)  |