Presentation is loading. Please wait.

Presentation is loading. Please wait.

Integrated Billing System - Office of Residence Life Systems Analysis & Design Group Members: Sharada Alampalli Erman Coskun Kari Kelton John Kim.

Similar presentations


Presentation on theme: "Integrated Billing System - Office of Residence Life Systems Analysis & Design Group Members: Sharada Alampalli Erman Coskun Kari Kelton John Kim."— Presentation transcript:

1 Integrated Billing System - Office of Residence Life Systems Analysis & Design Group Members: Sharada Alampalli Erman Coskun Kari Kelton John Kim

2 Overview Development of the Project: Staff members of the Office of Residence Life (Staff) requested assistance in the development of a system to help manage Residence Life billing processes. This report will show the all the Entities involved in billing process and the flow of data

3 Current System used for Billing Process Manual System Only automated support: File Maker Pro A major problem with the current system charges for dorm damages Files brought to Bursar’s Office

4 Types of penalties residents are charged by Residence Life Types of Damage: –Common –Individual Loss of key Violation of Check-out process –Late –Improper

5 System Scope

6 Deliverables Data Model Process Model SQL Database Schema

7 System Objectives Automated Support Improved Accuracy –Key Tracking –Common Damages Integrated Billing Process New Capabilities –Mid-year Billing –Itemized Charges

8 Entity-Relationship Diagram

9

10 Business Rule For each room, the number of corresponding occupancy records with Null Check-out dates cannot exceed the room’s capacity

11 SQL Statement Table Constraint Name: room_capacity_check If not exists (select * from room R group by R.building name R.room_no having R.room_capacity <= (select count (*) from occupancy O where O.room_no = R.room_no and O.building_name = R.building_name and O.check_out_date = Null and O.check_in_date ! = Null) ) raiseerror “ No of occupancy records exceed Room Capacity”

12 Context Diagram

13 Level-1 Diagram

14 System Decomposition Diagram

15 Recommendations Implement in Microsoft Access Future modifications –Integrate billing with Banner –Gender constraints in room assignments Organizational issues –System administrator –User training –Shadow system


Download ppt "Integrated Billing System - Office of Residence Life Systems Analysis & Design Group Members: Sharada Alampalli Erman Coskun Kari Kelton John Kim."

Similar presentations


Ads by Google