CIS C Project Presentation 4

Slides:



Advertisements
Similar presentations
CC SQL Utilities.
Advertisements

GP2013 (R2) New features in GP2013 (R2). New Ribbon for windows Edit List is the Print button on the right without the paper background Action pane can.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
LCT2506 Internet 2 Data-driven web sites Week 5. LCT2506 Internet 2 Current Practice  Combining web pages and data stored in a relational database is.
Business Success Tools A Prospecting Tool that reminds you of follow-up activities Business Data stored for multiple years. Create your own “Acres of Diamonds”
Database Updates Made Easy In WebFocus Using SQL And HTML Painter Sept 2011 Lender Processing Services 1.
1 Working with MS SQL Server II. 2 The sqlcmd Utility Command line utility for MS SQL Server databases. Previous version called osql Available on classroom.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
1 Working with MS SQL Server. 2 Objectives You will be able to Use Visual Studio for GUI based interactive access to a Microsoft SQL Server database.
Food Recall System Pre Code System Design Layout Version 1.0.
Classroom User Training June 29, 2005 Presented by:
Division of Alcoholic Beverages and Tobacco Beer Manufacturer’s Monthly Report.
10-1 aslkjdhfalskhjfgalsdkfhalskdhjfglaskdhjflaskdhjfglaksjdhflakshflaksdhjfglaksjhflaksjhf.
Creating a Web Site to Gather Data and Conduct Research.
Systems Module Slide 2 – Overview and Navigation
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
1 Working with MS SQL Server Textbook Chapter 14.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 Working with MSSQL Server Code:G0-C# Version: 1.0 Author: Pham Trung Hai CTD.
Division of Alcoholic Beverages and Tobacco Liquor Distiller’s and Rectifier’s Monthly Report.
Drinking Water Infrastructure Needs Survey and Assessment 2007 Training.
Duty Log and Chat Setup SSG Frese, Jerome S. Sensor Manager Cell 12 MDD.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Drinking Water Infrastructure Needs Survey and Assessment 2007 Website.
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
MOSS Design Presentation -Senior Project-. MOSS MOSS Server System 1. MOSS Application 2. Server 3. Client SIU-E Code Cop System 1. SIU-E.
Liang, Introduction to Java Programming, Seventh Edition, (c) 2009 Pearson Education, Inc. All rights reserved Chapter 41 JavaServer Face.
Vendor’s Malt Manufacturing Return. Log in with the user id and password provided through the EDS registration process and click on the Login button.
Task #1 Create a relational database on computers in computer classroom 308, using MySQL server and any client. Create the same database, using MS Access.
1 Working with MS SQL Server Beginning ASP.NET in C# and VB Chapter 12.
With Folder HelpDesk for Outlook, support centres and other helpdesks can work efficiently with support cases inside Microsoft Outlook. The support tickets.
ICE Integrated Cloud Environment Cloud Scanning and Mobile Printing
ASP.NET Programming with C# and SQL Server First Edition
User Manual for Contact Management Customer Relationship Management (CRM) for Bursa Malaysia 2014 Version 1.0 | 4 September 2014.
Project Management: Messages
Submitting an invoice with the Tungsten Portal
Coldpruf Online Order Form
AERObics Presented by Dana Senn Mariya Krasny Joe Hiber.
Microsoft Access 2016 Simplify Data Entry with Forms
Working in the Forms Developer Environment
Standard Operating Procedure
Creating an ERD in SQL Server
Practical Office 2007 Chapter 10
CPOC- How to Submit a CPOC Request in SFDC
Assess Survey Invitations
How do I utilize EngradePro?
Simplify Data Entry with Forms Chapter 3
How To Use As Another Account On Gmail
Active Orders Supplier Administrator Training Getting Started Activities This training presentation describes the Getting Started activities that will.
For a new user you must click on the “Registration for Generator” link
Ashley direct Replacement parts. Create my parts order
Cayuse 424 Proposal Budgets.
Local Government Corporation
Optimizing Efficiency + Funding
NextGen Utility Billing
MAX Warranty Tracking Vince Stefanetti, Exact MAX Americas Trainer.
SCViSiON Salumatics Coding Viewer Users Guide
Adding a Class (Classes are the third level of your organization’s offerings hierarchy: Program > Category > Class > Session) 1.) Enrichment tab > Class.
Visual Studio 2010 SharePoint Development Tools Overview
Maryland Online IEP System Instructional Series - PD Activity #5
Product Training Jobs Where “Lean” principles are considered common sense and are implemented with a passion! ©2008 TTW.
Database Applications
Creating a Master-Detail Form
Quick reference: entering a requisition In escape RECEIVING AN ITEM
Adding , Editing, and Assigning Full Text Finder Links
Updating Databases With Open SQL
Overview of Databases and Salesforce Chapter 1
Coldpruf Online Order Form
Updating Databases With Open SQL
End of day Calculator and special order parts tracking
Presentation transcript:

CIS 248 30C Project Presentation 4 Presented by Doug Madetzke

EastBank Gallery Project For this presentation I would like to discuss the following items: The Project Overview The Project Goals The Projects Current Status The key code snippets Database ERD diagram Microsoft Project Gantt/PERT chart A Flow chart for a Sales Entry The Technical issues encountered so far

EastBank Gallery Project Overview EastBank Gallery is looking for a web based tool to manage Users, Inventory, Sales and Deposits. They are currently using an Access DB but that is rarely utilized as it is cumbersome and difficult for the artists to use. Site must be easy to use and intuitive. Forms needed include Sales form User entry Inventory entry

EastBank Gallery Project Goals Create professional, easy to use web forms. Forms will give the client the ability to create and modify users. The Forms will also Create and track inventory. The Site with Use the inventory when processing sales. Create an accounting process for producing checks to artists minus commission. Create a process to track deposits.

EastBank Gallery Project Status DB has been created in SQL Server 2014 Management Studio. Tables created to track: Sales Inventory Users(employee, artists) Deposits

EastBank Gallery Project Status The Default ASPX page has been created in Visual Studio.

EastBank Gallery Project Status The Account Entry page was created where we are able to create new User Accounts.

EastBank Gallery Project Status The Account Type Entry page was created. Here we can Edit the User and also add or edit the Account Type.

EastBank Gallery Project Status The Account Type Entry page has been edited. We can now Edit the User and also add or edit the User Type, Address and Contact information.

EastBank Gallery Project Status The Inventory Entry page has been created. We can insert inventory here.

EastBank Gallery Project Status The Inventory Entry page has been updated. The layout was changed to auto fill fields for the user. IE: Commission Rate, Entity Type Nbr, Entity ID.

EastBank Gallery Project Status The Sales Entry page has been created. Here we can enter an Inventory Number and that will pull back all the pertinent information needed for the sale. Entry’s will be made into the Tran table to track sales and inventory.

EastBank Gallery Project Key Code Code snippet for the Site.Master page. Here we see the code used for the floating menu used on all the pages, as well as the Java used to expand and show the menu.

EastBank Gallery Project Key Code Code Snippet for the user_entry page. Here we look at the C# code for adding the new User Account to the Entity table.

EastBank Gallery Project Key Code Code snippet for the usertype_entr y page. Here we see the dropdown boxes and their data sources that pull back the data needed for the Detail Views to populate.

EastBank Gallery Project Key Code Code snippet for the usertype_entr y page. Here we see the Data View being created along with the datasource used to populate the view.

EastBank Gallery Project Key Code Code Snippet for the usertype_entry page. Here we look at the C# code that checks and displays a message for an error when Inserting, Updating or Deleting a record from the Details View.

EastBank Gallery Project Key Code Code Snippet for the inventory_ent ry page. Here we look at the C# code for adding the new inventory record to the Item table.

EastBank Gallery Project Key Code Code Snippet for the sales_tool page. Here we look at the C# code that pulls back information based on a ticket number entered by the sales rep.

EastBank Gallery Project Key Code We are looking at the sales_tool page C# again. Here we are creating rows in a Grid View based off of the data entered into the above code textboxes.

EastBank Gallery Project Key Code We are still looking at the sales_tool page C# again. Here we are creating rows in a Grid View based off of the data entered into the above code textboxes.

EastBank Gallery Project Key Code We are now looking at the sales_tool page C# where we are calculating the Subtotal, Sales Tax and Total Due.

EastBank Gallery Project ER Diagram Part1

EastBank Gallery Project ER Diagram Part2

EastBank Gallery Project PERT Chart

EastBank Gallery Project Sales Entry Flow Chart

EastBank Gallery Technical issues The first problem dealt with having a one to many relation ship between the User Accounts and the Account Types, Address and Contact information. We worked around this using the Details View in Visual Studio. Once you select a User you can page thru each of their many entries in the other tables. Allowing us to have multiple Account Types, Address and Contact information. The second major problem had to do with passing text into the Details View. We need that information to pass or the user will have to manually enter the Accounts Entity ID every time they create a new Account Type, Address or Contact entry. This is still an open problem but a question has been posed to the online community of Stack Overflow.

EastBank Gallery Technical issues 3. The Third major problem is with the Sales Entry page. Currently I am unable to write to the Database, specifically the Tran table. The code is erroring out on the connection to the table so I may have a problem there as I am re-using the connection code that currently works in writing to the Inventory Table.