28
Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Embed Size (px)

Citation preview

Page 1: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Pennsylvania Banner Users Group 2008 Fall Conference

E-Billing

1

Page 2: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

General Announcements:

Please turn off all cell phones/pagers If you must leave the session early, please

do so as discreetly as possible Please avoid side conversations during the

session Questions will be answered …..

Thank you for your cooperation2

Page 3: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Lehigh Carbon Community College

Located in Schnecksville, PA Current Fall 2008 Credit Student Enrollment

– Approx. 7400 students Bursar – Diane Trainer Banner/Application Support – David Slater

3

Page 4: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Why E-bill??? Potential Cost Savings Time savings Save the environment! No more Paper –

almost… Faster access to bill for students Update bills with current data Electronic connection to TouchNet payments

via BannerWeb Automated billing process (mostly automated) –

Eventually (Implemented second term)4

Page 5: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

E-bill Project Timeline

Jan. 2008 – Began discussions investigating alternatives Evisions TouchNet

February 2008 - Began testing with Evisions ‘FormFusion’

April 2008 - chose Evisions Product and began official E-Bill project

5

Page 6: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

E-bill Project Timeline – Cont.

April 2008 – Marketing Meeting Initial kick-off letter Emails Postcards Brochure Video Marquee Educate Staff

6

Page 7: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

E-bill Project Timeline – Cont.

May 2008 – Banner Web Development May and June 2008 – Student Orientation June 2008 – Created Cron scripts in Unix to

automate E-Bill generation July 2008 – Ran mass E-Bill manually (NOT

repeated for next term)

7

Page 8: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

E-bill Project Timeline – Cont.

September 2008 – Post Mortem Meeting What we discovered

No more mass E-Bill Update E-Bill more frequently Included more events that generated E-Bill

Financial Aid awarded Payments Dropped courses

Re-Educated Staff One Statement per term (Optional Mod to

BannerWeb)8

Page 9: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

E-bill Project Timeline – Cont.

November 2008 – Spring and Summer 2009 registration begins; E-Bills generated hourly (previously once a day).

December 2008 – Email reminders

9

Page 10: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

LCCC E-bill Example

10

Page 11: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

View Bill in BannerWeb

Link OpensE-bill in PDF

Bill Date in Drop-down Box;LCCC Modified to display Term Description

11

Page 12: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

View Bill in Banner - TGISTMT

Click ‘View Statement’; E-bill open as PDF

12

Page 13: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Used Evisions Formfusion to Develop E-bill

Newest version of FormFusion REQUIRED.Newest Version of FormFusion Required.

Three separate Forms for each of our semesters.

13

Page 14: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Evisions Component - FormDirector

We chose to generate E-bills in PDF format.

SQL to generate E-bill in TBBSTMT and GORBLOB tables.

14

Page 15: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

E-bill notification emailed to students when bill generated

Variable studentEmail; matches toEntry in TBBSTMT-Displays onTGISTMT screen.

15

Page 16: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner- TGACTRL

Controls the # of months to displayE-bills in BannerWeb.

16

Page 17: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner- TSADETC - Optional

Check if you want Payment History to display in the BannerWeb section of the E-bill.

17

Page 18: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner- TSASBRL

Rules affect the Banner data that will print on the E-bill.

18

Page 19: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner- TSASBRL - Continued

19

Page 20: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner- TSASBRL - Continued

20

Page 21: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner - GLRSLCT - Optional

21

Page 22: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner - TSRCBIL

Evisions Form Name

22

Page 23: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner - TSRCBIL - Continued

Use SCHEDSTMTto generate VERYImportant Statement Number On TBBSTMT table

Matches TSASBRL

23

Page 24: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Primary Components in Banner - TSRCBIL - Continued

Bill and Due Dates Display on BannerWeb and Print on the E-Bill

24

Page 25: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Hourly E-bill processing – Unix CRON script (Partial)

Ebill cron and UNIX script:

cron entry: 00 06 * * 0-6 su - oracle -c "/u01/app/sghe/scripts/create_ebill.shl" >/u01/app/sghe/scripts/logs/create_ebill.log 2>&1

create_ebill.shl script: #! /bin/sh Clear echo ======================================= echo Starting EBILL tsrcbil ${BANNER_HOME} echo ======================================= 200840 $TODAY 1MA EBILL STUDENT DSLATER SATURN N EBILL % Y SCHEDSTMT $TODAY 11-AUG-08 Y Y N

25

Page 26: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Unix CRON script (Continued)

E-bill generated by the following events (Credit Students Only): Registration Course Drop Payments Financial Aid – Memo or Award

One set of scripts/E-Bill for each term Spring, Summer, Fall

Only one E-Bill exists per term (New bills replace existing)

26

Page 27: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

E-Bill Related Banner Tables

TBBSTMT – Primary table; stores unique data about each E-bill; Statement Number created from TSRCBIL.

GORBLOB – Stores the actual Bill (eg, the PDF that represents the E-bill)

27

Page 28: Pennsylvania Banner Users Group 2008 Fall Conference E-Billing 1

Open to the Floor

Questions Comments

28