Planning Charge Definitions

The variables used to determine charge amounts are stored on the Charge Definition table. You must configure where the system needs to reference these variables. This may require assistance from your Registrar or system administrator to locate tables and columns to use as variables. For a tuition charge, two variables can be used to determine the amount of the charge: the student's current division and total credit hours. Each charge can have up to five variables.

The Student Master table is considered a Registration table; and on the Student Master table, the Registration Office staff updates the Current Student Division column for each student. The Student Hours/Course table contains the number of hours that the student is registered for (defined on the Hours Definition and Hours Detail tables).

The illustration below is an example of variables used to determine a tuition charge.

Fee Code: TU Tuition

Charge Type: S 

Column Name

Table

Column

Use Range?

Use in Per Hr Calculation

Usage Code

Current Student division

SUBSIDIARY

043

No

No

 

Total credit hours

BZ

004

Yes

Yes

N

·       The Table Name and Column Code combine to uniquely identify each column in the database.

·       The Use Range? column allows you to specify whether one entry should represent a range of numbers (for example, 12-15) (Yes) or if the entry is to be an exact match (No). The range is convenient for numeric columns like credit hours that contain hundreds of possible values. An exact match is preferable for coded columns that typically have only a handful of values. There are two requirements on the use of ranges:

o     For each fee code, only one of the five variable columns may be designated as a range.

o     The range column must be the last variable on the list.

·       The Use in Per Hour Calculation? column is used to identify the variable column that will be used to calculate the per hour charge. This column will serve as the student credit hours in the amount formula (only one of the variable columns can be designated as being used in the per hour calculation):

Transaction amt = Flat fee + (per hour charge * (student credit hours - # of hours excluded)

·       This Description column contains a code that combines the previous two columns. The usage code indicates whether the variable is used in the per hour calculation and whether it is a range column. The illustration below is used to determine the usage code for each variable column:

  1. Use Range?

    Use in Per Hour Calculation?

    Usage Code

    Yes

    No

    R

    Yes

    Yes

    N

    No

    No

    (blank)

    No

    Yes

    M

 

If your organization simply uses three of the course components to determine course fees, your charge definition may look like this:

Fee Code:

CR Course Charges

C

 

Charge Type:

 

 

 

Variable Information

 

Variable/Component

Constant

Table

Column Code

Usage

1 Crs Component 1

 

Student Courses History

006

 

2 Crs Component 2

 

Student Courses History

007

 

3 Crs Component 5

 

Student Courses History

010

 

And your Charge Table may look like this:

Fee Code: CR

 

Charge Type: C

 

 

 

 

 

Charge Amount

Variable 1

Variable 2

Variable 3

 

 

Crs Component 1

Crs Component 2

Crs Component 5

Art 250 materials fee

$65

ART

250

 

Art 300 materials fee

$65

ART

300

 

Physics 412 lab fee

$40

PHYS

412

L

Chemistry 305 lab fee

$40

CHEM

305

L

 

If your organization has many courses that require extra fees, you may instead want to define a user-defined column on the Section Master table as Charge Type Code or something similar and use it as a variable in the charge definition. In this column you can designate different levels of charges. For example, a 1 might be a $40 lab fee and a 2 might be a $65 materials fee. For each course that requires one of these fees, have your Registrar enter the appropriate code in that column and set up your course charges as follows:

Fee Code: CR

 

Charge Type: C

 

 

 

 

 

 

Variable 1

Variable 2

Variable 3

Variable 4

Variable 5

 

Charge Type Code

 

 

 

 

$40 Lab Fee

1

 

 

 

 

$65 Materials Fee

2

 

 

 

 

Each course charge allows you to determine whether or not the course number will be included in the last 17 characters of the transaction description. If you include the course number in the description and the text that you enter on the Charges Definition/Charges Detail Entry window for the charge and the description extends into the last 17 characters, the course number will overwrite it.

 

You should discuss with your Registration Office the way your course charges will be defined since their office may need to define an additional user-defined column and enter data.