Design Proposal for a Form Processing Web Application to Implement Numerous Forms Larry Guentert, HRIS April 17, 2011.

Slides:



Advertisements
Similar presentations
Moving from Access Databases to a Visual Studio/SQL Server Solutions Andrew Couch UK Access User Group asc associates
Advertisements

Creating an Extensible Table in Biotics A Brief Demo by Carol Fogelsong April 3, 2007.
Website Designing & Development Designed By Steer Logix Private Limited.
Presentation by Priyanka Sawarkar
Simple Format Easy to use Internet ready Visit our website at
University of Florida Incident Tracking and Reporting Kathy Bergsma
Chapter 3 Database Management
Habitat for Humanity PURDUE UNIVERSITY Habitat for Humanity National Database Design Review.
Murali Mani SQL DDL and Oracle utilities. Murali Mani Datatypes in SQL INT (or) INTEGER FLOAT (or) REAL DECIMAL (n, m) CHAR (n) VARCHAR (n) DATE, TIME.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
Employee Central Presentation
Creating Database Tables CS 320. Review: Levels of data models 1. Conceptual: describes WHAT data the system contains 2. Logical: describes HOW the database.
Securing Enterprise Applications Rich Cole. Agenda Sample Enterprise Architecture Sample Enterprise Architecture Example of how University Apps uses Defense.
Improving access to digital resources: a mandate for order mandate: managing digital assets in tertiary education craig green,
Creating a SharePoint App with Microsoft Access Services
AGENDA Tools used in SQL Server 2000 Graphical BOL Enterprise Manager Service Manager CLI Query Analyzer OSQL BCP.
MS Access 2007 IT User Services - University of Delaware.
Databases & Data Warehouses Chapter 3 Database Processing.
Repetitive Inconsistent Pillars of Automation Getting Stakeholders Support Tools and Processes Collaboration between teams.
Advanced Database CS-426 Week 2 – Logic Query Languages, Object Model.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
XIS XML Input System Statistics Denmark 12 October 2004.
Rensselaer Polytechnic Institute CSCI-4380 – Database Systems David Goldschmidt, Ph.D.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
Best Practices for Implementing Third Party Software to Monitor SOD and User Access Controls Presented by: Jeffrey T. Hare, CPA CISA CIA ERP Seminars.
Frank Lehner U Zurich Proposal to use the Atlas SCT database for Run IIb  Why to switch now? u existing database (db) at UIC incomplete and unlikely to.
CSC 2720 Building Web Applications Database and SQL.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
1 Creation versus Evolution. 2 Creation versus Evolution The Theory of Intelligent Design holds that certain aspects of the Universe are best explained.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Chapter 4 Data and Databases. Learning Objectives Upon successful completion of this chapter, you will be able to: Describe the differences between data,
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Ch 14 QQ T F 1.A database table consists of fields and records. T F 2.Good data validation techniques can help improve data integrity. T F 3.An index is.
Advanced Database CS-426 Week 1 - Introduction. Database Management System DBMS contains information about a particular enterprise Collection of interrelated.
Windows Role-Based Access Control Longhorn Update
Application Summary  Web Application that allows its users to keep track of their exercises.  User has full control over what exercises are visible.
ARCH-07: Implementing the OpenEdge™ Reference Architecture – Part 2
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
CS779 Term Project Steve Shoyer Section 5 December 9, 2006 Week 6.
Building Windows Store Apps with Windows Azure Mobile Services Name Title Organization.
SQL Overview Structured Query Language. Description  When Codd first described the theory of relational databases, he asserted that there should be a.
Tim Borntreger, Director of Client Service. Agenda  Introduction to Dataforms  Adding & Editing Dataforms  Adding & Editing Dataform Fields  Questions.
Increasing security by disabling DML statements to a dba user in Oracle database Hakik PACI Polytechnic University of Tirana.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
EbiTrack Architecture Version 1.0 September 24, 2012.
How do You Fit within the Process? Roles and Responsibilities – Pre CAB (1/2) 1 Change Requestor Initiates the Change Request (CR) in Service-now Includes.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
A Mobile Library Management System Advisor: Dr. Shen Student: Ananta Gampaa November 8 th,2005.
SQL SERVER AUDITING. Jean Joseph DBA/Consultant Contact Info: Blog:
Blueprint Training Presentation: Time Entry & Equipment October 31, 2006.
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
Building Connected Windows Store apps with Windows Azure Mobile Services Nick Harris Windows Azure Tech Evangelist Microsoft Corporation WCL217.
Detailed Demonstration of G‐Invoicing
Blue Team Aaron Kunz (Facilitator) Karim Tawil (GUI) Joe Reist (Server) Final Presentation of Alert Tracking System CEN 3031 Software Engineering, Summer.
Contract Lifecycle Management In the Disruptive Age
Presented by [Harshit Agrawal] 03/02/2017
RCSA Funding Proposal.
Database Management  .
DUCKS – Distributed User-mode Chirp-Knowledgeable Server
Financial Authorized Requestors User Group
What Are Databases? Organized by Dr. Farrokh Alemi PhD
Introduction to Databases Transparencies
Please thank our sponsors!
Database Design Hacettepe University
SQL-Data Definition 4/21/2019.
ICT Database Lesson 2 Designing a Database.
Databases WOW!! A database is a collection of related data.
Presentation transcript:

Design Proposal for a Form Processing Web Application to Implement Numerous Forms Larry Guentert, HRIS April 17, 2011

Today’s Agenda Motivation for Project Basics of Form Processing Roles of Form Processing Description of Goals What’s Under the Hood Brief Demo Questions?

Motivation for Project Department is floating in paper processing forms

Basic Form Processing Aspects of a typical form:  Collection of information  Identification of User / Requestor  Approval Information / Identification  Processing Information

Roles Associated with Form Typical Roles for Processing Requester: person initiating request Reviewer of information: Approver: one (or several) Processor: person who implements request

Goals of this Implementation Store form data in a generic way Have Role-based access to system Requester Reviewer Approver(s) Processer Developer Separate out aspects unique to each form into separate tables

Goals of this Implementation Main Form Data table consists of: 12 Text fields (varchar) 6 Dates fields 35 Decimal fields (for financial data types) 6 Integer fields (for flags) Designed to hold typical information found on forms.

Goals of this Implementation Data Captured (Request side): Auditing information (who, what, when) Request Status information (for tracking) 35 Decimal fields (for financial data types) 6 Integer fields (for status flags)

Goals of this Implementation Data Captured (Role Side): RequestApproverStatus All person information for those that interact Permission information for associated roles

What’s Under the Hood Summer PayCalc consists of: –SQL Server Database Tables 14 –7 Stored Procedures Coldfusion Scripts (~60) One automated SAP Query refreshes data in one table nightly.

What’s Under the Hood: Tables Tables unique to each application Tables used by all forms

Next Steps for this Project Test, Test, Test ITAP Security Scan User Training/Documentation Push to Production Go Live

Brief Demo

Questions? Thank you!