Online Reimbursement Management System Group Members: Clint Schramek Lawrence Brown Junior Bowen Data Flow Diagrams
Project Sponsor: John Doe - Director of Operations Business Background: Reimbursco Inc. is an outsourcing company for corporations who offer a tuition reimbursement program. Reimbursco generates revenue by processing tuition reimbursement requests for other corporations. Employees initially submit an application of approval for reimbursement. The application, if approved by the employee’s manager is then forwarded to Reimbursco Inc. Upon completion of the coursework a fax is sent with the appropriate paperwork. Paperwork is reviewed, if final approval is given, the payment requisition is required from the employer. Upon receipt of payment requisition a check is then cut and sent to the applicant.
Business Needs Currently Labor intensive process and cost ineffective. Project should improve efficiency, reduce costs, increase client base, and better position company to compete in the market Allow for paperless data storage.
Business Requirements All parties involved in the reimbursement process would have access to the necessary functions. Applicants can log into the system and submit their application request as well as receive feedback online. Employees can review applications and reply via online system. Clients would have access to monitor their employee’s reimbursement request as well as their monthly fee schedules. A database would be used to maintain records of all client data, applicants, and submission information. Allow users to log into the system to access their account. Update and/or modify user information. Submit applications, and all necessary paperwork required for submission. Applicants should be able to review status of application process. Keep track of previous submissions and reimbursements. Process and generate client invoices for monthly billing
Context Diagram
Level 0 Diagram Data
Level 1 Process 1 (Create Profile)
Level 1 Process 5 (Request Check from Accounting)
Level 2 Process 1.3 (Fill Out Application)
System Components Diagram
Structure Chart
E-R Diagram
Logical Design
Physical Design Clients (client_id, client_billing_id, client_name, client_str_address, client_city, client_state, client_zip, client_phone, client_type) Billing_Invoices (Inv_id, client_billing_id, inv_beg_date, inv_end_date, inv_eft_date, inv_client_rate, inv_client_volume, inv_client_proc_fees, inv_monthly_minimum, inv_client_aba, inv_client_acct) Applicants (client_id, applicant_id, applicant_name, applicant_str_address, applicant_city, applicant_state, applicant_zip) Application_Submission_Form (asf_id, applicant_id, asf_create_date, asf_approval_status, asf_approval_date, asf_approval_comments, asf_reimbursement_sent, asf_tuition_fee_totals, asf_other_related_fees, dtls_reimbursement_total) Course_Details (asf_id, dtls_course_number, dtls_course_name, dtls__tuition_fees, dtls_grade, dtls_book_name, dtls_book_amt) Login (login_id, username, password)
Database Implementation
Log In Screen
New User Screen
Menu Screen
Tracking Screen
Billing Invoice Screen
Questions??